View Full Version : Dynamic Columns (non grid) question
bmacdon1
15 Aug 2011, 12:26 PM
I would like to generate a series of inputs and have these inputs split based on a specific count and placed into a new container. For example: I have 25 <input /> and I'd like a new column created every 5 <input /> for a total of 5 new columns. I was wondering if there is anything in the extjs4 framework that will allows this to happen?
scottmartin
15 Aug 2011, 12:36 PM
Have a look at the column layout:
http://dev.sencha.com/deploy/ext-4.0.2a/examples/layout/column.html
(http://dev.sencha.com/deploy/ext-4.0.2a/examples/layout/column.html)
You would be responsible for the math and creating the columns as needed.
Regards,
Scott.
bmacdon1
15 Aug 2011, 12:40 PM
Thanks Scott, I will take a look...
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.