View Full Version : Ext Designer Problem: How to define number of columns in column layout?
romanczar
19 Feb 2010, 8:04 AM
How can you define the number of columns when you picked column layout for a container? Ho can you define colspan and rowspan?
abe.elias
19 Feb 2010, 4:11 PM
Try using a Table Layout.
romanczar
20 Feb 2010, 7:13 AM
Dooh! ;)
THX. I totally forgot about that difference...
rlieving
30 Sep 2010, 7:33 AM
I'm trying to do the same and table layout is not achieving anything. Still cannot define the number of columns OR rows. What am I missing?
jarrednicholls
30 Sep 2010, 8:00 AM
When you set the layout to table, a (Layout) property is created named "columns". You will find it in the Component Config section. Only columns are set. When you have N items, it creates (N / columns) rows. You can additionally set colspan and rowspan on any child item of the table layout container.
Hope that helps!
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.