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 Joe,
It's been a while, but question about the FileBrowserTextBoxExtender control. I'm trying to use it for module settings to browse for folders that assets will be uploaded to. I'm wondering if it's possible to browse for a "folder" and not have to select a file of some type?
Thanks,
Hi Matt,
I just implemented support for this and pushed it to our source code repository. The extender really just links to the FileDialog.aspx so most of the work was in the dialog to support browsing folders without showing files. But this now works by setting the BrowserType property on the extender to "folder".
Hope that helps,
Joe
Thank you so much! This is awesome! Do you have any idea when the next version will be released? Just to make sure the timing of our module release isn't too early.
Thank you again! (beer on the way tonight) Matt
Not sure exactly when but it will be very soon.
Best,
Sounds good, thanks Joe!
I'll update the documentation that I made for this control a while back. Also, if you'd like me to send you the code for the ISettingControl, I'd be happy to.