Home
last modified time | relevance | path

Searched refs:tableclass (Results 1 – 10 of 10) sorted by last modified time

/plugin/structpublish/syntax/
H A Dtable.php13 protected $tableclass = AggregationTable::class; variable in syntax_plugin_structpublish_table
/plugin/struct/syntax/
H A Dglobal.php16 protected $tableclass = AggregationEditorTable::class;
15 protected $tableclass = AggregationEditorTable::class; global() variable in syntax_plugin_struct_global
H A Dlist.php18 protected $tableclass = AggregationList::class; variable in syntax_plugin_struct_list
H A Dtable.php20 protected $tableclass = AggregationTable::class;
119 $table = new $this->tableclass($mainId, $format, $renderer, $search);
122 throw new StructException('Aggregation class does not inherit Aggregation: ' . $this->tableclass);
18 protected $tableclass = AggregationTable::class; global() variable in syntax_plugin_struct_table
/plugin/structodt/syntax/
H A Dglobal.php18 protected $tableclass = AggregationEditorTableOdt::class; variable in syntax_plugin_structodt_global
H A Dserial.php18 protected $tableclass = AggregationEditorTableOdt::class; variable in syntax_plugin_structodt_serial
H A Dtable.php17 protected $tableclass = AggregationTableOdt::class; variable in syntax_plugin_structodt_table
/plugin/structgantt/
H A Dsyntax.php17 protected $tableclass = Gantt::class; variable in syntax_plugin_structgantt
/plugin/listusergroup/
H A Dhelper.php71 $tableclass = $data['class']?$data['class'][0]: 'inline';
74 $xhtml_renderer->doc .= '<table class="'.$tableclass.'">';
/plugin/structat/syntax/
H A Dtable.php23 protected $tableclass = AggregationTable::class; variable in syntax_plugin_structat_table
113 $table = new $this->tableclass($INFO['id'], $mode, $renderer, $search);