I'm wondering if there's a well known way to show a readonly dynamicform (i.e. it uses only StaticTextItem fields, not readonly TextItem ones) and provide a way to editing only one single field per time (i.e. clicking on a button shown only on mouse over, etc).
It would be similar to the way JIRA 6 let you edit fields:
Every field edit should be considered atomic, hence saved.
I'm going to make it myself from the ground up, replacing a single StaticTextItem with the editable item on the fly, but I'd like to be sure there's no other easy way to achieve it.
It would be similar to the way JIRA 6 let you edit fields:
Every field edit should be considered atomic, hence saved.
I'm going to make it myself from the ground up, replacing a single StaticTextItem with the editable item on the fly, but I'd like to be sure there's no other easy way to achieve it.
Comment