Questions tagged [extjs6.5]
45 questions
5
votes
1 answer
ExtJS 6.5 class system
With the release of Sencha CMD and ExtJS 6.5 last week, I was very excited to use ES6 classes in my ExtJS projects. With this said, the only sort of 'documentation' I've been able to find that talks about how to implement ES6 classes in ExtJS was a…

Baruch
- 2,381
- 1
- 17
- 29
4
votes
3 answers
ExtJS Modern : Painted Event is not triggered in iOS 13.4+ WKWebview
In sencha Extjs 6.5.3 and 7.0.2 Modern the painted event is not triggered for all components and containers, please find the below fiddle which increment when clicked from Android,windows and even on Mac Safari, but not incrementing on iOS WKWebView…

Gowtham S
- 923
- 14
- 39
2
votes
1 answer
How to add tooltip in chart for x category field label in EXTJS 6.5.x
I am using EXTJs 6.5. I have designed a bar chart in which the x-axis category label length is too big which overlaps the label. So for a temporary fix, I have added below code to trim the value to 15 characters to show the values postfix with three…

Mani
- 69
- 5
2
votes
2 answers
Extjs 6 combobox「queryMode: 'local'」 data not showing
So I have a combobox that is loaded dynamically for a certain view.
Whenever I put the queryMode to remote, it would load the data if I clicked the combobox, but if set to local it won't show any data.
My store will return the requested data…

maryyyyyyy
- 117
- 1
- 1
- 14
2
votes
0 answers
dynamically set defaultValues on data models Extjs6.5
I have a grid with many columns, and a popup dialogue for adding new records.
I have set deafultValues on data models fields array works fine, now I am trying to reuse that and add this defaults values dynamically from the server.
I have…

Mounir Abderrahmani
- 23
- 1
- 5
2
votes
2 answers
How to use events -- what event is triggered when a tab activates a container? (extjs 6.5)
While using the sencha extjs 6.5 framework I had a problem with the events.. What I wish to do is create a store that postpones loading until after a tab is activated. (and reload each time a person goes back to that tab).
Now manual loading isn't…

paul23
- 8,799
- 12
- 66
- 149
2
votes
2 answers
Generate ExtJS 6.5 web app: [ERR] javax/xml/bind/DatatypeConverter
I am using Java 9.0.4, Sencha ExtJS 6.5.3.6 trial, at directory Desktop, I run command
sencha -sdk /Users/donhuvy/Documents/Setup/Software\ development/ExtJS/ext-6.5.3 generate app --ext --modern accounting_vy ./vy_sencha
I see error
Sencha Cmd…

Vy Do
- 46,709
- 59
- 215
- 313
1
vote
1 answer
Extjs - Display nested objects in Property grid
I am trying to display my JSON in a propertygrid where I have nested level of JSON structure. As per to the property grid documentation the only types supported are boolean, string, date, number. So am only able to see the flatten level information…

wahab memon
- 2,193
- 2
- 10
- 23
1
vote
1 answer
How to disable arrow keys?
I have template view (Extjs v6.5) where navigation inbuilt with all four (left right top down) keys, whereas my view is like a vertical list, so I wanted to use only top and down keys and disable left and right keys.
I have tried disabling buttons…

Jaydeep
- 1,686
- 1
- 16
- 29
1
vote
1 answer
extjs 6.53 increase remote request timeout globally
I have put the following inside Application.js:
Ext.Ajax.setTimeout(300000);
Ext.override(Ext.data.proxy.Server, { timeout: Ext.Ajax.getTimeout() });
My store still timeouts after 30s.

herme 0
- 912
- 1
- 9
- 23
1
vote
1 answer
vertical Scrollbar automatically moving to top after drag and drop in treepanel
After the drag and drop operation in tree panel, the scroller bar is moving to top automatically. Is there is any way to fix scroll bar in dropped position. please someone help me to solve this issue

sri
- 19
- 2
1
vote
1 answer
How to bind listeners in ExtJs?
I am use extjs 6.5.3 modern toolkit and a am puzzled by the following question: how to bind listeners from viewModel to view?
example fiddle: https://fiddle.sencha.com/#view/editor&fiddle/30en
code:
Ext.application({
name: 'Fiddle',
launch:…

lampa
- 161
- 1
- 12
1
vote
0 answers
How to not allow tagfield to change its width according to its content?
I am using extjs 6.5.3 classic toolkit. I have tag field. I am allowing adding items in tag field by typing in tag field. If I type string with more characters in it tag field is taking the width of the content. How can I avoid this?
I tried by…

Priyanka Kakade
- 67
- 6
1
vote
1 answer
ExtJS : Unable to mark checkbox false in change event
We have an on-screen business rule, where on the particular condition I can perform some action. Now after upgrade to ExtJS 6.5 something is broken.
Below code summarizes my problem
I basically want to set the checkbox to false whenever someone…

sadique urf arbaz
- 265
- 4
- 15
1
vote
1 answer
Dynamic variable in SCSS
Hello I want to set the url dynamic based on a variable found in my Application.js. Sof if the variable is true, the path to the url should be like:
"https:/asite/resources/mybackground.jpg"
Otherwise it takes it directly from the resources folder…

Royos
- 15
- 4