Difference between revisions of "Form templates"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with ' The structure of the tags in the HTML template are * {tablename} * {pageselector} * {default_start} ** {default_name} ** {default_value} ** {default_help} * {default_end} You m…')
 
old>Admin
Line 1: Line 1:
== Structure ==


The structure of the tags in the HTML template are
The structure of the tags in the HTML template are
Line 13: Line 14:
* "{" + [field systemname] + "_value}"
* "{" + [field systemname] + "_value}"
* "{" + [field systemname] + "_help}"
* "{" + [field systemname] + "_help}"
== Relation til styling ==

Revision as of 13:55, 6 March 2013

Structure

The structure of the tags in the HTML template are

  • {tablename}
  • {pageselector}
  • {default_start}
    • {default_name}
    • {default_value}
    • {default_help}
  • {default_end}

You may also add additional tags for special fields:

  • "{" + [field systemname] + "_name}"
  • "{" + [field systemname] + "_value}"
  • "{" + [field systemname] + "_help}"

Relation til styling