Searched refs:tableObj (Results 1 – 2 of 2) sorted by relevance
| /plugin/database/ |
| D | database.php | 1349 var $tableObj; variable in Record 1366 $this->tableObj = $p_tableObj; 1368 if (count($p_values) < count($this->tableObj->columnObjs)) 1369 … for ($counter=count($p_values)+1; $counter<=count($this->tableObj->columnObjs);$counter++) 1733 $tableObj=$p_recordObj->tableObj; 1737 $this->output ('<h1>'.$tableObj->name.'</h1>'); 1744 $columnObjs = $tableObj->columnObjs; 1773 …$this->output($this->button('updateAction',getMyLang('btn_edt_upd'),false, $tableObj->displayId,$p… 1778 $this->output($this->button('listall',getMyLang('btn_back') ,true, $tableObj->displayId)); 1794 $tableObj=$p_recordObj->tableObj; [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/graphml/ |
| D | mxGraphMlCodec.js | 1304 var tableObj = mlStyleObj["yjs:TableNodeStyle"] || mlStyleObj["demotablestyle:DemoTableStyle"]; 1306 if (!tableObj && mlStyleObj["bpmn:PoolNodeStyle"]) 1308 tableObj = mlStyleObj["bpmn:PoolNodeStyle"]["yjs:TableNodeStyle"]; 1313 this.mapObject(tableObj, { 1329 tableObj = tableObj["table"]["y:Table"]; 1332 var insets = tableObj["Insets"]; 1387 this.mapObject(tableObj["RowDefaults"], { 1426 this.mapObject(tableObj["ColumnDefaults"], { 1437 var rows = tableObj["Rows"]["y:Row"]; 1459 var columns = tableObj["Columns"]["y:Column"];
|