SYSTEM_PARAM_DROPDOWN_LIST
System widget that displays a dropdown list that you can click to select param value. Can be used with enumerated or regular params.
This element is undocumented and not recommended for use in production. Instead you can create custom dropdown lists with help of IMAGE_PARAM_MENU_BUTTON or INVISIBLE_PARAM_MENU_BUTTON and some graphics via IMAGE, svg or CANVAS.
Attributes brief detailed show all inherited
Example
Change gui.zoom with system drop down list widget.
- <!-- show checkbox with text -->
- <SYSTEM_PARAM_DROPDOWN_LIST param_id="gui.zoom" positions_count="14" />

Comments
Please, authorize to view and post comments.