item_id requiredId of the item whose field you want to edit. Use a field-getter such as 84fe317799e71d1c932ce6a7180db86c inside a view or loop. Leave empty to target the current item being rendered.
field_id requiredId of the field to edit, e.g. headline........ or text...........2. The widget shown matches that field's configured input unless you override it with widget_type.
required optional default empty (not required)Set to 1 to mark the live field as required (adds the required flag to the widget). Default unset means not required.
function optional default emptyJavaScript callback run after a successful save (passed to AA_SendWidgetLive). Use it to react to the change, e.g. location.reload() to refresh the page. Default: none.
widget_type optional default the field's configured widgetThree-letter widget code to override the field default input, e.g. sel for a select, dte for a date picker, chb for a checkbox. Default: the field's own configured widget.
widget_properties optional default emptyJSON object configuring the chosen widget, e.g. {"const_arr":{"0":"no","1":"yes"}} for a select or {"show_time":"1"} for a date widget. Default: none.
{live:5726c2c6b035d7aab450d1794e9e90d7:headline........}
{live:5726c2c6b035d7aab450d1794e9e90d7:headline........:1}
[{live:}]
{live:5726c2c6b035d7aab450d1794e9e90d7:headline........:::sel:{"const_arr":{"0":"no","1":"yes"}}}
{live:5726c2c6b035d7aab450d1794e9e90d7:headline........::function() { location.reload(); }}
[{live:5726c2c6b035d7aab450d1794e9e90d7:nosuchfield000000}]
[{live:00000000000000000000000000000000:headline........}]