3.2.0

ComboBox

hi,
i'm very new to Active Widgets. can any one help me, how to create a Combo Box using Active Widgets

regards
arun
arun
June 23,
se = new Active.System.HTML;
se.setTag("select");
op1 = new Active.System.HTML;
op1.setTag("option");
op1.setAttribute("value", "valueReturned");
op1.setContent("valueDisplayed");
se.setContent("html", se.element().innerHTML + op1);
document.write(se);
Jim Hunter
June 24,

This topic is archived.

See also:


Back to support forum