Instead of a 'delete this record?' prompt I would prefer to hint at what is being deleted.
Supposing a
A grid with this config does not prompt with the ${name}
nor can I use a function for the confirmation message
Any ideas ?
Supposing a
model: { id: "treeview", fields: { treeview: { editable:false, field: "treeview/text()" }, name: { editable:true, field: "name/text()", defaultValue:"" }, timestamp: { editable:false, field: "timestamp/text()", defaultValue:"" } }A grid with this config does not prompt with the ${name}
editable: { mode:"popup", confirmation: "Delete ${name}? Really?" }nor can I use a function for the confirmation message
Any ideas ?