ClassInterface FOFFormField

Description

Generic interface that a FOF form field class must implement

  • since: 2.0

Located in /libraries/fof/form/field.php (line 17)


	
			
Method Summary
 string getRepeatable ()
 string getStatic ()
Methods
getRepeatable (line 37)

Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)

  • return: The field HTML
  • since: 2.0
  • access: public
string getRepeatable ()
getStatic (line 27)

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).

  • return: The field HTML
  • since: 2.0
  • access: public
string getStatic ()

Documentation generated on Tue, 19 Nov 2013 15:02:59 +0100 by phpDocumentor 1.4.3