Searched refs:change_row (Results 1 – 1 of 1) sorted by relevance
| /plugin/btable2/ |
| D | syntax.php | 171 $change_row = ""; 196 $change_row = ""; 210 $change_row = trim($submit); 290 …>_doodleResults($dID, $doodle, $columns, $columns_count, $rows_count, $change_row, $write_access, … 308 … $this->_doodleForm($dID, $columns, $columns_count, $selectable_rows, $change_row, $write_access, … 322 …function _doodleResults($dID, $doodle, $columns, $columns_count, $total_rows, $change_row, $allow_… argument 379 if (($row != $change_row) || !$allow_changes) { 431 if (($row == $change_row) && $allow_changes) { 490 …function _doodleForm($dID, $columns, $columns_count, $rows, $change_row, $allow_changes, $colspan,… argument 511 if (empty($change_row)) { [all …]
|