Search Type: Posts; User: aghextjs
Search: Search took 0.02 seconds.
-
3 May 2013 11:31 AM
- Replies
- 49
- Views
- 18,109
Just quickly checked my code. I'm using it either in vbox or hbox layouts, and primarily within "fieldcontainers" with hbox layouts. I haven't been following the updates in this thread very...
-
3 May 2013 5:54 AM
- Replies
- 49
- Views
- 18,109
Try adding layout: 'vbox' to your fieldset. I tried it quickly in your jsfiddle, and it worked... mostly. Give it a try and you'll see. I use this plugin (and have been since Stephen posted it) on...
-
26 Apr 2013 9:45 AM
Jump to post Thread: Ext.ux.data.PagingStore [v0.5] by aghextjs
- Replies
- 276
- Views
- 124,674
My attempt at an Ext JS 4 version of this extension at http://www.sencha.com/forum/showthread.php?262388-Ext.ux.data.PagingStore-updated-for-Ext-JS-4
-
26 Apr 2013 8:02 AM
- Replies
- 1
- Views
- 365
Updating an Ext JS 3 app, finally forced me to need Condor's Ext.ux.data.PagingStore extension, since I couldn't find one amongst the 270+ posts on the thread at...
-
26 Nov 2012 7:34 AM
- Replies
- 2
- Views
- 441
I did something similar, determining controls based on roles and wrote about it here. : http://ahlearns.wordpress.com/2012/11/07/ext-js-4-loading-reference-data-prior-to-starting-application/. It's...
-
15 May 2012 5:39 AM
- Replies
- 3
- Views
- 3,135
I created a really simple plug-in to do this, b/c I needed to add a button to a few panel title bars. The plugin looks like this:
Ext.define('Ext.ux.panel.header.ExtraIcons', {
extend:... -
30 Apr 2012 7:31 AM
- Replies
- 49
- Views
- 18,109
In addition to PHaroZ changes above for 4.1.0, I commented out the following in updateClearButtonVisibility:
// Adjust padding-right of the input tag to make room for the... -
27 Apr 2012 12:37 PM
- Replies
- 1
- Views
- 631
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against:
Chrome 18
IE8
FF11 -
3 Apr 2012 11:58 AM
- Replies
- 1
- Views
- 567
If you take the Basic Array Grid in the examples or the example in Ext.grid.Panel documentation and set hideHeaders : true in the grid panel config, a horizontal scrollbar is shown. The horizontal...
-
21 Mar 2012 5:49 PM
- Replies
- 5
- Views
- 1,026
I created a very pared down version of my app. It's all in a folder you can drop into the examples directory and it includes a readme.txt with some more info. Let me know if there is anything else...
-
21 Mar 2012 10:22 AM
- Replies
- 5
- Views
- 1,026
Let me see what I can do.
-
21 Mar 2012 9:59 AM
- Replies
- 5
- Views
- 1,026
I just tried upgrading my app from 4.0.7 to 4.1 RC1. After a few small changes, things are looking pretty good except for one thing.
I have a tab panel to which I programatically add tabs. The... -
22 Dec 2011 1:12 PM
Jump to post Thread: API Documentation Content Bugs by aghextjs
- Replies
- 488
- Views
- 68,709
In Ext.Element, the keydown, keypress and keyup events have the event and html element params documented in the wrong order. The HTMLElement should be first, then the event.
-
15 Dec 2011 9:04 AM
- Replies
- 1
- Views
- 604
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7
Browser versions tested against:
FF3.6.24 (firebug 1.7.3 installed)
Description: -
20 May 2011 9:00 AM
Jump to post Thread: API Doc Issues by aghextjs
- Replies
- 166
- Views
- 16,619
This is great news. I like using this framework and it is obvious that you have put a lot of effort into the documentation. While you are busy enhancing, here are some navigation usability issues...
-
25 Apr 2011 9:27 AM
Jump to post Thread: [Beta3] API Doc Issues by aghextjs
- Replies
- 63
- Views
- 7,227
Not sure this doc error has been mentioned yet, but it provided for a nice chuckle.
On the Ext.form.field.Text doc, it says this in the validation section:
By default, the field value is... -
13 Apr 2011 12:39 PM
- Replies
- 2
- Views
- 709
I have a gridpanel in the center portion of a border layout, in a Viewport. I want the columns of the grid panel to fill the entire width of the page. Previously, I used forceFit, but I can't find...
-
3 Apr 2011 5:13 AM
- Replies
- 2
- Views
- 844
I received an email about a response to this thread, but don't see the response. Anyways, the response said (from Animal)
Can you explain what you did?
Delete ll items except one?
There are... -
30 Mar 2011 6:18 AM
Jump to post Thread: API Doc issues by aghextjs
- Replies
- 140
- Views
- 22,520
One more vote for the tabbed UI for the documentation.
-
29 Mar 2011 12:55 PM
- Replies
- 2
- Views
- 844
I modified the grid example "Data Binding". All I did was delete all except for one item out of sheldon.xml. The gridpanel has empty space between the header and the first row.
25407 -
24 Feb 2011 11:33 AM
- Replies
- 0
- Views
- 566
I need your advice. I have two tabs, one has a grid of users and the other has a form with a drill-down on a specific user. I want a toolbar on the grid and a toolbar on the form that has the same...
-
18 Nov 2010 11:13 AM
- Replies
- 4
- Views
- 711
I think I just made some progress.... I am now trying to relay an event from the formpanel to the individual fields.
-
18 Nov 2010 10:53 AM
- Replies
- 4
- Views
- 711
A few things, this is only to remember 5 fields. It has nothing to do w/submitting, but more with remembering values for back button handling when moving in and out of pages using Ext JS. Also, I...
-
18 Nov 2010 8:34 AM
- Replies
- 4
- Views
- 711
I have a FormPanel with a few text fields and combo boxes. I want to remember the form field values when a button on the FormPanel is clicked. I am using a state provider and I currently have it...
-
8 Nov 2010 9:31 AM
- Replies
- 10
- Views
- 2,238
I just ran into this issue too. I can duplicate the issue by editing the Checkbox/Radio Groups example using 3.3.0 by setting one of the checkboxes to disabled (cat) and setting frame to false on...
Results 1 to 25 of 37
