APPLICATION DESIGN


Creating a button
Example

1. Open the design element to which you want to add the button (a page, view, frameset, form, folder, or navigator), or edit a document.

2. Click where you want to add the button and choose Create - Hotspot - Button.

3. On the Button Info tab of the Button Properties box, you can set the following properties:

4. (Optional) On the Hide When tab, specify when to hide the button.

5. In the Info List, click Objects and select the button you just created.

6. To program the button to run one of the client or one of the Web program code types, choose either Client or Web at the Run pull-down list.

7. Save the design element or document.

Other button tasks
Button taskSteps to perform
To change propertiesClick the button and choose Button - Button Properties.
To change automationIn the Info List, click Objects, select the button in the Objects list and edit the programming tasks in the script area.
To deleteClick the button and choose Edit - Delete.
Call an agentUse the @Command([RunAgent]) or the OpenAgent URL.

Example
See Also