new html ajax editor

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/30/2007 3:39:44 AM
Gravatar
Total Posts 16

new html ajax editor

Hi, Joe

Consider using this www.codeproject.com/Ajax/HtmlEditor.asp AJAX HTML editor. I think you have added Microsoft AJAX in the last version of Mojo.

 

10/30/2007 3:41:06 AM
Gravatar
Total Posts 16

Re: new html ajax editor

 

p.s. I also think that FCK Open source fre control is not that cool.

10/30/2007 7:52:37 AM
Gravatar
Total Posts 18439

Re: new html ajax editor

Hi,

The editor is implemented using a provider model so if you really like the editor in that article so much you can feel free to implement a provider for it.

I think the FCKeditor is very cool. If you have some constructive criticism of it please be specific.

Best Regards,

Joe

11/10/2007 11:02:22 AM
bob
Gravatar
Total Posts 126
YAF developer

Re: new html ajax editor

Joe,

I guess,  there is  a problem with FCK Editor - an annoying pop-up, forbidding direct text pasting.

I think, that it's unwise to implement the AJAX control at all. Considering the ASP.NET system requirements that's a  bad idea.

11/10/2007 11:17:24 AM
Gravatar
Total Posts 18439

Re: new html ajax editor

Hi Bob,

This force paste as text is a configuration option in FCKeditor. I enabled this feature on purpose because I was seeing a lot of invalid html being pasted into the forums when people would copy error messages or html fragments.

The only bug is in my implementation to make it do this in the forums, it seems to also do it in other features even if you are admin which was not my original intention so I need to review it and fix that.

Its definitely not a bug in FCKeditor, its a feature.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.