Hello ! I'm building a "cms" for "html" files.
There are option to edit the page with your system.
I want that ckeditor will edit just part of the page, for example, between <div> tags with specific id,
and other code will be static, and it seems in all pages.
I have page,named "cms.aspx", I call to "ck" With the following code:
"<asp:HyperLinkField DataNavigateUrlFields="Filename" DataNavigateUrlFormatString="edit.aspx?file={0}" HeaderText="Edit" Text="Edit" InsertVisible="False" />"
ps. sorry about my english.
Thanks!
There are option to edit the page with your system.
I want that ckeditor will edit just part of the page, for example, between <div> tags with specific id,
and other code will be static, and it seems in all pages.
I have page,named "cms.aspx", I call to "ck" With the following code:
"<asp:HyperLinkField DataNavigateUrlFields="Filename" DataNavigateUrlFormatString="edit.aspx?file={0}" HeaderText="Edit" Text="Edit" InsertVisible="False" />"
ps. sorry about my english.
Thanks!