:: Forum >>

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

Thanks,
Thursday, April 10, 2008
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
Friday, April 11, 2008

This topic is archived.


Back to support forum

Forum search