item_id optional default empty (current item)Id of the item whose field you want to edit. Leave empty to edit the CURRENT item - the one being rendered in the surrounding view or slice loop.
field_id required default (none)The 16-character field id to edit, such as headline........ or category......... Without it the command renders nothing.
required optional default empty (not required)Set to 1 to mark the field required: the wrapper gets data-aa-required, the input gets the HTML required attribute, and the label shows an asterisk. Empty or 0 leaves it optional.
function optional default emptyA JavaScript function run after the widget is submitted (for live or ajax-style saving). Leave empty for a plain form input.
widget_type optional default empty (field default widget)Override the widget used for the field. Empty uses the field configured widget. Pass a 3-letter widget code such as sel (drop-down), dte (date), chb (checkbox), txt (textarea).
widget_properties optional default emptyA JSON object of widget options. Common keys: name (overrides the label), input_help (overrides the help), and const_arr (value-to-label map for sel). Example: {"name":"Project name","input_help":"Fill it in"}.
{editfull:3b615788d96378c28e368d7fb3d7a44a:headline........}
{editfull::headline........}
{editfull:3b615788d96378c28e368d7fb3d7a44a:headline........:1}
{editfull:3b615788d96378c28e368d7fb3d7a44a:switch..........:::sel:{"const_arr":{"0":"no","1":"yes"}}}
{editfull:3b615788d96378c28e368d7fb3d7a44a:headline........::::{"name":"Project name","input_help":"Fill in the project name"}}