sujeetkr
4 Aug 2012, 4:43 AM
Hi,
I have a model containing fields: id, name, description, icon. The display of this model will contain an image, some description( text field), and split button for actions associated with this model.
Now the store contains arrays of such model objects. How can I display this data ?
If I use gridPanel, then its column will not contain split button or image [ the view of each item should contain image, some description and split button].
If I use template for columns, then I am unable to embed extjs split in the template.
I tried to iterate over store data and create panel for each data item, but for that I am unable to update the panel value.
Bye,
Sujeet
I have a model containing fields: id, name, description, icon. The display of this model will contain an image, some description( text field), and split button for actions associated with this model.
Now the store contains arrays of such model objects. How can I display this data ?
If I use gridPanel, then its column will not contain split button or image [ the view of each item should contain image, some description and split button].
If I use template for columns, then I am unable to embed extjs split in the template.
I tried to iterate over store data and create panel for each data item, but for that I am unable to update the panel value.
Bye,
Sujeet