Hi,
I have only just started using FCKeditor and must express my congratulations on such a wonderful product. I am sure this has been adked many times before, and is obviously difficult else it would already be there but what is the possibility of getting some form of editable region support.
Similar to the DreamWeaver template approach, where you can only edit certain areas of the site. Even if it is not identical to Dreamweaver it would be good, and something that could be adapted at runtime.
This would take the editor much closer to allowing people to manage the content of their websites without messing up the code.
Just a thought from a complete newbie!
I have only just started using FCKeditor and must express my congratulations on such a wonderful product. I am sure this has been adked many times before, and is obviously difficult else it would already be there but what is the possibility of getting some form of editable region support.
Similar to the DreamWeaver template approach, where you can only edit certain areas of the site. Even if it is not identical to Dreamweaver it would be good, and something that could be adapted at runtime.
This would take the editor much closer to allowing people to manage the content of their websites without messing up the code.
Just a thought from a complete newbie!
RE: Editable/Locked Region Support
Your idea is kewl tho... maybe checkout the template plugins recently added, and modify.
Or you could write a little JS in the calling page that moves the cursor to the begining or end of the "locked" element whenever it gets clicked on or some such, using parent.functionname() (or maybe parent.parent.functionname()) and disable source mode. Or Something like that. Then you'd have to remove the call to the function on save.
Eh... just ideas... probably not helpful to you if yer a newb but thrown out there nonetheless. =-)
Re: Editable/Locked Region Support
Please look this: "Locked/Editable Region Support" -- http://dev.fckeditor.net/ticket/826
Do it enablement?