toolbar align right
But, is this feature will included in future versions of Ext?
Thanks in advance.
Try the following:
#MyToolbar .x-toolbar {
height:21px;
}
#MyToolbar .x-toolbar table {
float:right;
}
Okay. Thanks! I didn't try it... just knew that it would show you that it could be done :D
toolbar with text, toolbar with text & buttons, contentPanel titlebar - have identical height:
.ytb-text {
display:block;
}
.x-toolbar {
vertical-align:middle;
height:22px;
padding:0px 2px;
}
.x-toolbar table {
height:22px;
}
#MyToolbar .x-toolbar {
height:32px;
}
#MyToolbar .x-toolbar table {
float:right;
}
If you need to align some items to the left and some to the right there is currently no way in Ext to do it 'out of the box'.... however... Animal has a solution to this (http://www.extjs.com/forum/showthread.php?t=3485).
How exactly do you change your CSS to right align everything? The toolbar is implemented with a table which seems to make justification kind of complex.
#If you have any other info about this subject , Please add it free.# |

