From bdb1c4720a8b3b73a20d18b00e2dddc38ed134ab Mon Sep 17 00:00:00 2001 From: Bjverde Date: Sun, 1 Mar 2020 02:43:41 -0300 Subject: [PATCH] =?UTF-8?q?:memo:=20BASE=20#216=20melhorando=20documenta?= =?UTF-8?q?=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/classes/webform/TForm.class.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/base/classes/webform/TForm.class.php b/base/classes/webform/TForm.class.php index c7dbbd47..5b6743a8 100644 --- a/base/classes/webform/TForm.class.php +++ b/base/classes/webform/TForm.class.php @@ -7324,8 +7324,8 @@ public function addColorPickerField( $strName, $strLabel=null, $boolRequired=nul * @param mixed $boolEnableTreeLines -16: * @param mixed $strLabel -17: * @param mixed $boolLabelAbove -18: - * @param mixed $boolNewLine -19: - * @param mixed $boolNoWrapLabel -20: + * @param mixed $boolNewLine -19: boolNewLine + * @param mixed $boolNoWrapLabel -20: boolNoWrapLabel * @param mixed $mixFormSearchFields -21: * @param mixed $boolShowToolBar -22: * @param mixed $startExpanded -23: Se o TreeView deve iniciar expandido ou não @@ -7361,13 +7361,20 @@ public function addTreeField( $strName $this->addJsFile( 'dhtmlx/treeview/dhtmlxtree.js' ); $this->addCssFile( 'dhtmlx/treeview/dhtmlxtree.css' ); - $tree = new TTreeView( $strName, $strRootLabel, $arrData, $strParentFieldName, $strChildFieldName + $tree = new TTreeView( $strName + , $strRootLabel + , $arrData + , $strParentFieldName + , $strChildFieldName , $strDescFieldName , $strInitialParentKey , $mixUserDataFields , $strHeight , $strWidth - , $jsOnClick, $jsOnDblClick, $jsOnCheck, $jsOnDrag + , $jsOnClick + , $jsOnDblClick + , $jsOnCheck + , $jsOnDrag , $boolEnableCheckBoxes , $boolEnableRadioButtons , $boolEnableTreeLines