senchat
4 Jan 2011, 4:52 AM
var groupingBaseTest= {
Tpl: '<tpl for="."><div class="contact" title="{oncall_start}">{name}</div></tpl>',
//itemTpl: '<tpl for="."><div class="contact">{name}</div></tpl>',
//grouped: false,
//indexBar:false,
store: new Ext.data.Store({
model: 'Contact',
}),dockedItems : [{ ......}]
chla.contact=new Ext.List(Ext.apply(groupingBaseTest, {
scroll:"vertical",
title:"",
}));
Before 1.01a I use it to define the toolbar and it can working.But when it update that i found the dockedItems can not working anymore(could not show)。
with the sencha api i found List do not support the Properties dockeditems(actually The List never support the dockeditems right?) ,that I'm very Curious that why it can working before update . when i defined a new panel for the dockeditem ,that it's not we want Although it can working.
i do not know how to solve the problem that i hope somebody can help me, and i'm sorry with the poor English
best wish
Tpl: '<tpl for="."><div class="contact" title="{oncall_start}">{name}</div></tpl>',
//itemTpl: '<tpl for="."><div class="contact">{name}</div></tpl>',
//grouped: false,
//indexBar:false,
store: new Ext.data.Store({
model: 'Contact',
}),dockedItems : [{ ......}]
chla.contact=new Ext.List(Ext.apply(groupingBaseTest, {
scroll:"vertical",
title:"",
}));
Before 1.01a I use it to define the toolbar and it can working.But when it update that i found the dockedItems can not working anymore(could not show)。
with the sencha api i found List do not support the Properties dockeditems(actually The List never support the dockeditems right?) ,that I'm very Curious that why it can working before update . when i defined a new panel for the dockeditem ,that it's not we want Although it can working.
i do not know how to solve the problem that i hope somebody can help me, and i'm sorry with the poor English
best wish