Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ w ]
[ x ]
[ z ]
[ _ ]
a
- $attributes
- in file Control.php, variable Zebra_Form_Control::$attributesArray of HTML attributes of the element
- add
- in file Zebra_Form.php, method Zebra_Form::add()Adds a control to the form.
- add_error
- in file Zebra_Form.php, method Zebra_Form::add_error()Appends a message to an already existing error block
- add_options
- in file Select.php, method Zebra_Form_Select::add_options()Adds options to the select box control
- always_show_clear
- in file Date.php, method Zebra_Form_Date::always_show_clear()Should the "Clear" button be always visible?
- always_visible
- in file Date.php, method Zebra_Form_Date::always_visible()Should the date picker be always visible?
- assets_path
- in file Zebra_Form.php, method Zebra_Form::assets_path()Set the server path and URL to the "process.php" and "mimes.json" files.
- assign
- in file Zebra_Form.php, method Zebra_Form::assign()Creates a PHP variable with the given value, available in the template file.
- auto_fill
- in file Zebra_Form.php, method Zebra_Form::auto_fill()Call this method anytime *before* calling the render() method to instruct the library to automatically fill out all of the form's fields with random content while obeying any rules that might be set for each control.
top
top
top
top
e
- enabled_dates
- in file Date.php, method Zebra_Form_Date::enabled_dates()Enables selection of specific dates or range of dates in the calendar, after dates have been previously disabled via disabled_dates().
top
top
top
top
i
- Image.php
- procedural page Image.php
- inside
- in file Date.php, method Zebra_Form_Date::inside()Sets whether the icon for opening the datepicker should be inside or outside the element.
top
l
- Label.php
- procedural page Label.php
- language
- in file Zebra_Form.php, method Zebra_Form::language()Sets the language to be used by some of the form's controls (the date control, the select control, etc.)
- lock
- in file Control.php, method Zebra_Form_Control::lock()Locks the control's value. A locked control will preserve its default value after the form is submitted even if the user altered it.
top
top
o
- offset
- in file Date.php, method Zebra_Form_Date::offset()Sets the offset, in pixels (x, y), to shift the date picker’s position relative to the top-left of the icon that toggles the date picker.
top
p
- $private_attributes
- in file Control.php, variable Zebra_Form_Control::$private_attributesArray of HTML attributes that the control's render_attributes() method should skip
- Password.php
- procedural page Password.php
- pair
- in file Date.php, method Zebra_Form_Date::pair()Pairs the date element with another date element from the page, so that the other date element will use the current date element’s value as starting date.
top
r
- $rules
- in file Control.php, variable Zebra_Form_Control::$rulesArray of validation rules set for the control
- Radio.php
- procedural page Radio.php
- Reset.php
- procedural page Reset.php
- readonly_element
- in file Date.php, method Zebra_Form_Date::readonly_element()Sets whether the element the calendar is attached to should be read-only.
- render
- in file Zebra_Form.php, method Zebra_Form::render()Renders the form.
- reset
- in file Zebra_Form.php, method Zebra_Form::reset()Resets the submitted values for all of the form's controls (also resets the POST/GET/FILES superglobals)
- reset
- in file Control.php, method Zebra_Form_Control::reset()Resets the control's submitted value (empties text fields, unchecks radio buttons/checkboxes, etc).
top
top
t
- Text.php
- procedural page Text.php
- Textarea.php
- procedural page Textarea.php
- Time.php
- procedural page Time.php
- toHTML
- in file Select.php, method Zebra_Form_Select::toHTML()Generates the control's HTML code.
- toHTML
- in file Reset.php, method Zebra_Form_Reset::toHTML()Generates the control's HTML code.
- toHTML
- in file Submit.php, method Zebra_Form_Submit::toHTML()Generates the control's HTML code.
- toHTML
- in file Text.php, method Zebra_Form_Text::toHTML()Generates the control's HTML code.
- toHTML
- in file Textarea.php, method Zebra_Form_Textarea::toHTML()Generates the control's HTML code.
- toHTML
- in file Radio.php, method Zebra_Form_Radio::toHTML()Generates the control's HTML code.
- toHTML
- in file Time.php, method Zebra_Form_Time::toHTML()Generates and returns the control's HTML code.
- toHTML
- in file Password.php, method Zebra_Form_Password::toHTML()Generates the control's HTML code.
- toHTML
- in file Date.php, method Zebra_Form_Date::toHTML()Generates the control's HTML code.
- toHTML
- in file Checkbox.php, method Zebra_Form_Checkbox::toHTML()Generates the control's HTML code.
- toHTML
- in file Captcha.php, method Zebra_Form_Captcha::toHTML()Generates the control's HTML code.
- toHTML
- in file File.php, method Zebra_Form_File::toHTML()Generates the control's HTML code.
- toHTML
- in file Hidden.php, method Zebra_Form_Hidden::toHTML()Generates the control's HTML code.
- toHTML
- in file Note.php, method Zebra_Form_Note::toHTML()Generates the control's HTML code.
- toHTML
- in file Label.php, method Zebra_Form_Label::toHTML()Generates the control's HTML code.
- toHTML
- in file Image.php, method Zebra_Form_Image::toHTML()Generates the control's HTML code.
- toHTML
- in file Button.php, method Zebra_Form_Button::toHTML()Generates the control's HTML code.
top
v
- validate
- in file Zebra_Form.php, method Zebra_Form::validate()This method performs the server-side validation of all the form's controls, making sure that all the values comply to the rules set for these controls through the set_rule() method.
- validate_control
- in file Zebra_Form.php, method Zebra_Form::validate_control()This method performs the server-side validation of a control, making sure that the value complies to the rules set for the control through the set_rule() method.
- view
- in file Date.php, method Zebra_Form_Date::view()Sets how should the date picker start.
top
top
x
- XSSClean.php
- procedural page XSSClean.php
- XSS_Clean
- in file XSSClean.php, class XSS_CleanSanitizes data so that Cross Site Scripting Hacks can be prevented.
top
z
- Zebra_Form
- in file Zebra_Form.php, class Zebra_FormZebra_Form, a jQuery augmented PHP library for creating and validating HTML forms
- Zebra_Form.php
- procedural page Zebra_Form.php
- Zebra_Form_Button
- in file Button.php, class Zebra_Form_ButtonClass for button controls.
- Zebra_Form_Captcha
- in file Captcha.php, class Zebra_Form_CaptchaClass for CAPTCHA controls.
- Zebra_Form_Checkbox
- in file Checkbox.php, class Zebra_Form_CheckboxClass for checkbox controls.
- Zebra_Form_Control
- in file Control.php, class Zebra_Form_ControlA generic class containing common methods, shared by all the controls.
- Zebra_Form_Date
- in file Date.php, class Zebra_Form_DateClass for date controls.
- Zebra_Form_File
- in file File.php, class Zebra_Form_FileClass for file upload controls.
- Zebra_Form_Hidden
- in file Hidden.php, class Zebra_Form_HiddenClass for hidden controls.
- Zebra_Form_Image
- in file Image.php, class Zebra_Form_ImageClass for image controls.
- Zebra_Form_Label
- in file Label.php, class Zebra_Form_LabelClass for labels
- Zebra_Form_Note
- in file Note.php, class Zebra_Form_NoteClass for notes attached to controls
- Zebra_Form_Password
- in file Password.php, class Zebra_Form_PasswordClass for password controls.
- Zebra_Form_Radio
- in file Radio.php, class Zebra_Form_RadioClass for radio button controls.
- Zebra_Form_Reset
- in file Reset.php, class Zebra_Form_ResetClass for reset button controls.
- Zebra_Form_Select
- in file Select.php, class Zebra_Form_SelectClass for select box controls.
- Zebra_Form_Submit
- in file Submit.php, class Zebra_Form_SubmitClass for submit controls.
- Zebra_Form_Text
- in file Text.php, class Zebra_Form_TextClass for text controls.
- Zebra_Form_Textarea
- in file Textarea.php, class Zebra_Form_TextareaClass for textarea controls
- Zebra_Form_Time
- in file Time.php, class Zebra_Form_TimeClass for time picker controls.
- ZEBRA_FORM_UPLOAD_RANDOM_NAMES
- in file Zebra_Form.php, constant ZEBRA_FORM_UPLOAD_RANDOM_NAMES
- zero_pad
- in file Date.php, method Zebra_Form_Date::zero_pad()Should day numbers < 10 be padded with zero?
top
_
- _render_attributes
- in file Control.php, method Zebra_Form_Control::_render_attributes()Converts the array with control's attributes to valid HTML markup interpreted by the toHTML() method
- __construct
- in file Select.php, method Zebra_Form_Select::__construct()Adds an <select> control to the form.
- __construct
- in file Reset.php, method Zebra_Form_Reset::__construct()Adds an <input type="reset"> control to the form.
- __construct
- in file Radio.php, method Zebra_Form_Radio::__construct()Adds an <input type="radio"> control to the form.
- __construct
- in file Submit.php, method Zebra_Form_Submit::__construct()Adds an <input type="submit"> control to the form.
- __construct
- in file Textarea.php, method Zebra_Form_Textarea::__construct()Adds an <textarea> control to the form.
- __construct
- in file Zebra_Form.php, method Zebra_Form::__construct()Constructor of the class
- __construct
- in file Time.php, method Zebra_Form_Time::__construct()Adds a time picker control to the form.
- __construct
- in file Password.php, method Zebra_Form_Password::__construct()Adds an <input type="password"> control to the form.
- __construct
- in file Text.php, method Zebra_Form_Text::__construct()Adds an <input type="text"> control to the form.
- __construct
- in file Note.php, method Zebra_Form_Note::__construct()Adds a "note" to the form, attached to a control.
- __construct
- in file Date.php, method Zebra_Form_Date::__construct()Adds a date control to the form.
- __construct
- in file Checkbox.php, method Zebra_Form_Checkbox::__construct()Constructor of the class
- __construct
- in file Captcha.php, method Zebra_Form_Captcha::__construct()Adds a CAPTCHA image to the form.
- __construct
- in file File.php, method Zebra_Form_File::__construct()Adds an <input type="file"> control to the form.
- __construct
- in file Hidden.php, method Zebra_Form_Hidden::__construct()Adds an <input type="hidden"> control to the form.
- __construct
- in file Label.php, method Zebra_Form_Label::__construct()Add an <label> control to the form.
- __construct
- in file Image.php, method Zebra_Form_Image::__construct()Adds an <input type="image"> control to the form.
- __construct
- in file Button.php, method Zebra_Form_Button::__construct()Constructor of the class
top
|