![]() |
|
|
|
![]() |
An HTMLComponent is essentially just some html codes, javascript and stylesheets wrapped up in a DynAPI object. HTMLComponents makes it easier for us to build complex html applications or objects by breaking them down into more manageable objects and allowing them to be reused in other applications or objects.
HTMLComponents for the most part are design-time only components, meaning you can only change their properties before they are inserted into the document or template. Changing the property of a design time only (HC) component after it has been inserted into the document (or template) will require you to re-insert the component (or regenerate the template) for the new changes to be made visible.
HCs were specifically designed to work with TemplateManager, but can also be used
in other DynAPI widgets/components (i.e DynLayer and DynDocument).
- HTMLButton
- HTMLCalendar
- HTMLContainer
- HTMLClock
- HTMLCheckBox
- HTMLDatePicker
- HTMLDropDownMenu
- HTMLFile
- HTMLHyperLink
- HTMLListbox
- HTMLMenu
- HTMLRadioButton
- HTMLRollover
- HTMLTextArea
- HTMLTextBox