Adding Class to ALL field values

Adding Class to ALL field values

menashemenashe Posts: 178Questions: 42Answers: 2

I know that className: ... adds a class to the whole field.

And you've posted before that

editor.field('myField').input().addClass('myClass');

will add to 'myField'.

Is there an easy way to add the same class to all fields on the form? (Not the label, just the field value.)

Replies

Sign In or Register to comment.