Set 'form.readOnly' to true as default

Hello,

It would be very nice to be able to set a form’s readOnly parameter to true (not modifiable) as default.

Could also be a solution parameter (all forms starting as readOnly, or all forms starting modifiable as today)

Currently the only solution we have to prevent user to modify data is to set readOnly to true at onShow, as this does NOT work at onLoad.

as this does NOT work at onLoad.

Oops, this assertion is not completely true, it works when you load a simple form, but it does NOT work when the form is embedded into a tabpannel.

Should I write a bug report for this?