Lines Matching refs:layout
20 $layout = json_decode($json);
23 if (!empty($layout->rowsHeaderSource)) {
24 $syntax[] = 'rowsHeaderSource=' . $layout->rowsHeaderSource;
26 if (!empty($layout->rowsVisible)) {
27 $syntax[] = 'rowsVisible=' . $layout->rowsVisible;
29 if (!empty($layout->colwidth)) {
30 $syntax[] = 'colwidth="' . implode(',', $layout->colwidth) . '"';
32 if (!empty($layout->float)) {
33 $syntax[] = 'float=' . $layout->float;
35 if (!empty($layout->tableSort)) {
38 if (!empty($layout->tableSearch)) {
41 if (!empty($layout->tablePrint)) {