We use the CKEditor in our LMS (Sakai). It is the primary content authoring tool for faculty, who use it to format text and include rich text, such as images.
Is there a way to configure CKEditor so that text for certain image property fields must be entered, in order to save/embed the image? Specifically, we want to require entries for the following image properties:
Alternative Text
Advisory Title
The "advisory title" field does not display immediately when the image properties window opens (you have to click the "advanced" tab). So another configuration preference is for the "advisory title" field to display immediately (i.e., below "alternative text" field) when this window opens.
Thanks in advance for any help!
You can quite easily tweak a
You can quite easily tweak a file to require alternative text :
The same can be done with your second required property.
And I think you can "move" without problem your second property (Advisory title) to the first tab just by a a cut and paste of the corresponding block in this file.
Hope it helps
Re: config for required property
Thanks Varlin!! Very helpful.