This class defines a HTML Select Box for all installed Moduls.
You can choose whether deactivated Moduls should be shown. You can choose which Language is used to fetch Moduls information. You can choose which Modul is preselected. You can choose if Modul are sorted in alphabetical order.
Set all values and call
HtmlElement | --Select | --ModulSelect
Sets the language the Moduls information will be shown with.
Default is the User environment language _ULC_.
Sets the ID of the Modul that should be preselected.
If this Modul is deactivated, it will be rendered nevertheless. This behaviour can be changed by calling setShowPreselectedIfDeactivated($show).
Sets whether deactivated Moduls are rendered or not.
Default is FALSE.
Sets whether the Preselected Modul will be rendered if it is deactivated or not.
Default is TRUE. Set FALSE if you do not want to display the preselected and deactivated Modul.
Sets if the list will be sorted alphabetical.
Default id TRUE.
Inherited From Select
Select::Select()
Select::addOption()
Select::addOptionTags()
Select::getOptions()
Select::setIsMultiple()
Select::setOnChange()
Select::setSize()
Inherited From HtmlElement
HtmlElement::HtmlElement()
HtmlElement::addChildElement()
HtmlElement::getChildElements()
HtmlElement::getClass()
HtmlElement::getHtml()
HtmlElement::getID()
HtmlElement::getName()
HtmlElement::getTagAttribute()
HtmlElement::isSimpleTag()
HtmlElement::setClass()
HtmlElement::setID()
HtmlElement::setIsSimpleTag()
HtmlElement::setName()
HtmlElement::setTagAttribute()
HtmlElement::setTagName()
Documentation generated by phpDocumentor 1.3.1