开发者

Can I use some Jquery Editor's plugin in Silverlight?

开发者 https://www.devze.com 2023-03-03 13:51 出处:网络
As I know there isn\'t any powerful editor plugin(just RichTextArea control which requires too much work to be done and is really limited) in Silverlight whereas there are a bunch of editors available

As I know there isn't any powerful editor plugin(just RichTextArea control which requires too much work to be done and is really limited) in Silverlight whereas there are a bunch of editors available in Jquery. Can I use them in my Silverlight application? I know there is a webbrowser control. But it won't let me have the contents of the editor's textarea so that I can save it to database. It will j开发者_如何转开发ust give me the whole Html for the webpage. So this is confusing me because if I directly dump all of the contents the database will keep growing filled with useless html. Can you provide any suggestions?

Thanks in advance :)


Take a look at this free component from VectorLight, Html RichTextArea.

0

精彩评论

暂无评论...
验证码 换一张
取 消