Questions tagged [extjs7]

Sencha ExtJS is a JavaScript framework for building Rich Internet Applications (RIAs).

Version 7 of the Sencha ExtJS framework.

Previous versions: ExtJS6

169 questions
0
votes
1 answer

Sencha ExtJs 7.1 customize single component

I'm trying to customize a single component CSS, avoid to customize all component. Ext.define('MyApp.tab.Panel', { extend: 'Ext.tab.Panel', header:{ xtype: 'myWorkspacesToolbar', items:[ .... ] …
Caesar
  • 3
  • 2
0
votes
1 answer

ExtJS7: Anchor tag not honoring ext routes

If a ext view route is used with anchor tag, clicking on that link always opens a new tab. This force realod entire ext app in new tab. Is there a way to force anchor tag or anchor in html to redire ct to that view instead within app …
ducktyped
  • 4,354
  • 4
  • 26
  • 38
0
votes
2 answers

Events order between DOM event and sencha event

I've a dataview, written with extjs 7.1 modern tookit, with a template with an anchor tag and a select event: https://fiddle.sencha.com/#view/editor&fiddle/34bd Ext.create({ renderTo: document.body, xtype: 'list', itemTpl: '
0
votes
1 answer

ExtJS 7.0.0-CE ext-charts package is not in sencha.myget.org repo

I'm using ExtJS community edition + open tooling (npm) Framework and additional sencha modules are distributed through their npm repo at https://sencha.myget.org/ and so far everything worked as it should. But if I try to use Ext.chart I found oun…
0
votes
1 answer

ExtJS 7: Unable to edit cell value that is in a subgrid, i.e., a grid within a grid row

I am trying to put an editable grid within a grid row in ExtJs 7 using the modern toolkit, but am unable to update the subgrid cell values. The original values are shown after the cell loses focus. I have created a Fiddle of the scenario in…
Joel
  • 3
  • 2
0
votes
1 answer

Per machine variables in ExtJS 7

I am developing an app using ExtJS 7 and have a team of developers. Each user is getting their external API's from a different source, i.e some localhost, some 192.168.1.100 etc etc Is it possible to write something like an env file that each…
CodeSauce
  • 255
  • 3
  • 19
  • 39
0
votes
1 answer

PullRefresh plugin of a List doesn't handle ChainedStore possibility

Using Ext JS 7.1 Modern, I have prepared an example to show the problem. When I have remote filters on my main store, binding the dataview.List to a ChainedStore correctly handles my local filtering. However, when I also add a PullRefresh plugin to…
kpax
  • 63
  • 9
0
votes
0 answers

Using FusionCharts with Ext JS

I am thinking about using FusionCharts in an application entirely build with Ext JS so far. However, I don't believe there's a specific recommended implementation or connector to easily add FusionCharts to an Ext JS app. There are various examples…
Rachel
  • 1,937
  • 7
  • 31
  • 58
0
votes
1 answer

Need extjs 7 radiofield styling advice

I'm wondering how to style the "circles" in a radio button so that they are more visible to me. I want the border of them to be a certain thickness and color. Here is what I have: { xtype: "radiogroup", fieldLabel:…
0
votes
1 answer

How to disable a node in a treelist in Ext JS 7 classic

Hi can anyone please tell me how i can disable a node in a treelist. I am using Ext JS 7 classic. I tried a config disabled: true on the treelistitem something like the below code. this config is there on the treelistitem in Ext JS 7 classic docs.…
Radhika
  • 43
  • 5
-1
votes
1 answer

Ext.dataview.NestedList automatically NOT adjust its height

I use mobile Modern interface ExtJs 7 Need a list without scrolling. Can you please tell me how to make Ext.dataview.NestedList automatically adjust its height when the number of items in it changes?
webpuper
  • 9
  • 4
-1
votes
2 answers

Multieselect Combobox performance issues (ExtJS 7.3)

I am experiencing some performance issues with my multiselect combobox. The combobox is filled with around 2000 entries and when activated, it takes almost 2 seconds to render/expand. Example: https://fiddle.sencha.com/#fiddle/3bfv&view/editor Does…
-1
votes
2 answers

Ext js 7 cmd Production build failing

I have a working test build, I produce by typing: sencha app build testing it's working without problems, and now I would love to test sencha speed in production stage. But i can't make a build, I tried sencha app build but I get a generic error, so…
JustAwesome
  • 25
  • 1
  • 6
-1
votes
1 answer

How to allow upto 3 decimal places only in textfield in ExtJS

For a textfield I need to allow it upto 3 decimal places only. Allowed inputs : 123, 123.1, 123.34, 123.458 but 123.4563 should not be allowed. I tried so many articles but found upto 2 decimal places only.
Sunil Chaudhary
  • 397
  • 1
  • 9
  • 31
-1
votes
1 answer

When I buid my app, it breaks because of my inputMask config

I am using sencha version 7.2. I have built an order form and when running sencha app watch it builds fine. When I build it and run it from the build/production folder it breaks. I have narrowed it down to the inputMask I have set on the phone…
lmaza
  • 1
  • 1
  • 2
1 2 3
11
12