Searched refs:border_col (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Form.php | 837 …align = 'L', $hidden = false, $maxlen = -1, $js = '', $background_col = false, $border_col = false) argument 876 if ($border_col) { 877 $bc_c = $this->mpdf->SetColor($border_col, 'CodeOnly'); 1025 … $value = 'Reset', $title = '', $flags = [], $background_col = false, $border_col = false, $noprin… argument 1030 … $h, $name, $value, 'reset', $title, $flags, false, false, $background_col, $border_col, $noprint); 1034 … $title = '', $flags = [], $indexed = false, $background_col = false, $border_col = false, $noprin… argument 1036 … $name, $value, 'js_button', $title, $flags, false, false, $background_col, $border_col, $noprint); 1051 …typ = 'html', $method = 'POST', $flags = [], $background_col = false, $border_col = false, $noprin… argument 1057 …$h, $name, $value, 'submit', $title, $flags, false, false, $background_col, $border_col, $noprint); 1097 …s = [], $checked = false, $disabled = false, $background_col = false, $border_col = false, $noprin… argument [all …]
|