Searched refs:background_col (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Form.php | 837 …$flags = [], $align = 'L', $hidden = false, $maxlen = -1, $js = '', $background_col = false, $bord… argument 871 if ($background_col) { 872 $bg_c = $this->mpdf->SetColor($background_col, 'CodeOnly'); 1025 …function SetFormReset($w, $h, $name, $value = 'Reset', $title = '', $flags = [], $background_col =… argument 1030 …utton($w, $h, $name, $value, 'reset', $title, $flags, false, false, $background_col, $border_col, … 1034 …ue, $js, $image_id = 0, $title = '', $flags = [], $indexed = false, $background_col = false, $bord… argument 1036 …n($w, $h, $name, $value, 'js_button', $title, $flags, false, false, $background_col, $border_col, … 1051 …rl = '', $title = '', $typ = 'html', $method = 'POST', $flags = [], $background_col = false, $bord… argument 1057 …tton($w, $h, $name, $value, 'submit', $title, $flags, false, false, $background_col, $border_col, … 1097 …ype, $title = '', $flags = [], $checked = false, $disabled = false, $background_col = false, $bord… argument [all …]
|