This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-07-24 11:17:59 -04:00
parent f3b1f65f06
commit dea3047e28

View File

@@ -331,7 +331,8 @@ Ext.onReady(function () {
editable : false,
allowBlank : false,
triggerAction : 'all',
mode : 'local'
mode : 'local',
tpl: '<tpl for="."><div class="x-combo-list-item">{CALENDAR_NAME:htmlEncode}</div></tpl>'
});
var status = new Ext.data.SimpleStore({