Is there any way of setting the read only?
I want to be able to switch the editor from read-only to read-write mode, read-write mode giving the toolbar and allow text editing, read-only displaying only the text content and no toolbar.
Cheers,
Rob.
I want to be able to switch the editor from read-only to read-write mode, read-write mode giving the toolbar and allow text editing, read-only displaying only the text content and no toolbar.
Cheers,
Rob.

RE: Setting the Editor read only?
if ($_SESSION['AllowEditing'] == 1) {...}
else {...}
RE: Setting the Editor read only?
RE: Setting the Editor read only?
I store the html-code in a mysql-database and do not know, how to get it displayed in the iframe. (Creating a html-page first is not possible.)