Is there a way, through the SC interface, to disable the line number display in a form “multiple lines” layout. There is for editable grid, but I don’t see how to disable it for “multiple lines” layout…thanks
There is none.
But a little jQuery might help a bit.
Event: onLoadRecord
echo “<style>#hidden_field_data_sc_seq”.$sc_seq_vert." {visibility: hidden; }</style>";
jsb
Thank you JSB…great advice as usual.