2
votes
1answer
104 views

ExtJS Layout, Horizonally then grow vertically

I have a Ext.panel.Panel into which I want to dynamically add other "smaller" panels representing different "things" in my application. This panel is at the top of a grid and it is the same width as ...
1
vote
0answers
139 views

ManageOverflow for BorderLayout EXTJS

I would like to know if manageOverflow is working for a viewport with a border layout. My app have a viewport (border layout) and inside 4 containers (2 North, 1 east and 1 west). One of these ...
0
votes
0answers
182 views

ExtJS : Automatic resize nested panels

I'm currently building an app, and some of the Panel behaviour bugs me a little. Essentially, I have a panel with a border layout, with 2 children (panels also), 1 north and 1 center, each one ...
5
votes
1answer
775 views

Custom overflowHandler implementation in ExtJS 4

I have panel with two toolbars. How can I to implement custom class for using as overflowHandler, which will move components to second toolbar on first toolbar's overflow? I tried to use code of ...
0
votes
0answers
247 views

Extjs4.1.1 — Switching between two panels in hidden container panel 'card layout'

I am using Extjs 4.1.1 in Sencha Architect. I have 2 buttons and one hidden panel 'card layout' contains 2 panels 'panel_1' and 'panel_2'. This container panel is hid initially. When I press on first ...
1
vote
1answer
416 views

Creating custom layout ExtJs 4.1

I've been trying to figure out the best way to create a custom layout in ExtJs 4.1. What I want is a variation of an absolute layout, being able to specify X,Y coordinates for each of the contained ...
0
votes
1answer
777 views

Issue with a fluid form inside a window

We have to create a fluid layout meeting following conditions: There is a Form inside a Window. If Window Width is increased, then Form Width and its Fields Width should also increase. If Window ...
1
vote
1answer
274 views

Ext JS layout crash when moving panle to external class

This is my first big project in Ext JS so please by understandable :) I'm building an application based on portal example. What I need to create is simple layout with toolbar on top, statusbar on ...