Searched refs:tableclass (Results 1 – 10 of 10) sorted by relevance
20 protected $tableclass = AggregationTable::class; variable in syntax_plugin_struct_table119 $table = new $this->tableclass($mainId, $format, $renderer, $search);122 … throw new StructException('Aggregation class does not inherit Aggregation: ' . $this->tableclass);
18 protected $tableclass = AggregationList::class; variable in syntax_plugin_struct_list
16 protected $tableclass = AggregationEditorTable::class; variable in syntax_plugin_struct_global
23 protected $tableclass = AggregationTable::class; variable in syntax_plugin_structat_table113 $table = new $this->tableclass($INFO['id'], $mode, $renderer, $search);
71 $tableclass = $data['class']?$data['class'][0]: 'inline';74 $xhtml_renderer->doc .= '<table class="'.$tableclass.'">';
14 protected $tableclass = Gantt::class; variable in syntax_plugin_structgantt
18 protected $tableclass = AggregationEditorTableOdt::class; variable in syntax_plugin_structodt_global
18 protected $tableclass = AggregationEditorTableOdt::class; variable in syntax_plugin_structodt_serial
17 protected $tableclass = AggregationTableOdt::class; variable in syntax_plugin_structodt_table
14 protected $tableclass = AggregationTable::class; variable in syntax_plugin_structpublish_table