Click here to Skip to main content
15,884,298 members
Everything / Hosted Services / ExtJS

ExtJS

ExtJS

Great Reads

by Ashwin. Shetty
Getting started on Docker with Windows OS and Hosting nodejs app inside a container
by Sander Rossel
The fifth in a series on MEAN web development.
by Alexey Solonets
In this tip, you will learn how to create a component with configuration properties and bind to them using MVVM.
by Alexey Solonets
Completing Part 1 and making ViewModels isolated

Latest Articles

by Alexey Solonets
In this tip, you will learn how to create a component with configuration properties and bind to them using MVVM.
by Alexey Solonets
Completing Part 1 and making ViewModels isolated
by Ashwin. Shetty
Getting started on Docker with Windows OS and Hosting nodejs app inside a container
by Sannyok
Extension of standard pagingtoolbar

All Articles

Sort by Score

ExtJS 

24 Oct 2016 by Ashwin. Shetty
Getting started on Docker with Windows OS and Hosting nodejs app inside a container
16 Jun 2015 by Sander Rossel
The fifth in a series on MEAN web development.
30 Mar 2017 by Alexey Solonets
In this tip, you will learn how to create a component with configuration properties and bind to them using MVVM.
30 Mar 2017 by Alexey Solonets
Completing Part 1 and making ViewModels isolated
28 Feb 2018 by CHill60
No user in the world is going to appreciate having a combobox with 6k entries in it! Find a way to limit what is in the list and as if by magic performance will improve. Examples of ways you can limit what is there is to have cascading comboboxes (selecting a category from the first shows the...
11 Feb 2014 by hari111r
Try to set the css style position:fixed for the header. hope this helps
7 Oct 2016 by Sannyok
Extension of standard pagingtoolbar
24 Oct 2011 by AditSheth
I'm working on the ext-php module with the help of ExtJS. There is a menu given on the left hand side with a tree structure. When I click a data link in the tree structure it opens in a new tab, but I want my grid to appear in the form of an i-frame. I want every grid to be maintained separately...
2 Nov 2011 by Sanjay Kumar Raj
Hi,I need to open a window where i will do some operation but on clicking the value in grid i need that particular row to be highlighted from other row till i submit the button in the window.
27 Dec 2011 by Cool Bhakti
I am new to Ext js and facing certain problem in working with it. Can someone help me out?Following is the code I am working on. Account Grid
20 Feb 2012 by Rishikesh_Singh
I have requirement where i need to display notification prior to the site maintenance on the user's screen , say half an hour before the maintenance start time (Maintenance start time will be stored in the database) until the maintenance start.What is the best approach to do it. This is...
27 Feb 2012 by Bikash Shrestha From Nepal
hello everyone, I need some help.I am developing an application architecture using Asp.Net,WCF,ExtJS 4.Till now the application works like this:1) extjs client sends ajax request to asp.net handler file(.ashx file), the2) handler calls WCF service, then3) WCF sends back c#...
7 Mar 2012 by skysystech
How to load data from database to LineChart Using Extjs and PHP
8 Mar 2012 by skysystech
I Use below code to load data from database using data.php file but its not getting data:-var store = new Ext.data.Store({ proxy : new Ext.data.HttpProxy({ url : 'data.php' }), reader : new Ext.data.JsonReader({ root : 'data', ...
27 Mar 2012 by sagar15modi
I am using Sencha to build mobile application.I am reading the content out from a xml file over the internet!The file contains about 10000 xml-elements and is loaded into a list (one picture and headline for each element)! This slows down the app extremly!Is there a way to speed this...
27 Apr 2012 by Kashsolai
Out of stack space error throws when using Extjs Minified version.When debugged, it seems error is in Ext.JSON part.Anbody knows what is the solution to this or help me to how do i proceed further?
1 Jun 2012 by NK0205
i want to add a combobox in my extjs grid column.i dont want that combobox to be displayed on click on the column but it should be there by default.i have a code where the combobox appears when i click on the grid column.but that is not my requirement.how to do it?can anyone help?
1 Jun 2012 by NK0205
i want to create a pivot grid in extjs.its topaxis has one row and left axis has one column.i want a complete code about how to create a pivot grid along with how to call the url mentioned it and then loading the pivot grid.can anyone help?And please provide complete code.
1 Jun 2012 by S.P.Tiwari
see the below link.Simple & Advanced Pivots with C# and ASP.NET[^]one suggestion from my side. why you don't do in sql. and make a dataset to bind grid.
3 Sep 2012 by rAZHere
How can we clone store in extjs ?
3 Sep 2012 by rAZHere
How can we clear Filter in store without reflecting the store data to grid in extjs .
4 Sep 2012 by rAZHere
I have to two different panels in extjs . Each panel has same control with same itemid. They have their respective event which are placed at two different controllers.My problem is that when i click one of the control from one of the panel, it calls the event of the other control placed in...
4 Sep 2012 by rAZHere
#itemId Doesn't Work as a controlQuery in extjs. How to solve this ?Thanks in advance
4 Sep 2012 by rAZHere
If you can repeat the value of the itemId property, then how is controlQuery know which item is supposed handle?eg.So if we have button1, then the event should trigger everytime button1 is pressed no matter if its in panel1, panel2 or panel3.
8 Oct 2012 by rAZHere
Use of Crystalreport with exjs is being problem for me . I am in urgent need in use of this. Thanks in advance.
20 Dec 2012 by kad_87
I'm building a web application, in wich i have an ExtJS (4.1) GridPanel, from wich i'm willing to export data as an XML (meant to be open with Excel), this procedure should be server side, so the server will send a link to the client. And this is my problem. I don't know how to write my...
20 Dec 2012 by kad_87
Your answer seem logic to me, I'm working on a solution that I found out, if it doesn't work I will take a look at your solution. Thanks for the quick answer ! Best regards !
21 Dec 2012 by kad_87
I am currently developping a ASP.NET (C#) application, iin wich I use ExtJS 4.1 for the presentation layer. I want to add a form for uploading file (photos or wathever ...), the problem is that i don't know what to put in my WebService ? ! Anyone can guide me to the right direction ? any help...
8 Jan 2013 by ShaikhM
I am new to Sencha. In one of my projects I have to use a Multiselect Grid Panel and update the store to and from the Grid. I have no clue as to how to achieve this. I will highly appreciate if someone can send me their sample code or even links that display the usage of Multiselect grids. I...
14 Mar 2013 by Abhishek Prakash
Hi I am creating a flickr search using ExtJs and flickr API. After retrieving the json response when I am rendering the images in the panel using the XTemplate, the div is getting added to the div before it. It becomed the child of the above div containing the image.The code responsible for...
20 Mar 2013 by Yaseer Arafat
I am trying to create a Dashboard.When I will click in a dashboard Item control.Grid panel willload correspondent data.Its working fine.No problem.I can load data on click of the Icons.Pagination is fine.Everything works perfectly.But my problem is when I have change paging of the...
26 Mar 2013 by Vasudevan Deepak Kumar
I am trying to evaluate between the JavaScript frameworks extJs and Dojo for a widget development. Both seem to be promising. The former is a commercial tool besides little heavy framework and latter is opensource. Or can we have something using jQuery itself?
26 Mar 2013 by Zoltán Zörgő
You take it in the wrong way. Some might share with you their experience with one or the other framework, but I don't think you might not get more detailed comparison than this one: http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks[^].Still, I suggest you better specify your...
10 Apr 2013 by symonsarwar
I have seen so many examples from senchaBut now i want to dive into develop an application with extjs.I could not find any help from anywhere.Basically how to interact with data using sql database through json store. My company wants me to build webservice with extjs for large ERP.Please...
23 May 2013 by tieudoan208
Hi everyboby, i have one problem. i have 1 form in 1 page aspx contain a grid. when i in another form aspx, i call form contain grid using ext.window. in ext.window i have a buttion. I want when click buttion in ext.window, its return all values in grid.I used extjsThanks all
29 May 2013 by tieudoan208
Hi evertbody. I have a page 1.aspx contans a grid extjs. in page 2.aspx i using function ext.window to call page 1.aspx, and then how to do i get id grid in iframe page 1,.aspx.examplePage 2 when i call it var win = new Ext.Window({ title: '' ...
30 May 2013 by Sandeep_Gosavi
I have a grid in that one column has editor of type combo. This combo fills dynamically. Right now i can show only one column in its drop down list but i want to show more than one column in its drop down list. each drop down list may contain different column names.I succeed in creating tpl...
29 Jul 2013 by Sampath Lokuge
You can use like below.Note:I don't know your exact code.But you can use something like below.That is used .off('click) with your button's click event.listeners: { 'render': function(panel) { panel.body.off('click').on('click', function() { alert('onclick'); ...
29 Jul 2013 by sunitha korakandla
Hello everyone, how to add/draw multiple margins for a panel in a page in ext.net that contains windows and tables in it. any help is greatly appreciated.
12 Aug 2013 by ANKIT_JHA
Hello Experts,I am curious to know how do I implement "Web Desktop" of EXTJS in my project.Thanks in advance
3 Sep 2013 by sunitha korakandla
We have apply field container then in field container we have to add all the code for what are necessary
3 Sep 2013 by basapally
Could somebody please respond to this question....even i m trying to use crystal report services in Sencha Ext JS.Help is really appreciated.
30 May 2013 by Sandeep_Gosavi
I got an answer, thanks a lot rixo on stack overflow. It is so simple refer my code and some updations are:1. add setListTpl config to your combo though it is described in documents it does job of updating tpl and call this config from wherever you want. I called it from focus event, see...
30 Sep 2013 by 7045Jeegnesh
is it possible To make extjs Column Chart Like This.. | | | | | | | | | | | |____________________________________________________________ (0-10)----(11-20)----(21-30)in X-Axis For make better result bcoz i have so much data to represent in X-axix that's why i...
18 Oct 2013 by siddharth629
i have a grid in script folder and i want to call or load that grid from default.aspx page please i am looking for the sutable example
21 Oct 2013 by 7045Jeegnesh
i had problem with Line chart which is same on that linkhttp://www.sencha.com/forum/showthread.php?272896-grouping-x-Axis-data[^] (third one)orhttp://www.sencha.com/forum/showthread.php?274380-y-axis-data-is-not-updating-with-legend-event.[^]Y-axis is not updating on the Legend...
30 Oct 2013 by sagar wasule
Hi All,I have requirement where the textfield/numberfield present should only allow values between 0 to 99999.99 i.e. 5 digits with 2 decimal places.The user should be restricted to use any invalid number.I'm bad at regular expression but will that solve my problem ?Any pointer to...
31 Oct 2013 by jaipoint
Am Creating Toolbar Which Is like Stack Overflow having Like This Am Creating Please Go Down you will see Pagination.Now Am stack in between how processed. i have created 4 buttons which are current page, its next page, and second and last page. now i want to create next button on click of 2...
12 Nov 2013 by kanjolia gopal
send me an example code of sencha extJS with asp.net or asp.net mvc
31 Dec 2013 by Sandeep K Tathe
When i try to use Web API service into my extjs application it gives me an error about Invalid HTTP status code 500 . Can anyone tell me why it give me this error. My store code is like :Ext.define(`Demo.store.Users`, { extend: `Ext.data.Store`, model: `Demo.model.User`, ...
27 Dec 2013 by 7045Jeegnesh
Hi all, Can anyone show me the code for how I would go about inserting an 'Add' button per each non-leaf node of a TreePanel. Clicking on this 'Add' button would show a dialogue to add a new leaf node to the relevant node.I would be grateful for any help in the right...
5 Jan 2014 by Selva K
http://docs.sencha.com/extjs/4...
25 Jan 2014 by Kornfeld Eliyahu Peter
You need not.Every recent - and decent - browser switches it's origin when you set direction of your page.So create some css rules for right-to-left and left-to-right languages and use them according your needs...
26 Jan 2014 by Ahmad F Hassan
Hi!I think this might be helpful for you because I am Arabic! :)you can get the user's culture using this line of code:string _userCulture = System.Threading.Thread.CurrentThread.CurrentCulture.Name;now, for Arabic user _userCulture value will be "ar-", (e.g.. "ar-ae" for UAE...
31 Jan 2014 by Rakesh Meel
visit here...http://stackoverflow.com/questions/8293938/how-to-save-extjs4-chart-image-to-print-in-a-pdf-report[^]
4 Feb 2014 by Selva K
You need to use Proxy Type as 'jsonp'createStore : function() { var me = this; me.createDataModel(); var store = Ext.create("Ext.data.Store", { model : "tescoModel", id : "tescoStore", autoLoad : true, ...
4 Feb 2014 by Selva K
The event can be added at the controller level init: function () { this.control({ 'button[itemId=testButton]': { click: this.OnClickTestButton }); this.callParent(arguments); },OnClickTestButton: function (btn)...
19 Feb 2014 by Er Abhay Shukla
Try Loader feature of EXTJS - loader: { url: 'YourSourceUrl', renderer: 'component', autoLoad: true }autoload: true, will load data automatically on initial loading.
19 Feb 2014 by Er Abhay Shukla
Your can add code inside listeners>>itemclickif you have more than one cell inside the tree node.var tree = Ext.create('Ext.tree.Panel', { store: store, renderTo: Ext.getBody(), height: 300, width: 250, listeners:{ itemclick: function(n){ //...
23 Feb 2014 by 7045Jeegnesh
we used extjs grid in our application, it's working fine in all the Internet Browser,Ipad ,Iphone ,Android phones yet..but now with jellybean 4.4.2, we face a problem in all android i-pad that is Extjs Grid is not loading value on first time load, we always need to refresh it.why this is...
20 Mar 2014 by jj1992
this is my code================= DynamicReport.SchemaRelationControl = function (relation) { var self =this ; var combotable=null; var createleftcombo=function (tblname){ var tables = Ext.create('Ext.data.Store', { fields: ['value', 'text'], ...
23 Apr 2014 by User212
Ext.view.BoundListKeyNav.overr...
2 Jun 2014 by yassine101
Hey, I develop an application of webmapping using GeoServer, GeoExt and ExtJS. I want to search my points of interests (layer that exist in GeoServer) so i create a two combox where i have to put the categorie of my points of interest and the name of my point of interest(optional). My data...
5 Jun 2014 by yassine101
I created a store with ExtJS 3.4 , here is my code : var itiStore = new Ext.data.JsonStore({ root: 'getItiResultResult', fields: [ {name: 'Arrival'}, {name: 'ColumnsName'}, {name: 'Error'}, {name: 'Points', mapping: 'Points'}, ...
19 Jun 2014 by reshma786
Hi,i am new to EXT-JS.i have one textfeild and button in the form. By default the button is disable. When ever user enter any value to textbox then button will enable otherwise button will be disabled. please help if any one know how to handle with EXt-JS code.
19 Jun 2014 by W Balboos, GHB
For Regular JavaScript, one would have the following:An onkeyup even for the textbox (I happen to like key-up), adding an 'onchange' is also OK in case of a cut-and pastedAn ID for your buttonIn the handler for the onkeyup/onchange events, use DOM to enable/disable button based upon...
30 Jun 2014 by 7045Jeegnesh
here is My Master page forms:-----------
24 Jul 2014 by Member 10969492
This is the error I get:Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.Parser Error Message: Type 'Ext.Net.JsonReader' does...
5 Aug 2014 by Member 10992948
Hi, I am doing my project on Ext.js 4.2. I have a doubt regarding browser's back button. I want to make browser's back button work like some banking paypal's. If user clicks on back button, The session must get cleared and must return to login page. So in order to use the content he need...
5 Aug 2014 by Member 10992948
No answers yet????? I thought I will get quick solutions here but......
8 Oct 2014 by ShaikhM
Hi Everyone,I have an application developed in SA and using EXT4.2 library. I have upgraded SA to version 3.1 with lib being the same 4.2. When I publish, my webpage loads perfectly alright.Now, I upgraded the library to ExtJS5.0.1 using SA3.1 (by right clicking Library and clicking...
27 Nov 2014 by Karthikeyan Mathiyalagan
Hi, I am using extjs grid panel to load the data and deault row selection with grid panel render listener.my question is after default row selection i need to get specified column value in selected row it's possible to get the selected value in default onload row selection.Thankskarthik
27 Nov 2014 by Basit Elahi
I am working on Extjs 5 widget columns. How can i move the focus on tab press to next widget column? i have two widget columns in my gridview and each contains a textfield. keyup event is working fine. i want to move the focus to next widget column's textfield of same row on keyup event. ...
16 Dec 2014 by krish2013
Hi all,i am new for ext js how to design a login page using ext js,can u share any code share to me
16 Dec 2014 by /\jmot
See..http://docs.sencha.com/extjs/5.1/components/forms.html[^]https://www.packtpub.com/books/content/login-page-using-ext-js[^]
11 Jan 2015 by krish2013
Hi I am new of ext jsHow to bind gridview in ext js based on sql server data please share any examples to me.
11 Jan 2015 by kashyapa78
HiExt JS GridView is client side i.e. JavaScript. So in order to bind that grid with data - you need to expose your data from Database on your service side. You can do that by creating a simple action on a controller which returns the data as a json or create a web apiabove are the...
11 Jan 2015 by krish2013
hi all, i am new to extjs5,just i started to learning i created one login page after click the submit button i want to open another page.how can i implement onclick event in ExtJs5here where i can declare the page.please share any idea to me.
11 Jan 2015 by CPallini
I would try to read the documentation: Using Events[^].
14 Jan 2015 by Member 11376714
I would to read data from a servlet and put this data into a grid,In this reason, I create a servlet, and a JsonObject inside this servlet. then in the JS fil I use the JsonReader to read data from this servlet and put them into a grid, but in the rasult I have an empty grid.Please...
22 Jan 2015 by Member 11376714
Hi Everybody,I am new to ExtJS. Please suggets me for below query.I have a grid and in the grid I have one textbox on the toolbar of grid. I want to get the textfield value and sent that to servlet file.How I can get the textbox field value in extjs?Thanks in Advance.
4 Feb 2015 by krish2013
Hi all, I am new to working on Ext js.i am working on supporting ext jsproject.here i have some queries 1.i change ext js design code after run the application it's not reflected code after change the code follow any procedures in that2.is it possible to debug the ext js code,if...
10 Feb 2015 by Member 11443587
try thisExt.create('Ext.window.Window', { bodyPadding: '5 5 5 5', items: [ { xtype: 'textfield', name: 'firstName', emptyText: 'First Name', width: 250 }, { xtype: 'button', text: 'click me', handler: function() { ...
11 Mar 2015 by Ram349
Hi All,i am new to ext js,i am trying to learn ext js i designedone page using ext js but i don't know how to connect database(sql server)please share some examples or document to me.
30 Mar 2015 by krish2013
Hi all,How to bind Combo box through wcf services from sql server using c#please share sample code to me.
31 Mar 2015 by Bob712
I am building ext.net mvc project I have a tabpanel that should be disabled then enabled again the problem is that after the tabpanel is enabled its items are banned. Any solution please?
8 Apr 2015 by Bob712
add "MaskOnDisable(false)" property to tabpanel
16 Apr 2015 by krish2013
Hi all, Here i have created combo using extjs 5, here my issue is when user selected item from the combo, how can i retrieve selected item value from another js file.here i am using the below code Ext.define('doscore.view.panel.Addpanel', { extend:...
9 Apr 2015 by Sergey Alexandrovich Kryukov
Essentially, there is such thing as "another file". All includes are done in the HTML tags, in the required order of execution. All code behaves as if it was in one bigger JavaScript file. Please see:How to embed script code in other javascript file?[^]—SA
16 Apr 2015 by krish2013
Hi all, i have bind data to grid view ,the data from sql server.here one column should have link button.how to create a link button for grid view column and when user click that column based on that name it's create separate tab for that column.any one please help to me...
16 Jul 2015 by Amir Krish
I have created a panel and placed into the windows. when I click OK button in Window I can get the value of the panel. var FormPanel = Ext.create('Ext.form.Panel', { id: 'formpanel', frame: true, renderTo: Ext.getBody(), ...
13 Aug 2015 by rakesh1503
Finally i got the issue resolved with the help from network guystrict-ssl=falseproxy = http://ip address of proxy:8088https-proxy = https://ip address of proxy:8088 registry = http://registry.npmjs.org/
13 Aug 2015 by rakesh1503
I am unable to get key from json object in express js.the key is composed updated-byit is showing my error like "ReferenceError: 'on' is not defined
23 Nov 2015 by TheBigBearNow
Here is my combo box I want to put 3 values in this combo box and have it so when a value is selected it calls a method in my controller class.Could I get a example on how to call my method in a different class from a value selected in the combo box{ xtype: 'label', ...
24 Nov 2015 by TheBigBearNow
I currently have a ExtJS class with a combo box. I have the combobox selection saved to a variable. I want to retrieve this variable in a method in a controller on a different class. formatStyleSelected = !Ext.getCmp("FormatId").value ? 0...
18 Mar 2016 by Member 11276226
I am using extjs in my application. I have created the treeview and I want to implement advance search in tree view. When I type letter in textbox it search in last level childes of treeview without expanding the tree view and if search fulfil then make node visible otherwise hide that node....
11 Apr 2016 by Member 12451208
onload = function () { var t; window.onload = resetTimer; document.onmousemove = resetTimer; document.onkeypress = resetTimer; document.onclick = resetTimer; function logout() { Ext.Msg.show({ title: 'Please...
11 Apr 2016 by Member 12451208
onload = function () { var t; window.top.onload = resetTimer; window.top.onmousemove=resetTimer; window.top.onmousemove = resetTimer; window.top.onkeypress = resetTimer; window.top.onclick = resetTimer; function logout() { ...
16 Apr 2016 by Member 12465148
I am using node, express, and handlebars to try to display some tweets using the twitter api and the user's input. I am really new to node, so the chain of events has me confused. Essentially, I need some way to be able to call the **twits**, and pass in the user input as the query in the...