This is a migrated thread and some comments may be shown as answers.

Can you position RadFileExplorer Toolbar buttons?

2 Answers 72 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 13 Feb 2012, 08:17 PM
Hello,

I have a RadFileExplorer with the standard buttons in the toolbar and also a couple of custom buttons.  I would like to move my custom buttons all the way to the right of my file explorer toolbar.  Is this possible?  Below is my style for the custom buttons:

<

 

 

style type="text/css">

 

 

 

/* Set the desired properties to the custom buttons */

 

 

 

a.adminLoginStyleClass.rtbWrap .rtbText

 

{

 

 

font-size: 12px;

 

 

 

background: url('./images/administration.png') no-repeat left center;

 

}

 

 

 

a.logoffStyleClass.rtbWrap .rtbText

 

{

 

 

font-size: 12px;

 

 

 

background: url('./images/logoff.png') no-repeat left center;

 

}

</

 

 

style>

 


Thanks,
Adam

2 Answers, 1 is accepted

Sort by
0
Accepted
Richard
Top achievements
Rank 1
answered on 14 Feb 2012, 03:35 PM
Adam:

I believe that this thread will give you the necessary insights required to position your RadFileExplorer's custom toolbar button as desired:

RadToolBar Button Positioning

You should be able to set the OuterCssClass property of the custom button to float it to the right.

Hope this helps!
0
Adam
Top achievements
Rank 1
answered on 14 Feb 2012, 10:53 PM
This solved it completely.  Thanks.
Tags
FileExplorer
Asked by
Adam
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Adam
Top achievements
Rank 1
Share this question
or