Questions tagged [extjs6.5.1]
18 questions
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
How do I alter metaData on number, date and boolean columns in ExtJS 6.x using Sencha Architect?
Per Sencha documentation, numbercolumn, datecolumn and booleancolumn does not have a renderer event. As logical as this sounds there is an inherent issue with not having a renderer event on these column types.
Example of a renderer function in a…

aallord
- 357
- 1
- 12
1
vote
0 answers
Issue with Extjs Comboboxes and Google Chrome Canary 74
It is not possible to click on the Combobox element, no error on console. I am using Chrome Canary version 74.0.3686.3
It can be reproduced on Extjs site:
https://docs.sencha.com/extjs/6.5.1/modern/Ext.field.ComboBox.html
We have the same issue with…

Florent
- 41
- 5
1
vote
1 answer
ExtJS - unable to bind column header
I have an ExtJS 6.5.1 app. I am unable to bind a grid column to the viewModel. I am using the same viewModel for a grid && a form.
If I bind the fieldLabel it works. If I bind the grid title to that viewModel that also works. Its just the column…

stackato
- 1,085
- 1
- 19
- 38
0
votes
1 answer
ExtJS Grid selection not refreshing after store update
I have a grid with 2 rows, when removing the first row from the store the grid updates and looks as expected. But the old selection is still active with data that should not exist anymore.
When doubleclicking (the new first row) in the grid, it…

Magnus Reuter
- 1
- 1
0
votes
1 answer
ExtJS Package toolkit/shared resources
I have an ExtJS package with the following structure:
PackageA/
classic/
resrouces/
file.json
classic_resource.json
resources/
file.json
resource.json
When I build the app in production mode requiring the packageA, in…

dev4.life
- 53
- 6
0
votes
1 answer
ExtJS Package Classic Resources Missing
I have an ExtJS package with the following structure:
Package
classic
resrouces
file.json
When I build the app with the package in production mode, the file.json is missing.
How can I get the build to include the resources from classic…

dev4.life
- 53
- 6
0
votes
1 answer
Sencha ExtJS 6.5.1 - Dynamic package dependency
I'm using dynamic package feature ("uses") to load packages dynamically in a classic toolkit app.
However, the dynamic package requires additional classes from another packages.
Building the app in production mode does not include those additional…

dev4.life
- 53
- 6
0
votes
0 answers
How to get version of application
How do i get the build version of my application developed using EXTJS.6.5? Is there a way to increment the version of my application programatically everytime a build is done?
Your help would be much appreciated. Thank you.

Royos
- 15
- 4
0
votes
1 answer
ExtJS - tagfield default value not firing event
I have an ExtJS 6.5.1 app with a tagfield which has a default value using the value config. But when the value is set no events (change,select,validitychange etc) are fired.
Here is the fiddle
Should I instead remove the value config and listen for…

stackato
- 1,085
- 1
- 19
- 38
0
votes
1 answer
How to get getLimit() and setLimit() methods by using listeners in the scatter chart?
How do we get the getLimit() and setLimit() methods by using listeners in the scatter chart. And can anyone explain dynamic change of limits in the components.
Here attached code for listeners,
listeners: {
…

Dinesh
- 13
- 5
0
votes
0 answers
Call ExtJS application from a JSP file placed outside my Ext Application's root folder
I am trying to call a ExtJS application from a JSP file placed outside my Ext Application's root folder:
folder structure
How I am trying to do it is:
…

parv kothari
- 91
- 1
- 6
0
votes
0 answers
can't run Ext JS Kitchen Sink example
Je suis nouveau sur extjJS6 and i try to run examples, i have a problem to run this treeMap https://examples.sencha.com/extjs/6.5.0/examples/kitchensink/#d3-view-treemap, i put all code (Model, View, controller) in one js file, is that can cause an…

Foulen
- 25
- 2
0
votes
1 answer
extJS displaying selected comboBox value in a textfield
I started with extJS a few days ago and on my application in header I have a combobox and a textfield.
Combobox has 3 values, after selecting one of those values in combobox, the value doesn't appear in textField
Here is my…

slamek10
- 83
- 1
- 10
0
votes
1 answer
Extjs - How to invoke parent view controller methods from child view controller?
I added a listener onParentPagePopupCommit for button in popup which was declared in parent view controller and added the popup in view port, now the view model bindings are working as expected, but not sure how to invoke the parent view controller…

Gowtham S
- 923
- 14
- 39