Questions tagged [extjs5]

Sencha Ext JS (JavaScript Framework for Rich Desktop Apps)

Sencha Ext JS is the industry's most powerful desktop application development platform with unparalleled cross-browser compatibility, advanced MVC architecture, plugin-free charting, and modern UI widgets.

Ext JS 5 has a myriad of new features and improvements. Here are some of the best:

  • Two-way data binding is a new mechanism that allows changes made in the view to be automatically written back to the model (and vice versa) without the need for custom event handlers.
  • Grid gadgets are new lightweight components useful for embedding within grid cells. Widgets and buffered updates make Ext JS grids even better, enabling richer data visualization and real-time data updates.
  • Touch-optimized charts is a new charting package that comes with features like 3D charts, financial charts, and multi-axis. It also has faster performance, cleaner code and a great experience on touch-screen devices. (The existing chart package is available as a separate package, so you can still use it.)
  • Routing allows application deep linking by translating your application's URL into controller actions and methods.
1146 questions
-2
votes
1 answer

Sencha Ext 5 Grid -grid.reconfigure(store, cols) -locking/freezin grid column menu

When I tried to reconfigure the grid with columns and stores, It is locking/freezing grid column level menu grid.reconfigure(store, cols); please provide your suggestion to address this issue.
Venu Morigadi
  • 589
  • 6
  • 4
-2
votes
1 answer

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

Grid panel with comboboxes as columns cell Editing extjs

I have a gridpanel with three columns I made these 3 columns as comboboxes using editor and I added a cell editing plugin. I should be able to add a row and select the values from the comboboxes coming from three different stores. The problem is I…
Imran
  • 57
  • 1
  • 10
-3
votes
1 answer

Is there a free version of ExtJS 5?

In the past I have used ExtJS 4 for several projects. Can we download and use ExtJS 5 for a not commercial project for free? I see in their website there is no free version but I thought that they have a GPL license.
user1919
  • 3,818
  • 17
  • 62
  • 97
-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
-6
votes
1 answer

How to check if the web browser contains a specific string?

I want to know how to check the web browser to see if a specific string of text exists. For example, I want to validate that the string "Hello World" is visible on the browser. Any tips would be great. Thanks.
V Kid
  • 117
  • 4
  • 12
1 2 3
76
77