Questions tagged [extjs6]

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

Sencha ExtJS

Sencha ExtJS provides a complete object-oriented framework for creating a desktop-like application that runs in a web browser or packaged as a native app. It manages object lifecycle, layouts, theming, data storage, ajax communication and a large library of component-driven UI widgets including charting.

Originally built as an add-on library for YUI, it has a modular architecture that developers can extend using JavaScript.

Resources

Notable Historical Events

  • 01-Jul-2015: With Ext JS 6, Sencha introduces a single framework for creating applications that run across all types of devices, from phones to tablets to desktops.

  • 15-Apr-2014: Along with the release of version 5.0 Sencha Inc. officially dropped support for Internet Explorer versions 6 & 7 and only support 8 in "standards" mode. This marks a shift in favour of modern web-standards.

  • 15-Jun-2010: The merger of ExtJS with JQTouch and Raphaël was announced forming a new organisation called Sencha Inc. ExtJS continues to be available as a main product on the Sencha website together with Sencha Touch, Sencha GWT, Sencha Architect, Sencha Animator and Ext Core.

Version History

964 questions
-1
votes
1 answer

Extjs Not able to navigate through keys in Month Picker

i am using extjs month picker and i need to use keyboard keys to navigate through months or years . But neither Tab or up ,down left ,right arrow keys seems to be working . i am using ext version 6.5.0 . find the fiddle link
Avee
  • 45
  • 10
-1
votes
1 answer

How to restrict a combobox to show only few records coming from the store

I have a grid panel with columns which are editable out of those column one of them has an editor type combobox . so this combobox i have a store which is returning data. From the data returned i want to populate only few records records which…
Sweety
  • 31
  • 6
-1
votes
1 answer

Extjs override Field convert method not working

We are dealing with special Date objects on server side. So json returns a object. For this we wanted to override the field definition for Ext.data.field.Date Ext.define('Ext.overrides.data.field.Date', { override: 'Ext.data.field.Date', …
Robert
  • 176
  • 1
  • 19
-1
votes
1 answer

Tagfield Cursor is not coming at current line

I am using tagfield and after selecting two or three values my curser moving to down. I want my cursor in same line even if a bit of space is there and after type or select any value then it move to down. Can anybody help me how to get this. I have…
David
  • 4,266
  • 8
  • 34
  • 69
-1
votes
1 answer

How to get to saved tag in tagfield in Extjs 6?

Please, I am using tagfield to choose the tags I want. But I don't know how to get the selected tags on the tagfield after I load the saved form. This is my code and thank you: xtype: 'tagfield', fieldLabel: 'Event hour (tagfield)', store: …
Y.Coding
  • 109
  • 3
  • 15
-1
votes
1 answer

How to do row editing in ExtJS 6

My project was in ExtJS 4, now I have upgraded it to ExtJS 6. But I have a problem in row editing. Can someone tell about the link where row editing is done in ExtJS 6. Due to upgrade to ExtJS 6, the row editing is not working.
PK1609
  • 1
  • 4
-1
votes
1 answer

ExtJs combobox not setting value

I have a multiselect combobox which is targetcombo of another combobox. Following are some values from database. 101 - Pink 102 - Red 103 - Dark Blue I am setting value of combobox using setValue. But I found that it works only if the value does not…
Microsoft DN
  • 9,706
  • 10
  • 51
  • 71
-1
votes
1 answer

How to apply cls in extjs tagfield

I have one extjs tagfield and i am using grow : false, by which I can restrict the vertical grow of field.MyFiddle I want to add element in tagfield horizentally not vertically. Also When size is increase parent(on which tagfield is placed) size is…
David
  • 4,266
  • 8
  • 34
  • 69
-1
votes
1 answer

Find out what functions exists inside an object

I have written code like in below mentioned fiddle: https://fiddle.sencha.com/#fiddle/1d3r You can see at the end of the code record.get('text'). How to find the functions which I can use from inside an object? I tried console.dir in chrome and saw…
Hacker
  • 7,798
  • 19
  • 84
  • 154
-1
votes
1 answer

Using highcharts with Sencha ext js 6

I have been trying to do some search's to find a way to use highcharts with sencha ext js 6. So far i have been able to find a plugin which according to the below link works on ext 4 https://market.sencha.com/extensions/highcharts Would this work on…
Null Pointer
  • 130
  • 1
  • 5
  • 16
-2
votes
1 answer

Uncaught TypeError: a.setElement is not a function in ext-all.js

How to fix the following error of extjs Version: 6.0.0, that happens in IE, Google Chrome and Firefox. The demo is as the follows: Here is the code. If removing the ',locked: true', the issue is gone. What is the right way to add locked:…
caot
  • 3,066
  • 35
  • 37
-2
votes
2 answers

Accessing a variable within a store in ExtJs 6 MVC

I wanted to access a variable created within a store but I couldn't access. Below is the part of the code. Ext.define('MyApp.store.TreeStore', { extend: 'GeoExt.data.store.LayersTree', alias: 'store.layer_tree', init:…
wondim
  • 697
  • 15
  • 29
-2
votes
1 answer

How to open a window when a window is already open in extjs

I want to open a new window but a window is already open. window is opening but at the back of that window which is already open?? i am new to extjs and using extjs 6. model: true bringToFront: true both are not working here in this image you see…
Salman hassan
  • 398
  • 6
  • 23
-2
votes
1 answer

combo.Setvalue of combo box calling before edit of extjs grid row is worked in 4.2 but not in 6.2

combo.setvalue(id) called in beforeedit function show display values while editing in 4.2 but in 6.2 it is showing empty. combo.getStore().load(); combo.getStore().on('load', function(){combo.setvalue(id)}) is working in 6.2 but taking time after…
-2
votes
1 answer

Change type of chart.download() extjs 6

i want the data to be in svg format but it is posting the data in image format how do i change the data into svg format on back end the data look like this array(3) { ["version"] => string(1) "2" ["data"] => string(24510)…
Waqar Haider
  • 929
  • 10
  • 33
1 2 3
64
65