Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
form_element.php File Reference

Template for the single form element, see form. More...

Go to the source code of this file.

Variables

 $textadd

Detailed Description

Template for the single form element, see form.

Available variables:

  • name: element name
  • label: label string
  • label_class: (optional) css class of the label tag
  • label_form: (optional) form attribute of the label tag
  • required: (bool) is the field required?
  • description: label description
  • form_field: form input/select/... element
  • text_add: (optional) additional content after field element
  • more: (optional) additional content
Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition in file form_element.php.


Variable Documentation

$textadd

Definition at line 30 of file form_element.php.