<< Click to Display Table of Contents >>

Items

List item text of combo box

Text to be selected when clicking ToggleButton to rotate.

If you want to send a value to javascript and other programs instead of text, set it as the "Text,Value" format.

Example

For example, if you set the text of the combo box, as shown below, Korea, USA, Japan, China is displayed as a list. If you run GetInputValue() function after the Korea is selected, "82" is returned.

The comma is applied as a delimiter. Therefore, to display a comma in the text, please enclose it in double quotes.

If Items in a combo box are separated by NewLine, items in the combo box will be displayed as below.

If the items in ToggleButton are separated by NewLine, the items in ToggleButton will be rotated as below.