views:

2361

answers:

3

We have a CMS system that we're currently taking the admin back end and converting to Silverlight 3 or possibly 4 by the time we go to production. We wrote a custom JS / DHTML editor to suit our needs, and will need to do the same now in Silverlight. Has anyone seen any clues to a base functionality that we could build upon for our own app?

We don't really have the time to build from scratch, but it's looking as if this might be our only solution for today. Any help would be greatly appreciated. http://www.vectorlight.net/controls/rich_textbox.aspx We came across this control, but there’s no option to buy the source code. Something similar could be enough for now, as long as we could modify it to our needs. Price is not a huge issue, as long as it was less than $2K. That’s the tipping point where I’d need to make a real business case for it outside our team.

A: 

Have you looked at the Rich Notepad Silverlight 4 sample from Microsoft? http://silverlight.net/community/samples/silverlight-4-beta/rich-notepad/

xamlgeek
I haven't seen that. The critical point would be an HTML export that would be dumped into our SQL database and off hand this looks like it's in a proprietary format. I'll dig deeper though - hopefully this could be a stepping stone to something that could work.
jcavaliere
A: 

We're going to give the component art component a shot. http://www.componentart.com/products/silverlight/editors/

I chatted with their support a bit, and the toolbar is separate from the editor, and highly customizable with our own features. I'll try to remember to post back some feedback if it's good, so that others can benefit.

jcavaliere
+1  A: 

I work for a company that has just released a Silverlight Control suite and one of the controsl we have developed is a Silverlight HTML Editor.

Silverlight Html Editor

It includes basic functionality and we're growing the capabilities based on customer demand. It allows HTML import and export which I think is your key initial requirement.

Source code is available for purchase if desired and the price is well down on the $2000 upper limit that you have :-)

I hope that helps.

traskjd