Skip to main content

All Questions

Tagged with
1 vote
1 answer
54 views

error Unrecognized alias when i try use layout: "border"

I try to create panel element with layout:'border' and get next error:Unrecognized alias: layout.border I try to find any answer, but all I could find similar to the answer is the following discussion ...
Евгений Мушков's user avatar
0 votes
1 answer
72 views

Ext.grid.Panel loading from other domain

When I load from memory everything works fine Ext.define('MyApp.store.Personnel', { extend: 'Ext.data.Store', alias: 'store.personnel', model: 'MyApp.model.Personnel', data: { items:...
Владимир В's user avatar
0 votes
1 answer
391 views

Ext js 7 modern resizable panels

I'm trien to make a resizable panel layout. I've made a fiddle: https://fiddle.sencha.com/#view/editor&fiddle/3c94 Why can't I use the resizer between test1 and test2 while the resizer between ...
JustAwesome's user avatar
1 vote
1 answer
458 views

Hot to get selected text in panel in extjs

How to get selected text in panel in extjs? The panel html property contains some formated html text, but I would like to get only plain text, and not a formated html text. So, if user selects some ...
zuriosam's user avatar
  • 115
0 votes
1 answer
740 views

ExtJS 6.0.2 Create a Panel with two nested Panels using hbox layout

I am trying to build a panel with two components using hbox layout, one of fixed width on the left, the second would contain multiple forms side by side and should be horizontally scrollable. I want ...
Shivam Kedia's user avatar
0 votes
1 answer
450 views

Is It right way to create side collapsible panel navigation in extjs

Ext.application({ name: 'Fiddle', launch: function() { var mainView = new Ext.panel.Panel({ xtype: 'panel', //title: 'Container', layout: '...
Mahesh Chavda's user avatar
0 votes
2 answers
934 views

ExtJS How to compare form values to a selected record

Start by saying I'm new to ExtJS, and have spent way too much time trying to figure out this one little piece. I am building a small grid to display 3 columns, with a button to add a new record, a ...
ComfyRice's user avatar
0 votes
0 answers
30 views

Order selected images side by side - EXTJS

I have to select one or more images on button click, which have to display side by side. The problem is, that the images only order among themselves. When I click on the button, i get ...
Hoppelino's user avatar
3 votes
1 answer
164 views

Reorder sub panels

I want to reorder panels in an ExtJS 6.6 modern panel. In an image archive, I want to have query form where I dynamically add query conditions. Each condition is a separate panel with the specific ...
Mikael Johansson's user avatar
0 votes
1 answer
40 views

ExtJS4, how to get the only "last" panel when click on nested panels?

Using ExtJS 4.2 and nested panels, when I click on a panel I need to get this only panel. But I currently get this panel AND its parents panels. Here's the FIDDLE. When you click on "A > B > C", the ...
Guillaume's user avatar
  • 172
0 votes
1 answer
916 views

Two horizontal collapsible panels

I have two panels inside a container (layout: fit) and both panels need to be collapsible horizontal. To realize this I need to have three panels (2 panels with region: west and one panel region ...
Arno Voerman's user avatar
0 votes
1 answer
50 views

Ext JS: Why can not call array from another class' property/function?

I'm trying to achieve different items depends on logged user within initComponent property but I'm not able to call and render aDashItems and bDashItems arrays. I've tried to call as property and as ...
Nuri Engin's user avatar
0 votes
1 answer
2k views

How to disable border line of Ext JS panel and Toolbar?

I'm try to hide a border line but can not be success about that! Here is a screenshot of mentioned border line. As you will notice between 'Export Excel' and radiofield a vertical line is appear. ...
Nuri Engin's user avatar
0 votes
1 answer
2k views

ExtJS Can not display Ext.panel.Panel's html properly

I've a class inherit from Ext.grid.Panel and using a method inside this class to display a panel which includes two items: a listtoolbar class and a Ext.XTemplate staff. Ext.define('MyApp.view.BGrid',...
Nuri Engin's user avatar
1 vote
1 answer
1k views

refresh tabpanel contents on press of enter Extjs

I have a tabpanel consisting of 3 tabs. 3rd tab shows external vendor contents. I also have a text box and enter button. based on value entered in text box, I need to refresh contents of 3rd tab. {//...
user4067046's user avatar

15 30 50 per page
1
2 3 4 5
15