Home
last modified time | relevance | path

Searched refs:rowsHeaderSource (Results 1 – 3 of 3) sorted by relevance

/plugin/tablelayout/script/
H A Dlayoutform.js20 … var rowsHeaderSource = $layoutcontainer.find('select[name="rowsHeaderSource"] :selected').val();
24 if (0 <= parseInt(rowsHeaderSource) && parseInt(rowsHeaderSource) <= MAX_HEADER_ROWS) {
25 layout.rowsHeaderSource = rowsHeaderSource;
27 layout.rowsHeaderSource = 'Auto';
65 $layoutcontainer.find('select[name="rowsHeaderSource"]').val(layout.rowsHeaderSource);
66 if (layout.rowsHeaderSource && layout.rowsVisible) {
H A Dscript.js171 rowsHeaderSource: 'Auto', property in AnonymousFunction638a46d60800.layoutdata
178 …layoutdata.rowsHeader = layoutdata.rowsHeaderSource === 'Auto' ? numHeaderRowsAuto : layoutdata.ro…
/plugin/tablelayout/
H A Dhelper.php23 if (!empty($layout->rowsHeaderSource)) {
24 $syntax[] = 'rowsHeaderSource=' . $layout->rowsHeaderSource;