mpe:editorcontrol in my module

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.
11/18/2009 11:05:40 AM
Gravatar
Total Posts 71

mpe:editorcontrol in my module

hi all,

I have a module located at "/modules/mymodulefolder/" and i want to use mpe:editorcontrol, but "The page cannot be found" shown in editor place,

how i can solve this??Frown

11/18/2009 11:32:45 AM
Gravatar
Total Posts 18439

Re: mpe:editorcontrol in my module

If you are using inline code, you can add this in the top of your control:

<%@ Import Namespace="mojoPortal.Web.Editor" %>

also in oninit or in page load you need to call

SiteUtils.SetupEditor(edContent); //where edContent in this example is the id of the editor

You also should specify which toolbar

edContent.WebEditor.ToolBar = ToolBar.FullWithTemplates;

Hope it helps,

Joe

11/18/2009 12:26:54 PM
Gravatar
Total Posts 71

Re: mpe:editorcontrol in my module

tnx, how i can change some features like editor background image(color) or default font size?

------------------------------------------------------------------------------------------------------

I simply assigned  a style file , "myeditor.WebEditor.EditorCSSUrl = "...../editor.css";' and in it add my favorite styles

9/17/2012 1:29:40 AM
Gravatar
Total Posts 1

Re: mpe:editorcontrol in my module

Hi,

 How do i bind data from database to this editor control?.

How to save the values to database?

How to validate for required?

Please replay as soon as possible.

 

Thanks&Regards

Rajesh.k

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