DUF: Declarative Ugly Forms  v0.1-94-g0b7957c
 All Classes Functions Variables Pages
Static Public Member Functions | Static Protected Member Functions | List of all members
ValueList Class Reference

Render generic value list textarea. More...

Inheritance diagram for ValueList:
Inheritance graph

Static Public Member Functions

static renderFieldWidget (\Duf::Form $form, $template_engine, $widget_conf, $group_id, $field_id, $field_conf)
 Render the field widget. More...
 
- Static Public Member Functions inherited from TextArea
static renderFieldWidget (\Duf::Form $form, $template_engine, $widget_conf, $group_id, $field_id, $field_conf)
 Render the field widget. More...
 
- Static Public Member Functions inherited from Input
static renderFieldWidget (\Duf::Form $form, $template_engine, $widget_conf, $group_id, $field_id, $field_conf)
 Render the field widget. More...
 

Static Protected Member Functions

static renderNoteText ()
 Render note message under the textarea (just echo).
 
- Static Protected Member Functions inherited from Input
static commonAttributes ($field_conf)
 Render common attributes, prefixed with space.
 

Detailed Description

Render generic value list textarea.

Member Function Documentation

static renderFieldWidget ( \Duf::Form  $form,
  $template_engine,
  $widget_conf,
  $group_id,
  $field_id,
  $field_conf 
)
static

Render the field widget.

Parameters
$formis the Form.
$template_engineis templating engine which may be used for rendering (optional).
$widget_confis configuration of the widget (from layout section).
$group_id,$field_idare identification of the field.
$field_confis a field configuration (from field_groups section).

Implements IFieldWidgetRenderer.