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
-3
votes
1 answer

Extjs Panel rendering twice?

I am new to Extjs. I have configured my app with Extjs 6.6.0 . For every panel I am creating using Ext.create, it generates 2 div elements. The controller init is called twice and so also all other methods. For exa. Ext.create('something.Mypanel')…
-3
votes
1 answer

ExtJs Promise scope not work

Simple example console.log(this); new Ext.Promise(function(resolve, reject){ resolve(123); }).then( function(v){ console.log(v); console.log(this); }, function(){}, …
SamProf
  • 1,036
  • 1
  • 7
  • 8
-3
votes
2 answers

EXTJS 6 - Store.Proxy.Sync - ExtraParams for Update but not Create

I have a store that I have added records to, and edited existing records in. Now I want to sync that data back to the server. Using store.sync() This fires off separate requests for each of the sync types (C,R,U,D) (using the proxy api values) For…
TolMera
  • 452
  • 10
  • 25
-4
votes
1 answer

Style Get Overriden in xtype button with IconCls in Ext Js 6.0.1

I am new in the ext js development. I need a extjs button with icon and text on it. The button behavior (onmouseover , onclick etc) should be same as extjs button. I am using icon from svg file. Below are the steps that i am trying, but it does not…
datta bsawant
  • 23
  • 1
  • 6
1 2 3
64
65