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.
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.
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
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.