Loading...
 
Features / Usability

Features / Usability


Is it possible to use the editable parameter outside the table template (plugin List) ?

posts: 8633 Israel

It is possible to edit inline a field displayed from a plugin field as explained here : https://doc.tiki.org/PluginList-display-control-block#Parameters

(Tiki 11+) editable="inline" will set the field to be editable for tracker fields when using format trackerrender. Required: "Inline editing (found in trackers)" and column should be set to mode=raw. e.g:

Copy to clipboard
{column label="First Name" field="firstName" mode=raw} {FORMAT(name="firstName")}{display name="tracker_field_firstName" format="trackerrender" editable="inline"}{FORMAT}


But is it possible to use it without using the table template (now way to sat mode to raw) with or without using format.

There are no comments at this time.