list applet read only field
Hi everyone.
I would like to know if is possible set the read-only property on a field in a list applet by using user props (on applet) or browser scripts.
Assumptions:
1) I have an applet with some escript methods and I would like to avoid to maintain 2 applet, so I would avoid to use the personalizations to toggle another applet
2) I already know as set this property on a control in a form applet by using the method "FindControl" (browser script), but I'm unable to use the same code on a list column
3) I cannot set a user prop on field at BC level