well, looks like that it's more complicated from this post :
https://www.sencha.com/blog/blazingly-fast-load-times-for-apps-built-with-ext-js-and-sencha-touch/
does someone know if extjs 6 make...
Type: Posts; User: mickarea
well, looks like that it's more complicated from this post :
https://www.sencha.com/blog/blazingly-fast-load-times-for-apps-built-with-ext-js-and-sencha-touch/
does someone know if extjs 6 make...
what about :
var classe = record.get('class');
if (ChunkCompile.isBuilt) {
// synchronously load JS
Ext.Loader.loadScriptFile(
classe+'.js',
...
Hi,
When I use the preview mode, the class load dynamically.
I would like to keep that behaviour, in production mode.
Why? Because I have a tree menu, and each time I click on the button...
I deleted a controller. I had to create a new project to fix the problem :)
Uncaught Error: EPERM: operation not permitted, stat
'c:\extjs\workspace\Web\app\controller\override'
and if I ignore the error, I can't anymore preview any view correctly, I got the message:...
it fix the bug, thx you very much !
what do you mean by body element ? where is it ?
HI,
I'm using a TreePanel with a tree store. It's working expecting the text alignment of each node:
<div unselectable="on" class="x-grid-cell-inner x-grid-cell-inner-treecolumn"...
Hi,
I've a viewport and I would like to change the center of the viewport when I click on a menu.
Is it possible to load a new view ? Will it load from ajax, same with the controller attached...
Thx, but I don't see where is the tree list component in that :
{
region:'west',
width:250,
split:true,
reference:'treelistContainer',
In the viewModel, I can't find where I can detect a click on a leaf of the tree node :
Ext.define('KitchenSink.view.tree.TreeListModel', {
extend: 'Ext.app.ViewModel',
Hi,
I'm using this example for my applications :
http://examples.sencha.com/extjs/6.0.1/examples/kitchensink/#tree-list
I would like to know where I've to put my listener to detect the click...
in the folder :
app/view/example/GroupModel.js
Ok, so it is linked with a viewModel, but how come that in the grid, I don't see those lines ? =>
viewModel: { type: 'test' },
which viewModel is choosed ? :-/:((
I've :
Hi,
I'm using the template dashboard to create my application, I really don't understand how those lines work :
bind: {
store: '{inbox}'
},
I've tried to create a new grid, but I...
Hi,
I'm using the template dashboard to make my website.
I have a question about the lockscreen. Is it a good way to make an app for the lock screen and an another app for the dashboard ?
...
Bonjour, une entreprise de 80 personnes recherche un développeur web sur la région parisienne. De bonne base en extjs serait un +++ .
Merci de contacter : [email protected]
I finally manage to get it work, but i've :
Failed to execute 'send' on 'WebSocket': already in CONNECTING state.
Hi ... I'm trying to include this plugin to my project. I put the folder ux in my project-folder/ext .
So, I've now in my project folder => ext\ux\data\proxy\WebSocket.js
when i run the command...
Hi, I'm trying to do that :
Ext.define('DynamicModel', {
extend: 'Ext.data.Model',
urlModel:"test.txt",
fields :[],
validations:[],
ready:false,
init: function(){
Hi,
First, thank you very much for your library ! It's so easier to develop a webpage with it !
Second, I'm having trouble when i want to edit some xml data.
by example :
...