CategorySelect CategorySelect(
)
|
|
void setHideID(
int
$id
)
|
|
Sets the ID for a Tree to be hidden.
Parameters:
|
int |
$id: |
id the Start ID of the Tree to be hidden |
void setPreSelectedID(
$id
)
|
|
You can pass an array of IDs (if you use this as multiple select box, or you pass only one ID if using single select mode.
Parameters:
void setStartID(
$startID
)
|
|
Set an Start ID to create the Tree.
This NEEDS to be called before getHtml().
Parameters: