Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php1014 $this->SetFormButton($w, $h, $name, $value, 'checkbox', $title, $flags, $checked, $disabled);
1021 $this->SetFormButton($w, $h, $name, $value, 'radio', $title, $flags, $checked, $disabled);
1030 …$this->SetFormButton($w, $h, $name, $value, 'reset', $title, $flags, false, false, $background_col…
1036 …$this->SetFormButton($w, $h, $name, $value, 'js_button', $title, $flags, false, false, $background…
1057 …$this->SetFormButton($w, $h, $name, $value, 'submit', $title, $flags, false, false, $background_co…
1097 …function SetFormButton($bb, $hh, $name, $value, $type, $title = '', $flags = [], $checked = false,… function in Mpdf\\Form