I've have had several issues with setting the "readOnlyDisplay" of form items to "static", that I decided to not use static items at all. I cannot go into details quickly what kind of problems, I wrote some posts about it if I'm not mistaken, but in the end if didn't work out. Now, I'm using read only mode and this has the advantage that fields take the same space whether being editable or not.
But my question is how to distinguish them easily (style wise)? I'm now setting the style rule .formCell [readonly] and this helps, but I'm not sure if this is the way to go.
I'll bet my question raises the question, what exactly isn't working, so maybe later I will try to address those issues.
But my question is how to distinguish them easily (style wise)? I'm now setting the style rule .formCell [readonly] and this helps, but I'm not sure if this is the way to go.
I'll bet my question raises the question, what exactly isn't working, so maybe later I will try to address those issues.
Comment