new DuMultiButton()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11763
Properties:
Name | Type | Description |
---|---|---|
label |
StaticText | The current text |
buttons |
Array.<DuButton> | The buttons |
text |
string | The current text |
build |
DuMultiButton~build | You can use this callback to add a function which builds the UI of the popup, it will be called on first display. |
Type Definitions
-
build()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11777 -
You can use this callback to add a function which builds the content of the popup, it will be called on first display.
This allows a faster startup of your script by delaying the creation of the tabs which are hidden at startup.
You can usethis.addButton
to add buttons in the popup.