how to add new button to mpe:EditorControl?

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.
8/18/2010 11:43:57 AM
Gravatar
Total Posts 3

how to add new button to mpe:EditorControl?

Hi,

  can you please tell me how to add new button to mpe:EditorControl

 

thanks

8/23/2010 8:03:09 AM
Gravatar
Total Posts 18439

Re: how to add new button to mpe:EditorControl?

Hi,

mpe:EditorControl is not really an editor, it is a wrapper control for our EditorProvider system, so it loads a different editor depending on which editor is configured in Site Settings, CKeditor, TinyMCE, or FCKEditor.

You can configure which toolbar buttons are visible (from existing toolbar options supported in the specific editor) as described here:

http://www.mojoportal.com/customizing-the-editor-toolbars.aspx

However, adding a custom button to any editor is a much more challenging thing to accomplish and I have no easy answer for you. You could make a custom editor provider based on the code for an existing one and you could study the documentation of a specific editor to find out how to add a custom button.

Hope it helps,

Joe

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