Abstract base class for simple QuickForm2 elements (not Containers)
Inherited Variables
Inherited Methods
Class Details
[line 74]
Abstract base class for all QuickForm2 Elements and Containers
This class is mostly here to define the interface that should be implemented by the subclasses. It also contains static methods handling generation of unique ids for elements which do not have ids explicitly set.
Please note that elements should always have an id in QuickForm2 and therefore it will not be possible to remove the element's id or set it to an empty value. If id is not explicitly given, it will be autogenerated.