Class

DuSmallButton

DuSmallButton()

For use with DuScriptUI.
An Small Button.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.smallbutton to create a Small Button.
The Small Button inherits the Group object from ScriptUI and has all of its properties and methods.
Constructor

# new DuSmallButton()

Properties:
Name Type Description
helpLink string A URL to a help page, shown on shift click on the button.
label StaticText The label
value any A user value stored in the button, which is passed to the onClick method
onClick DuSmallButton~onClick The function to execute when the button is clicked

View Source DuAEF_DuGR_api.jsxinc, line 10504

Type Definitions

# onClick(value)

The function to execute when the button is clicked.
The implementation of this function can take one parameter which is the used defined value of the button.
Parameters:
Name Type Description
value any The used defined value of the button

View Source DuAEF_DuGR_api.jsxinc, line 10519