FileBrowserTextBoxExtender - Browse for folder?

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/2014 11:16:16 PM
Gravatar
Total Posts 111
Matt Millican InternetMill

FileBrowserTextBoxExtender - Browse for folder?

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,

1/9/2014 11:39:48 AM
Gravatar
Total Posts 18439

Re: FileBrowserTextBoxExtender - Browse for folder?

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

1/9/2014 11:49:57 AM
Gravatar
Total Posts 111
Matt Millican InternetMill

Re: FileBrowserTextBoxExtender - Browse for folder?

Hi 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

1/9/2014 1:42:24 PM
Gravatar
Total Posts 18439

Re: FileBrowserTextBoxExtender - Browse for folder?

Hi Matt,

Not sure exactly when but it will be very soon.

Best,

Joe

1/9/2014 1:54:18 PM
Gravatar
Total Posts 111
Matt Millican InternetMill

Re: FileBrowserTextBoxExtender - Browse for folder?

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.

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