|
Attributes |
Description |
|
height |
The height of the button image, in pixels. Required.
|
|
help |
The URL to a text file (some HTML permitted) that contains help for this button
to be included on the auto-generated help page. The URL can contain the
special variable $FRAMEWORK to specify that the document is relative to
the IMF installation directory. Absolute URLs may also be used. URLs that
don't start with http: or $FRAMEWORK are resolved relative to the
location of the XML file. Optional. Help text is generated from other attributes
if this attribute is missing.
|
|
hint |
The pop-up tip that will appear when the user moves the mouse over the
button. Required.
|
|
graphic |
The URL of the image for the button.
The URL can contain the special variable $FRAMEWORK to specify that the document is relative to the IMF installation directory.
Absolute URLs may also be used. URLs that don't start with http: or $FRAMEWORK are
resolved relative to the location of the XML file. Required.
|
|
name |
The name of the button. All buttons in a toolset must have a unique name. Required.
|
|
status |
The message that will appear in the browser's status area when the user
moves the mouse over the button. Required.
|
|
target |
The name of the frame that the URL will be executed in. Use "_blank" to
execute it in a new browser window. Required.
|
|
url |
The URL that will be executed when the button is clicked. Required.
|
|
width |
The width of the button image, in pixels. Required.
|
| |
|