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

Notification

Icon
Error

Options
Go to last post Go to first unread
Dmitry.Obukhov  
#1 Posted : Sunday, March 11, 2012 11:37:35 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)
Question:

“I have the tree and upload panes closed when opening my page with the uploader. What should I set to make them expended?”

Resolution:
  • To expand the tree pane you should set treePane.width property to some value:
    Code:
    
    treePane: {
      width: 250
    }
  • To expand the upload pane, you should set folderPane.height property to value which will be less than the height of Image Uploader:
    Code:
    
    $au.uploader({
      width: '800px',
      height: '500px',
      folderPane: {
        height: 300
      }
    });

Edited by user Friday, June 8, 2012 9:10:51 PM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
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.