Search Type: Posts; User: cirvine
Search: Search took 0.02 seconds.
-
5 Sep 2008 1:56 AM
Jump to post Thread: Ext Table full of GridPanels? by cirvine
- Replies
- 12
- Views
- 1,627
Did you ever figure this out? I've spent the last couple of hours trying to get a table layout of GridPanels to vertical align...
-
27 Aug 2008 2:19 AM
- Replies
- 252
- Views
- 97,515
For those struggling to get scrollbars on cards containing Grids, if you put
layout:'form',
autoScroll:true
on the config of the card itself, and then
viewConfig:{forceFit:true} -
4 Jul 2008 1:46 AM
- Replies
- 252
- Views
- 97,515
I have a wizard, where for reasons outside my control one of the cards has to be a GridPanel with a CheckboxSelectionModel. The Wizard itself works fine, but I can't figure out how to get a vertical...
-
3 Jul 2008 12:29 AM
- Replies
- 1,016
- Views
- 302,767
Doug, that was exactly what I needed! Works like a charm, thank you!
-
2 Jul 2008 8:21 AM
- Replies
- 1,016
- Views
- 302,767
I'm unsure if this is the component I'm looking for...
I'm rebuilding an existing application, with a reporting module. Handily enough, the existing server-side classes return the reports as an... -
2 Jun 2008 7:09 AM
- Replies
- 273
- Views
- 141,752
Thanks tjstuart.
I now have yet another stupid question...
GridPanel has the reconfigure() function which allows you to throw in a new store which has been generated elsewhere. Is there any... -
29 May 2008 7:37 AM
- Replies
- 3
- Views
- 3,172
I'm having the same getBoundingClientRect() error on IE only, when the multiselect/itemselect user extension is used and the underlying store refreshed.
Any dataview used as a dropzone seems to... -
26 May 2008 7:14 AM
- Replies
- 273
- Views
- 141,752
Well, 'change' fires when the component is first loaded as well, annoyingly. How can you tell a "component being created" Change event from a "something just got dropped" Change event?
-
24 May 2008 10:16 AM
- Replies
- 273
- Views
- 141,752
I have an Itemselector on a form, and I want to catch the Drop event when someone moves an item from the "From" side to the "To" side to do some additional processing.
But after much messing... -
18 Apr 2008 6:06 AM
Jump to post Thread: pre-select a value in combo-box by cirvine
- Replies
- 8
- Views
- 8,163
I've spent the whole day on this now, and any relevant threads I can find are useless or wilfully obscure.
This is basic CRUD stuff, used a million times in any real-world application, and there's... -
13 Mar 2008 1:27 AM
Jump to post Thread: [Help] How to get PHP session by cirvine
- Replies
- 12
- Views
- 2,529
*shrugs*
Code generating code is fun. Software that re-writes itself B)
I'm not sure I understand your cache point. In an Ext application? All our content is dynamic these days...
I suppose... -
12 Mar 2008 9:04 AM
Jump to post Thread: [Help] How to get PHP session by cirvine
- Replies
- 12
- Views
- 2,529
Is there a need for Ajax at all?
You could keep it simple and on the HTML of the PHP page initialize a few javascript variables with the PHP values, something like this:
<html>
<head>... -
26 Feb 2008 8:24 AM
- Replies
- 6
- Views
- 1,318
I've come across this a few times. Some possible explanations:
1) Malformed HTML on the page e.g. missing a closing </body tag or similar
2) Sometimes it happens when you set the html: config...
Results 1 to 13 of 13
