We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following properties are references in the example, but because of the refractor these are no longer directly accessible.
$mpdf->formUseZapD = false; $mpdf->formUseZapD = false; $mpdf->formSubmitNoValueFields = true; $mpdf->formExportType = 'xfdf'; // 'html' or 'xfdf' $mpdf->formSelectDefaultOption = true; // for Select drop down box; if no option is explicitly maked as selected, // this determines whether to select 1st option (as per browser) // - affects whether "required" attribute is relevant $mpdf->form_border_color = '0.0 0.820 0.0'; $mpdf->form_background_color = '0.941 0.941 0.941'; $mpdf->form_border_width = '1'; $mpdf->form_border_style = 'S'; $mpdf->form_radio_color = '0.0 0.820 0.0'; $mpdf->form_radio_background_color = '0.941 0.5 0.5'; $mpdf->form_button_border_color = '0.0 0.820 0.0'; $mpdf->form_button_background_color = '0.941 0.941 0.941'; $mpdf->form_button_border_width = '1'; $mpdf->form_button_border_style = 'S';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following properties are references in the example, but because of the refractor these are no longer directly accessible.
The text was updated successfully, but these errors were encountered: