Home
last modified time | relevance | path

Searched refs:tableObj (Results 1 – 2 of 2) sorted by relevance

/plugin/database/
H A Ddatabase.php1349 var $tableObj; variable in Record
1366 $this->tableObj = $p_tableObj;
1368 if (count($p_values) < count($this->tableObj->columnObjs))
1733 $tableObj=$p_recordObj->tableObj;
1737 $this->output ('<h1>'.$tableObj->name.'</h1>');
1744 $columnObjs = $tableObj->columnObjs;
1794 $tableObj=$p_recordObj->tableObj;
1798 $this->output ('<h1>'.$tableObj->name.'</h1>');
1799 if ($tableObj->isAdmin) $title = getMyLang('prompt_col');
1805 $columnObjs = $tableObj->columnObjs;
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1304 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"];