I need to filter calendar's events remote store.
How to apply a filter in events store using this config:
store: {
autoLoad: true,
eventStoreDefaults: {
...
Type: Posts; User: infosvil
I need to filter calendar's events remote store.
How to apply a filter in events store using this config:
store: {
autoLoad: true,
eventStoreDefaults: {
...
Good Morning,
I have this code:
https://fiddle.sencha.com/fiddle/3571
Ext.define('testApp.panel',{ extend: 'Ext.Panel',
xtype: 'mypanel',
header:{
tools:[
I have this code:
Ext.define('MyApp.tab.Panel', {
extend: 'Ext.tab.Panel',
header:{
xtype: 'myWorkspacesToolbar',
items:[
....
I notice that there are not "multiple" property in Ext.form.field.File for classic toolkit.
How working around?
I use 7.1 version
No model instance can be passed in store.
Best solution I found:
let store = Ext.create('STORENAME', {
model: Ext.define(null, {
extend:...
Good morning,
I can't set idProperty in store model.
Here my code:
let myid = 'mioid';
let model = Ext.create('Ext.data.Model', {
fields: myfields,
...
I'm trying to add trigger in a textfield in classic toolkit extjs 7.0.
No property "side" exist (as modern toolkit) and can't see other way to do this.
I found undocumented property "postSubTpl"....
Same issue for me. How to resolve?