Recent Changes - Search:

Information

Installation

Documentation

HtmlViewElementsComboBox

Main
NameDescriptionValues acceptedDefault
OptionsOptions example ["P","Q","R","S"].A constant or variable of type double or int.-
SelectedOptionsexample var opts = _view.comboBox.getProperty("SelectedOptions"); // array of options //var option = (opts.length > 0)? opts[0]:""; // selected optionA constant or variable of type double or int.-
MultipleThe maximum value that can be displayed.A constant or variable of type double or int.-
DisabledWhether the element is disabled.A constant or variable.-
OnChangeThe action to invoke when the element is change.The JavaScript code to invoke for the action.-
OnFocusThe action to invoke when the element is focus.The JavaScript code to invoke for the action.-
NameDescriptionValues AcceptedDefault
VisibilityThe visibility of the element.Boolean variable or constants true or false.true
DisplayDisplay style, can use "none," "inline-block," etc.Boolean variable or constants true or false."block"
WidthWidth in pixels (e.g., 400px) or percentage (e.g., 100%).-400px
HeightHeight in pixels (e.g., 300px) or viewport height (e.g., 90vh).-300px
BackgroundThe background color for the element. Use the editor provided or read about colors.--
ForegroundThe color to use when drawing or writing in the element. Use the editor provided or read about colors.--
FontThe font used to display text in the element. Use the editor provided to select name, style, and size of the font.-"normal normal 10px "
TooltipText displayed when the mouse is over the element.String constant or variable.-
ClassNameClass name.String constant or variable.-
CSSCSS.String constant or variable.-
WhiteSpaceWhite space.String constant or variable.-
TransformTransform.String constant or variable.-
Edit - History - Print - Recent Changes - Search
Page last modified on October 23, 2023, at 06:52 AM