-
29 Nov 2012 12:14 AM #11
Hi,
Sorry for late reply, have been into something else. I am not trying to center something (for example, a grid panel) in a panel center aligned, I am trying to bring the whole panel to the center.
-
29 Nov 2012 12:52 AM #12
Uhm... could you show a screenshot or smth O.o
-
29 Nov 2012 2:56 AM #13
If you see this example,
http://docs.sencha.com/ext-js/4-1/#!...d_to_grid.html
There are 2 grid panels inside a panel, I can center grid panels, there are some options, how do I center the whole panel? I think you can understand my query now..
-
29 Nov 2012 3:00 AM #14
With simple html <center> or css <div style="text-align: center;"> o.O
Example index.html
Code:<div style="text-align: center;"> <script language="JavaScript"> //EXTJs... </script> </div>
-
30 Nov 2012 4:25 AM #15
Didn't work, I think I will not use this, would have been good if known how. Thanks for trying to help me out
.


Reply With Quote