Class cHTMLInputSelectElement
Select box with additional functionality for category and article selection
- cHTML
- cHTMLFormElement
- cHTMLSelectElement
- cHTMLInputSelectElement
Package: Core\Util
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Bjoern Behrens
Located at classes/class.input.helper.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Bjoern Behrens
Located at classes/class.input.helper.php
public
|
#
__construct( string $sName, string $iWidth = '', string $sID = '', boolean $bDisabled = false, integer $iTabIndex = NULL, string $sAccessKey = '' )
Constructor to create an instance of this class. |
public
integer
|
#
addArticles( integer $iIDCat, boolean $bColored = false, boolean $bArtOnline = true, string $sSpaces = '' )
Adds articles to select options. |
public
integer
|
#
addCategories( integer $iMaxLevel = 0, boolean $bColored = false, boolean $bCatVisible = true, boolean $bCatPublic = true, boolean $bWithArt = false, boolean $bArtOnline = true )
Adds categories (optionally including articles) as options to select box. |
public
integer
|
#
addTypesFromArt( integer $iIDCatArt, string $sTypeRange = '' )
Function addTypesFromArt. Adds types and type ids which are available for the specified article |
addOptionElement(),
appendOptionElement(),
autoFill(),
getDefault(),
setDefault(),
setMultiselect(),
setSelected(),
setSize(),
toHtml()
|
setAccessKey(),
setDisabled(),
setTabindex()
|
$_options
|
$_attributes,
$_content,
$_contentlessTag,
$_eventDefinitions,
$_generateXHTML,
$_idCounter,
$_requiredScripts,
$_skeletonClose,
$_skeletonOpen,
$_skeletonSingle,
$_styleDefinitions,
$_styleDefs,
$_tag
|