Home
last modified time | relevance | path

Searched refs:tableclass (Results 1 – 10 of 10) sorted by relevance

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