Search found 2540 matches

Then you have to pick some knowledge from the sencha docs:
Read about store, model, proxy, reader and writer.
Go through Ext.data.*
You mustn't convert your XML data to JSON! You can use XML Reader provided by sencha. Mats gave you a link to Lines and Zones sample to let you check how we deal with XML data. The same is true for the gantt. resourceStore : { type : 'resourcestore', storeId : 'resources', sorters : ['Role', 'Name']...
In this case provide me a code, which I should execute in console of our basic sample. Or zip changed example and attach to the post. (Ensure it doesn't include ext or bryntum sources)
Your test case is not runnable. You forgot to include .sencha folder. <import file="${basedir}/.sencha/app/build-impl.xml"/> is missing. I need to add Ext and Bryntum's packages. Then execute 'sencha app build'. Logs are green and I can run your test case. Can you please ensure that your t...
Hello!

Why did you set overflow: auto on the innerCt? What did you try to achieve?

I've tried to do the same but everything works.
Try to clean up your browser cache and reload the page. If it doesn't help please provide an additional information or the runnable test case (without ext and bryntum files).
Hello! I'm afraid we do not have such numbers, but you can check our examples. Here is the big data set example, where you can generate any amount of data.
Triton theme requires bryntum-scheduler-theme-base theme which also should be copied under the 'package' folder
Im using full version of scheduler 5.0.4 and Ext 6.2.1 trial version. I have "packages" folder with bryntum scheduler package in my app directory. Can you please provide a runnable test case to let me check the code? Attach a zip-archive with your code. Do not forget to remove Scheduler a...
Hello! What version of Ext and Scheduler do you use? Do you use trial version of the scheduler? Please ensure that the 'package' folder exists into your workspace/app directory.