gets the HTML element related to the component
HTMLElement | the component HTML element |
var unit = $$('unit').getInputNode().value;
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.