3.2.0

Setting combo box disabled

Is it possible to set a combo box as diasabled ?

For a HTML Combobox there is a tag called disabled =disabled, but in which way i could tell the combo box in active widget to use this tag ??

Nice weekend
Christopher Arthur
September 19,
set controlDisabled property to true -

combo.setControlDisabled(true);
Alex (ActiveWidgets)
September 19,

This topic is archived.

See also:


Back to support forum