So for modern we can't have nested grid like classic?
e.g. https://fiddle.sencha.com/#fiddle/252e
Type: Posts; User: korndeang
So for modern we can't have nested grid like classic?
e.g. https://fiddle.sencha.com/#fiddle/252e
Not work many problem Ext v6
My code:
Ext.define('App.view.widgets.Notification', {
extend: 'Ext.ux.window.Notification',
alias: 'widget.notification',
corner: 'tr',
...
Not work for me line: 288: error message : me.manager = null
You are right, so can I have sample code for better solution define wait Binding delay.
I have tested your fiddle it works display combobox with multi select, so your problem you can't get value of multi select when your submit form?(the value via viewmodel record)
Because Bind delay load data, add one more line to fix bug
applyStore: function(store) { if (store) {
store = Ext.data.StoreManager.lookup(store);
...
If proxy type "Direct" does support PUT, DELETE?
Dear Whatty,
I followed your instruction not work Direct still request to server as HTTP POST.
Regards,
I have problem when my Ext direct call server i check console on browser it is HTTP POST, my question Does Direct support request method type: GET/PUT/DELETE?
This controller structure
Ext.define('CRM.controller.Tickets', {
extend: 'Ext.app.Controller',
requires: [
'CRM.Utilities'
],
views: [
'ticket.Add',//I don't...
I face the same problem like you. Please help update plugin for Extjs4.2 i got stuck 3 days
I have follow downloaded add to ux folder but not work there are problems with:
1. [Line ] Ext.FocusManager.subscribe ( Even i enabled still got problem)
2. [Line 71] me.addClsWithUI(me.dock);...
How can you do that? i got the same problem.
Dear all,
I also got the same problem please help.
I google many days could not find solution.(:|
Could u mention on json leaf: true/false
I have a tree with first time load it works fine, when i want reload tree any time, even json the same responded but my tree collapse ( it show only 1 level of child root) when i click on that child...
I mean i want abort ajax on proxies.
every request to server i have tracking on my app.js like this:
...
appFolder: './js/Ext/app',
init: function () {
var me = this;
...
i tried not work
I have a problem with batch of proxies request to server any time how can i stop/cancel?
I have a block of code that need to execute a mount of stores, but if match any condition i still want...
Thanks it works fine, my json forget leaf: true/false
[Sorry here is my suggestion why this forum auto expired session in a short time, some time lost session in 1 minute]
Hi all, i got stuck with tree expand, when click expand node it shows ajax request to server each time.
How to stop? because first time load i collect all. also i want expand all children too ( no...
Sorry for not clear, if i have one button name "Add User" when click will show popup window register form ( My user register form's items are generate from server by using store proxy to get all...
I want something like
Ext.getStore('userStoreField').load(function(record, operation, success){
if(success){
//creat win popup form user register
}
});
...
I hade id:'clicktowork', when click on that panel is not work
items:[
{
xtype:'panel',
collapsible: true,
...