Adding HTML Content feature to custom 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.
3/8/2013 11:43:57 AM
Gravatar
Total Posts 62

Adding HTML Content feature to custom module?

Hi Devs,

I am trying to figure out a way to add editable HTML Content feature to my custom module. Basically. I created simple login module which will be on the left side and on the right side I want to have editable HTML Content feature. Essentially this is a desired look, but the right side is editable: https://login.salesforce.com/

TYIA

3/8/2013 2:42:04 PM
Gravatar
Total Posts 18439

Re: Adding HTML Content feature to custom module?

No, mojoPortal cms plugin features are not designed to be used inside other cms plugin features. 

When developing a custom feature you have to implement your own thing though you can learn a lot about how to do it by studying the code of existing features. ie you could cerrtainly use the wysiwyg editor in a custom feature but you must implement your own code to persist its content to the database.

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