In my rich text editor options, I have added the 'Source button' to my toolbar.

When in edit mode, the source button is visible on <div class="edit "/> elements but not <span class="edit"/> elements.

Is this intentional?

2

(6 replies, posted in Support zone)

I'd like to +1 this.

We work on a development server then publish to a live server manually.

The absolute links is currently a showstopper for us.

Hi,

I'm currently evaluating SimpleCMS and wanted to suggest the ability to define an editable area where the user can only add plain text.

Example:

Assume the HTML source contains <div "class=edit-text">Foo</div>

This would allow the user to change it to <div "class=edit-text">Foo</div> but not <div "class=edit-text"><p>Foo</p></div>

Ideally, line breaks would be allowed when editing and converted to <br/>