Hilfe: SQLEdit, Field templateThese variables can be used in the template that defines graphical layout of
single field. This template is not used if the global template of SQLEdit element
don't use the <TMPL_VAR name="form.fields.template"> but the <TMPL_LOOP name="fields_loop">
loop to render form fields.
field.adminTools The parameter that create the images and links required to edit column
field. It is not null only if user can edit page.
field.form The html code which build the form field.
field.iseditable It's TRUE only if the field is editable.
field.ishidden It's TRUE only if the field is hidden.
field.isidentity It's TRUE only if the field is an identity field (a.k.a. auto_increment)
field.isrequired It's TRUE only if the field is required.
field.isvisible It's TRUE only if the field is visibile.
field.iswrong It's TRUE only if the field is required but users don't have set a value
for it.
field.label The label for the field
field.name The column name of the field.
Siehe auch: |