Hi all.
I'm currently working on a solution that involves defining the content of a custom-built control as a literal string. This means that certain portions of the site will not be server controls at all, but flat HTML, with normal static IDs. This will allow us to easily work with client-side javascript and JSON, and communicate with the server via a webservice.
I'm porting some of the old server-side aspx pages over to this new system, but have stumbled across a Rad Editor control. At the moment, the Editor tag would be reproduced exactly as it is defined on the page, and I'm guessing that won't work at all, as it's designed to be executed server-side and the resulting HTML returned.
Is there any way I can set up an editor control in client-side terms? The only thing I've thought of so far is to have a web method that can use a static class we have to execute an editor control in a page and return the resulting HTML, but I'm guessing it might not be that simple.
Any ideas?
Matt
I'm currently working on a solution that involves defining the content of a custom-built control as a literal string. This means that certain portions of the site will not be server controls at all, but flat HTML, with normal static IDs. This will allow us to easily work with client-side javascript and JSON, and communicate with the server via a webservice.
I'm porting some of the old server-side aspx pages over to this new system, but have stumbled across a Rad Editor control. At the moment, the Editor tag would be reproduced exactly as it is defined on the page, and I'm guessing that won't work at all, as it's designed to be executed server-side and the resulting HTML returned.
Is there any way I can set up an editor control in client-side terms? The only thing I've thought of so far is to have a web method that can use a static class we have to execute an editor control in a page and return the resulting HTML, but I'm guessing it might not be that simple.
Any ideas?
Matt