smartgwt - How to add button in toolstrip on left and right side -


its possible add buttons in toolstrip on left , right side, image below show.

i try add css style not possible add style on image div.

ps. create effect using firebug.

buttons in toolstrip

use layoutspacer.

toolstrip toolstrip = new toolstrip(); ... toolstrip.setmembers(leftbtn1, leftbtn2, new layoutspacer(), rightbtn1, rightbtn2); 

that align first 2 buttons left , other 2 buttons right.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -