Greetings,
I have seen many posts on this issue but an unable to confirm if this technology is available in FCKeditor.
I am developing a content management system. I want to present my client with their web page using an editor like FCKeditor. They should be able to edit the pages of their website. However, there are certain areas that I do not want them to edit. For instance, I do not want
clients to be able to edit things like the logo, the overall page structure, etc.
Can FCKeditor do either of the following:
1. Similar to Dreamweaver templates, I want to present the client with a template where certain areas are locked. The user should not be abe to click, right-click, or select anything in these areas. If this is possible, is it also possible to nest editable and non-editable areas? For instance, lock a table but allow the user to edit the contents of each table data.
2. If that is not possible, is there a way to present the user with their page but instead of the entire page being inside of the editor, perhaps the user is presented with a page that contains multiple hidden editors. I have seen this done with other WYSIWYG javascript editors but in those cases, automatically resizing each editor to fit the content becomes an issue.
Thank you in advance for any help and direction.
I have seen many posts on this issue but an unable to confirm if this technology is available in FCKeditor.
I am developing a content management system. I want to present my client with their web page using an editor like FCKeditor. They should be able to edit the pages of their website. However, there are certain areas that I do not want them to edit. For instance, I do not want
clients to be able to edit things like the logo, the overall page structure, etc.
Can FCKeditor do either of the following:
1. Similar to Dreamweaver templates, I want to present the client with a template where certain areas are locked. The user should not be abe to click, right-click, or select anything in these areas. If this is possible, is it also possible to nest editable and non-editable areas? For instance, lock a table but allow the user to edit the contents of each table data.
2. If that is not possible, is there a way to present the user with their page but instead of the entire page being inside of the editor, perhaps the user is presented with a page that contains multiple hidden editors. I have seen this done with other WYSIWYG javascript editors but in those cases, automatically resizing each editor to fit the content becomes an issue.
Thank you in advance for any help and direction.
Re: Editable/Locked Regions
The way I did mine was to break everything into sections. See http://wellspringmanagement.net/i
The main content is one section. The staff is another section. The announcements is another section.