프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$arrNodes | array | Path nodes | |
$blnSubmitInput | boolean | Submit user input | |
$strTemplate | string | Template |
메소드 | 설명 | |
---|---|---|
__construct ( array $arrAttributes = null ) | Load the database object | |
generate ( ) : string | Generate the widget and return it as string | |
generateAjax ( integer $id, string $strField, integer $level ) : string | Generate a particular subpart of the page tree and return it as HTML string |
메소드 | 설명 | |
---|---|---|
getPathNodes ( ) | Get the IDs of all parent pages of the selected pages, so they are expanded automatically | |
renderPagetree ( integer $id, integer $intMargin, boolean $protectedPage = false, boolean $blnNoRecursion = false, array $arrFound = [] ) : string | Recursively render the pagetree |
public __construct ( array $arrAttributes = null ) | ||
$arrAttributes | array |
protected getPathNodes ( ) |