Viewing file: elementindex.html (18.78 KB) -rw-rw-r-- Select action/file-type: (+ ) | (+ ) | (+ ) | Code (+ ) | Session (+ ) | (+ ) | SDB (+ ) | (+ ) | (+ ) | (+ ) | (+ ) | (+ ) |
Element Index
Index of all elements
[ a ]
[ c ]
[ d ]
[ g ]
[ h ]
[ l ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
a
add
in file class.htmlform.php, method HTMLForm::add() Adds controls to the form
addError
in file class.htmlform.php, method HTMLForm::addError() Appends an error message to an error block's error messages
addOptions
in file class.htmlform_select.php, method HTMLForm_select::addOptions() Adds options to the select box control
addVar
in file class.htmlform.php, method HTMLForm::addVar() Adds an user defined variable to be accessible in the form's template file
top
top
top
top
h
HTMLForm
in file class.htmlform.php, method HTMLForm::HTMLForm() Initializes the form
HTMLForm
in file class.htmlform.php, class HTMLForm A HTML Form Processor PHP Class
HTMLForm_button
in file class.htmlform_button.php, method HTMLForm_button::HTMLForm_button() Inserts an HTML <input type="button"> control in the form
HTMLForm_button
in file class.htmlform_button.php, class HTMLForm_button Class for button controls
HTMLForm_captcha
in file class.htmlform_captcha.php, method HTMLForm_captcha::HTMLForm_captcha() Generates a CAPTCHA image
HTMLForm_captcha
in file class.htmlform_captcha.php, class HTMLForm_captcha Class for CAPTCHA controls
HTMLForm_checkbox
in file class.htmlform_checkbox.php, method HTMLForm_checkbox::HTMLForm_checkbox() Inserts an HTML <input type="checkbox"> control in the form
HTMLForm_checkbox
in file class.htmlform_checkbox.php, class HTMLForm_checkbox Class for checkbox controls
HTMLForm_control
in file class.htmlform_control.php, class HTMLForm_control A generic class that all the form's controls extend
HTMLForm_date
in file class.htmlform_date.php, class HTMLForm_date Class for date controls
HTMLForm_date
in file class.htmlform_date.php, method HTMLForm_date::HTMLForm_date() Inserts a date picker control in the form
HTMLForm_file
in file class.htmlform_file.php, method HTMLForm_file::HTMLForm_file() Inserts an HTML <input type="file"> control in the form
HTMLForm_file
in file class.htmlform_file.php, class HTMLForm_file Class for file upload controls
HTMLForm_hidden
in file class.htmlform_hidden.php, method HTMLForm_hidden::HTMLForm_hidden() Inserts an HTML <input type="hidden"> control in the form
HTMLForm_hidden
in file class.htmlform_hidden.php, class HTMLForm_hidden Class for hidden controls
HTMLForm_html
in file class.htmlform_html.php, class HTMLForm_html Class for arbitrary HTML
HTMLForm_html
in file class.htmlform_html.php, method HTMLForm_html::HTMLForm_html() Adds arbitrary HTML code (or plain text) to the form
HTMLForm_image
in file class.htmlform_image.php, method HTMLForm_image::HTMLForm_image() Inserts an HTML <input type="image"> control in the form
HTMLForm_image
in file class.htmlform_image.php, class HTMLForm_image Class for image controls
HTMLForm_label
in file class.htmlform_label.php, class HTMLForm_label Class for labels
HTMLForm_label
in file class.htmlform_label.php, method HTMLForm_label::HTMLForm_label() Inserts an HTML <label> control in the form
HTMLForm_password
in file class.htmlform_password.php, method HTMLForm_password::HTMLForm_password() Inserts an HTML <input type="password"> control in the form
HTMLForm_password
in file class.htmlform_password.php, class HTMLForm_password Class for password controls
HTMLForm_radio
in file class.htmlform_radio.php, method HTMLForm_radio::HTMLForm_radio() Inserts an HTML <input type="radio"> control in the form
HTMLForm_radio
in file class.htmlform_radio.php, class HTMLForm_radio Class for radio button controls
HTMLForm_reset
in file class.htmlform_reset.php, method HTMLForm_reset::HTMLForm_reset() Inserts an HTML <input type="reset"> control in the form
HTMLForm_reset
in file class.htmlform_reset.php, class HTMLForm_reset Class for reset button controls
HTMLForm_select
in file class.htmlform_select.php, method HTMLForm_select::HTMLForm_select() Inserts an HTML <select> control in the form
HTMLForm_select
in file class.htmlform_select.php, class HTMLForm_select Class for select box controls
HTMLForm_submit
in file class.htmlform_submit.php, method HTMLForm_submit::HTMLForm_submit() Inserts an HTML <input type="submit"> control in the form
HTMLForm_submit
in file class.htmlform_submit.php, class HTMLForm_submit Class for submit controls
HTMLForm_text
in file class.htmlform_text.php, method HTMLForm_text::HTMLForm_text() Inserts an HTML <input type="text"> control in the form
HTMLForm_text
in file class.htmlform_text.php, class HTMLForm_text Class for text controls
HTMLForm_textarea
in file class.htmlform_textarea.php, method HTMLForm_textarea::HTMLForm_textarea() Inserts an HTML <textarea> control in the form
HTMLForm_textarea
in file class.htmlform_textarea.php, class HTMLForm_textarea Class for textarea controls
top
l
$locked
in file class.htmlform_control.php, variable HTMLForm_control::$locked By default, when a form is reloaded after a submission, all the controls will have thir respectivelly submitted values, while the default value will be ignored
top
m
$maxFileSize
in file class.htmlform.php, variable HTMLForm::$maxFileSize The maximum allowed size for file uploads (in bytes)
top
p
parseBlock
in file class.htmlform.php, method HTMLForm::parseBlock() Parses an user defined block in the template
top
top
top
top
v
validate
in file class.htmlform.php, method HTMLForm::validate() Checks if the rules set to the form's controls are obeyed
top