Module Property Setting - Custom List from code

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.
1/8/2015 12:13:52 AM
Gravatar
Total Posts 32

Module Property Setting - Custom List from code

Hi there,

I am doing a lot of Mojo Module development, and so as I find needs I can't seem to get a clear answer for I will ask here.

Today's question is a sort of of unusual one. I need a module property that is essentially a listbox of data that must be retrieved by code as it changes. I see module settings for custom created controls, but no setting for listboxes and no way of populating them in C#. Am I missing something or is this something I need to build myself?

Thanks,

Mike

1/9/2015 7:57:56 AM
Gravatar
Total Posts 18439

Re: Module Property Setting - Custom List from code

module settings are just a developer convenience to store key value pairs. if you need something more than that then you'll have to develop it, ie your own place to store it in the db and your own code to manage or use the data.

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