More information on this topic is available in the documentation section:
/ui.tabs/.
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?
David
Tuesday, September 11, 2007
There are several code samples in /examples/controls - tabs/ directory. It is not necessary to create all UI using ActiveWidgets - you can just inject the controls into normal html where necessary.