Tabs with Non-AW Controls
Is it possible to use normal <input> control definitions and have them appear on tab pages, rather than have to create all ActiveWidget items? I've tried defining pages using the ID within the form object, i.e.:
<input id=myTextBox type=text />
var page1 = [document.forms[0].myTextBox];
That doesn't seem to work. I'm probably missing something trivial, but can anyone shed light on this?
<input id=myTextBox type=text />
var page1 = [document.forms[0].myTextBox];
That doesn't seem to work. I'm probably missing something trivial, but can anyone shed light on this?
David
September 11,