Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
GeorgeCampos  
#1 Posted : Tuesday, June 5, 2012 1:51:09 PM(UTC)
GeorgeCampos

Rank: Advanced Member

Groups: Member
Joined: 6/15/2006(UTC)
Posts: 31

Thanks: 8 times
When using:

var uploader = $au.uploader({

id: 'Uploader1',

paneLayout: 'ThreePanes'

I would like to have:

treePane: {

width: '200px'

},

folderPane: {

width: '500px'

but this syntax does not seem to work in aspClassic.

What am I doing wrong?

Also how can I prevent the 'Search' box from displaying in the folderPane?

As always, I am grateful for your guidance.

Thanks,

George

Dmitry.Obukhov  
#2 Posted : Tuesday, June 5, 2012 7:46:07 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello George,

1. Please set width of tree pane to a bit more value than 200 px (e.g. 205 px). 200 px is a default value.

2. folderPane does not have width property. It has height one. If you need to change width of the uploader, you will need to use uploader.width property.

3. Unfortunately removing "Search" area is not possible.

If you have any additional questions or problems, please feel free to let me know.

Edited by user Tuesday, June 5, 2012 7:47:18 PM(UTC)  | Reason: Not specified

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

GeorgeCampos  
#3 Posted : Wednesday, June 6, 2012 3:50:32 AM(UTC)
GeorgeCampos

Rank: Advanced Member

Groups: Member
Joined: 6/15/2006(UTC)
Posts: 31

Thanks: 8 times
Hello Dmitry,

Thank you for the link: http://www.aurigma.com/docs/iu7/P_J_$au_treePane_width.htm

My syntax was incorrect. I added px, but I should not have.

Incorrect:

treePane: {

width: '200px'

},

Correct:

treePane: {

width: '200'

},

Too bad that the "Search" area can not be hidden. Perhaps in a future release?

As always, thank you for the very quick and very good support.

George

Dmitry.Obukhov  
#4 Posted : Wednesday, June 6, 2012 7:16:02 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hi George,

We will consider about implementing the possibility to remove "Search" field in the future release.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.