Changes between Initial Version and Version 1 of FAQ_SimulateButton


Ignore:
Timestamp:
Aug 2, 2010 1:24:41 PM (14 years ago)
Author:
dkearney
Comment:

added faq for changing simulate button text

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_SimulateButton

    v1 v1  
     1Q: Is there anyway to change the "simulate" button text to "Analyze"?
     2
     3A: Yes. You can set the tool.action.label element in your tool.xml to whatever
     4you want the simulate button to display.
     5
     6{{{
     7   <run>
     8     <tool>
     9       <action>
     10         <label>Analyze</label>
     11       </action>
     12       ...
     13     <command>...</command>
     14     </tool>
     15     <input>
     16     ...
     17     </input>
     18   <run>
     19}}}