Element index for package Controls
[ a ]
[ b ]
[ c ]
[ d ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ w ]
[ z ]
[ _ ]
_
- __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 Text.php, method Zebra_Form_Text::__construct()Adds an <input type="text"> control to the form.
- __construct
- in file Time.php, method Zebra_Form_Time::__construct()Adds a time picker control to the form.
- __construct
- in file Textarea.php, method Zebra_Form_Textarea::__construct()Adds an <textarea> 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 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
top
top
top
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
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
- 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
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
top
top
z
- 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_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.
- zero_pad
- in file Date.php, method Zebra_Form_Date::zero_pad()Should day numbers < 10 be padded with zero?
top
|