can't get editor control to work

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.
6/8/2009 10:53:31 AM
Gravatar
Total Posts 131

can't get editor control to work

I can't seem to get the editor control to work in my custom module.  I add it to the page, and when it renders, I get the a box and a bunch of broken image links.

Looked at the source of the html page and seems it should pull it ok but it's not.  It's in a user control, not a page.  Would that cause issues?

Thanks

6/8/2009 11:02:28 AM
Gravatar
Total Posts 550

Re: can't get editor control to work

Hi

Do you add this line in OnPreInit method of your page?.

SiteUtils.SetupEditor(edDescription);

edDescription is Editor control ID.

Hope helps you

Best,

Asad

6/8/2009 11:25:21 AM
Gravatar
Total Posts 131

Re: can't get editor control to work

I hadn't.  I added.  It works.  Thanks

 

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