3.2.0

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?
David
September 11,
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.
Alex (ActiveWidgets)
September 13,
Where is the "/examples/controls - tabs/ directory"? I opened
http://www.activewidgets.com/examples/
but there is no controls - tabs/ directory.

Thanks,
April 10,
Alex is referring to the examples directory under the AW tree you get when you install the trial or product version of the code on your local system.
Anthony
April 11,

This topic is archived.

See also:


Back to support forum