getInputNode

gets the HTML element related to the component

HTMLInputElement getInputNode();
HTMLInputElementthe component HTML element

Example

var unit = $$('unit').getInputNode().value;

Related samples

Details

The method can be used to get the actual text value of the combo while the getValue() function will return the ID of the chosen option.

The same is true about select and richselect.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.