Search Type: Posts; User: AdamDawes
Search: Search took 0.02 seconds.
-
18 May 2010 2:24 AM
Jump to post Thread: Custom grid row layout by AdamDawes
- Replies
- 0
- Views
- 430
Is it possible to create custom layouts for rows in ExtJS EditorGrids? In particular I would like to create a logical grid row (a single record) that spans multiple table rows on the screen.
For... -
3 Mar 2010 5:21 AM
- Replies
- 3
- Views
- 1,337
Thanks for the link. I'm aware that disabled controls don't submit a value, my question in this regard is more: why is ExtJS disabling the controls in IE? In all the other browsers it leaves them...
-
3 Mar 2010 3:20 AM
- Replies
- 3
- Views
- 1,337
I have a simple ExtJS-based form that displays a Panel, inside which are two TextFields (a username and password field). The Panel is disabled by specifying its disabled:true property when it is...
-
4 Jan 2010 1:33 AM
Jump to post Thread: Grids nested within grids by AdamDawes
- Replies
- 6
- Views
- 1,258
We have had a request from one of our clients to be able to embed grids within the rows of another grid.
The way they want this to work is such that the outer grid displays normally as if it were... -
22 Jul 2009 7:26 AM
- Replies
- 0
- Views
- 631
I am trying to create an editable grid with a selection column. I have created my EditorGridPanel with a CheckboxSelectionModel and all is well so far.
However I want the selection to change only... -
22 Jul 2009 3:01 AM
- Replies
- 0
- Views
- 1,450
I've struggled for several hours today to fix up a problem with AJAX callbacks since moving from Ext 2.2 to Ext 3.0. Everything else in Ext 3.0 seems to be working fine, but this one took...
-
26 Mar 2009 8:24 AM
- Replies
- 4
- Views
- 1,490
Hi Condor,
That's very strange, I can recreate the problem every time here. To clarify, when in IE8 with Compatibility View switched on, using the example I posted above:
- if I click to drop... -
26 Mar 2009 7:06 AM
- Replies
- 4
- Views
- 1,490
Hi Condor,
Sorry, I should be clarified that I am using the appropriate code from the ExtJS 2.2 source, not from Ext 3.0.
The full source I am using to fix this is as follows:
... -
26 Mar 2009 6:37 AM
- Replies
- 4
- Views
- 1,490
Users of a system I am working on have started using IE8, and have revealed a problem in Ext JS 2.2 and 2.2.1 relating to ComboBoxes. Where a ComboBox is created by transforming a SELECT field, and...
-
5 Dec 2008 7:16 AM
- Replies
- 4
- Views
- 2,230
I don't suppose you can recall the code that you used, can you?
I tried adding the following to portal.js, immediately before it fires the 'drop' event:
dd.panel.setWidth('auto');
This... -
5 Dec 2008 6:40 AM
- Replies
- 4
- Views
- 2,230
I don't support you ever found a solution to this did you?
I have a similar problem whereby my portal columns are of different widths. When I drag a portlet from a wide column into a narrow... -
14 Nov 2008 1:36 AM
Jump to post Thread: Reordering panel header tools by AdamDawes
- Replies
- 5
- Views
- 1,209
Did you ever find a solution to this? I have a similar requirement and so far haven't found a way to re-order the tools.
I can see that I could use the collapseFirst:false option to push the... -
28 Oct 2008 3:41 AM
- Replies
- 3
- Views
- 1,561
I have a TabPanel control, inside which some of the tab panels can by dynamically hidden and unhidden. This is achieved using the TabPanel's hideTabStripItem and unhideTabStripItem methods, and works...
-
28 Oct 2008 2:45 AM
- Replies
- 2
- Views
- 840
Ah -- in typical style, I found the answer two minutes after posting the question.
I needed to add the "x-hide-display" class to each of my tab content divs. Once this class has been added, the... -
28 Oct 2008 2:37 AM
- Replies
- 2
- Views
- 840
I'm trying to create an Ext 2.2 TabPanel containing three tabs. Each tab has its content provided by a div provided elsewhere within the HTML page, using the contentEl config option when defining the...
-
27 Oct 2008 4:21 AM
- Replies
- 2
- Views
- 679
Perfect -- and thanks once again for your extremely speedy and useful reply.
I'm tempted to agree that it is a bug; it's not consistent with the otherwise-very-similar Checkbox control, which... -
27 Oct 2008 4:06 AM
- Replies
- 2
- Views
- 679
I'm sure I'm doing something stupid here but I can't spot it. I'm trying to get radio buttons working in Ext 2.2, and they don't want to play ball at all.
I have the following HTML to create the... -
24 Oct 2008 6:38 AM
- Replies
- 2
- Views
- 996
Perfect!
Many thanks for your extremely quick and helpful reply. -
24 Oct 2008 6:23 AM
- Replies
- 2
- Views
- 996
I've tried and tried and tried to find a solution to this but I can't find anything that works, so it's time for a call for some help.
I'm trying to render an Ext 2.2 EditorGridPanel into an... -
5 Sep 2008 12:56 AM
- Replies
- 0
- Views
- 540
If you add some standard HTML textboxes to an HTML page, as you tab through them, each one has its content initially selected so that any text the user enters will by default replace the existing...
-
16 May 2008 2:12 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by AdamDawes
- Replies
- 677
- Views
- 252,784
I think this is a minor omission from the documentation which I know I would have found useful had I realised it could be done. (Either that or I'm using something I shouldn't be using...)
The... -
16 May 2008 12:50 AM
- Replies
- 5
- Views
- 2,403
Hi Brian,
I've added your fix to my Ext source and it looks like it's working perfectly -- thanks very much for your help! -
15 May 2008 2:13 AM
- Replies
- 5
- Views
- 2,403
Hi Brian,
Many thanks for your response. I checked the Ext codebase that I'm using and it already includes the code sections you provided so I guess I am up to date, but the problem still remains.... -
14 May 2008 6:27 AM
- Replies
- 5
- Views
- 2,403
I'm currently experiencing a problem with a NumberField inside an EditorGrid in Ext 1.1.1.
If I enter a zero, the value is discarded and the cell is left showing an empty string. Once I have... -
26 Feb 2008 7:16 AM
- Replies
- 2
- Views
- 1,037
Thanks for the response, Condor.
I have actually just found a work-around which lessens the immediate impact for me, here it is in case it helps anyone else, or has any impact on the potential for...
Results 1 to 25 of 62
