Latest JAS v1.1.0
144 plugins online

Modules / Fields / Properties

Field properties allow additional functionality to be added to a certain field. Depending on the field type certain properties may or may not be available. An example is the "wysiwyg" property of the "html" field which shows the WYSIWYG editor in the CMS instead of raw HTML input:

Examples

WYSIWYG field example
PHP
$this->data->addField("text", "html", "all", "wysiwyg", 0, 65535, false, "WYSIWYG editor");

Default properties

The following properties are available for all field types:
  • Normal properties
    • default, global, control, title, trim
  • Update properties
    • forceUpdate, noUpdate
  • Users / Category properties
    • owner, username, password, rightsReference
  • CMS properties
    • reload, hidden, disabled, options

Comments (0)