Skip to main content

All Questions

Tagged with
0 votes
1 answer
32 views

Extjs 5.1.3 in tbar add button who mask/unmask grid

In Extjs, i want to add button in tbar chart, which hide/unhide my grid, i have some difficult with layout, so in certains case, my button take 100% place, also my grid disapear, my code is bellow: ...
B. Christophe's user avatar
2 votes
1 answer
975 views

Menu Scroller not working properly in Extjs

I am trying to create scrollable menu in ExtJs Problems I am facing: Scroller on first click of menu button does not work (it seems to work when scrollable: false) Next time when clicked on menu.. ...
parv kothari's user avatar
1 vote
2 answers
2k views

Hbox layout panel doesn't auto fit items after resize event

I've a resizable panel which includes another panel with hbox layout inside. Whole display settings are correct expect one behaviour; when resizing main panel with mouse after render; it's not auto-...
Nuri Engin's user avatar
2 votes
1 answer
885 views

Ext.panel.Panel Items is not appearing

I've defined a panel class* which is wrapped by another panel**. Somehow subclass' items are not rendering? I've tried several layouts and configs, as well tried to set flex config but none of those ...
Nuri Engin's user avatar
0 votes
2 answers
180 views

Container fixed position but only on horizontal scroll

I am trying to achieve a specific kind of layout. My effort so far can be previewed from this fiddle example. Basically I need to make my left container (fixedContainer) with red border containers, ...
bullettrain's user avatar
1 vote
1 answer
71 views

Column layout - how to set textfield witdth

I have a formpanel which contains textfield items. Here is a fiddle demonstrating my current screen Is there anyway to make the width of the textfield take up less than the entire width of the column?...
Tom O.'s user avatar
  • 5,971
2 votes
1 answer
2k views

Label next to a field in ExtJS 4

I have a file select field component and a label that I want it to appear next to each other (label to the right). They are both populated inside a function. Is not the label of the field, just a text ...
ArtanisAce's user avatar
0 votes
0 answers
143 views

ExtJS 4.2.2 Rendering rows at gridpanel freezing screen

When store associated with gridpanel loads data and put it into the grid screen is freezing during this process. I try to use suspendLayouts() before and resumeLayouts() after but this solution broke ...
user1249936's user avatar
0 votes
3 answers
2k views

about Extjs afterLayout

I added a listener in the code like: listen: { afterLayout: function(){ doSomething... } } the function is to render the html tags. But it does not work when the page loaded. I need ...
nasuf's user avatar
  • 309
0 votes
0 answers
56 views

Extjs 5 to 6 migration, TreeView layout looks different

I have migrate from extjs 5 to 6. On my application I have used Ext.tree.Panel simple tree view: and after changing extjs libraries to version 6: As you can see, layout on extjs 6 is not working ...
Yurii Chernov's user avatar
0 votes
1 answer
266 views

TabPanel focus issue

I've provided a link to the sencha fiddle of the example I have issues with. Basically when I have tabPanels as the element at the bottom of the window if I scroll down to them and try to click on any ...
bullettrain's user avatar
0 votes
2 answers
1k views

ExtJs Layout: Can't display Ext.form.Panel

Hello im trying to display my Filter Panel but it doenst work anybody an idea why? im tryed to set my window.js to layout: 'border' but without success i found some examples @ sencha but im failed ...
Alex's user avatar
  • 467
0 votes
0 answers
154 views

EXTJS 5.1.1: Paging toolbar - IE8 - Layout Run Failed

I'm encountring a problem with the paging toolbar of EXTJS 5.1.1 which raises an Layout Run failed in IE 8. it's working fine on chrome and firefox .. when I remove the toolbar, my grid is fine. Here ...
steep2000's user avatar
0 votes
0 answers
201 views

extjs ie8 layout run failed

I have created an app based on the Desktop example in ExtJS 4.1. Later my client decided to upgrade to ExtJS 5.1. After some changes it works fine in all supported browsers except for IE8. The ...
Andrei's user avatar
  • 377
0 votes
2 answers
228 views

How do I set Extjs panel's layouts to fit to whole page?

I'm developing a web application with Extjs 6 in client side. In first level of my page, I have a panel(panel_a). I want to this panel fit to the whole page. In this panel I have another panel(...
Morteza Malvandi's user avatar

15 30 50 per page