FreeMED Opensource EMR/PM Software |
PHP. html_formContains various methods for creating HTML FORM widgets and processing them. Summary
html_form:: combo_widgetCreates the HTML form equivalent of a combination widget (selection and manual entry). Parameters
ReturnsXHTML-compliant combination widget code See Alsohtml_form:: combo_assembleDerives the value passed by a combination widget generated by html_form::combo_widget. Parameters
ReturnsScalar value. See Alsohtml_form:: confirm_link_widgetCreates a link which requires a confirmation before proceeding to its destination. Parameters
ReturnsXHTML-compliant confirmation widget code. html_form:: number_pulldownCreates a number picklist. Parameters
ReturnsXHTML-compliant number picklist widget code. See Alsohtml_form:: select_optionCreate code for single option as part of an XHTML SELECT widget Parameters
ReturnsXHTML OPTION sub-widget code See Alsohtml_form:: select_widgetCreates a picklist widget Parameters
html_form:: checkbox_widgetCreates a checkbox widget Parameters
ReturnsXHTML-compliant checkbox widget code html_form:: form_tableCreates a pre-formatted simple table for displaying HTML forms Parameters
ReturnsXHTML-compliant form table code. Exampleprint html_form::form_table(array( html_form:: password_widgetCreates a password (hidden text) widget Parameters
ReturnsXHTML-compliant password widget code. See Alsohtml_form:: radio_widgetCreates a radio box widget Parameters
ReturnsXHTML-compliant INPUT TYPE=RADIO widget code html_form:: text_areaCreates a text area widget Parameters
ReturnsXHTML-compliant TEXTAREA widget code html_form:: text_widgetCreates a text widget Parameters
ReturnsXHTML-compliant INPUT TYPE=TEXT widget code |