Opened 15 years ago

Closed 15 years ago

#2928 closed New Feature (wontfix)

turn editor area red when user doesn't fill it in

Reported by: hello12345 Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

When a user presses the submit button on my site, I turn all the required textboxes red, that they didn't enter text in.

It would be nice if there was a property where I could set the editorarea to be red, when the user does not fill it in....

So you could have a setting called EditorTextAreaColor and it could be set dynamically and then I could set it to be whatever color I want.

It must be dynamic though, becuase I'll only want it red, when the user doesn't fill it in.

For an example of this go to: http://www.connectingsingles.com/register.aspx and press the "submit" button without filling anything in.

Thanks, Chris

Change History (1)

comment:1 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Resolution: wontfix
Status: newclosed

You can do this by your own.

You just have to set FCK.EditorDocument.body.style.color = '#FF0000'; (if FCK is the instance of the editor)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy