Search Type: Posts; User: fancellu
Search: Search took 0.01 seconds.
-
31 Aug 2012 6:12 AM
- Replies
- 0
- Views
- 594
As above, I've googled for it but can't find any such thing.
Thanks. -
16 Oct 2007 12:54 AM
- Replies
- 8
- Views
- 2,064
Still present in 2.0 beta 1
-
11 Oct 2007 12:13 AM
- Replies
- 4
- Views
- 1,990
Err, so what do I have to add where to make this example work?
-
10 Oct 2007 6:59 AM
- Replies
- 4
- Views
- 1,990
Take
http://extjs.com/deploy/ext-2.0-alpha1/examples/menu/menus.html
Comment out:
tb.render('toolbar');
And at the end have -
9 Oct 2007 2:15 AM
- Replies
- 1
- Views
- 1,256
Works fine in FF, bad in IE 6.
http://extjs.com/deploy/ext-2.0-alpha1/examples/form/dynamic.html
Goto Form 3 (the first form3!), click on Phone Numbers
You should see the form fields are all... -
9 Oct 2007 1:32 AM
- Replies
- 1
- Views
- 717
In dynamic.js I can see a FormPanel which is a TabPanel:
var tabs = new Ext.FormPanel({
labelWidth: 75,
border:false,
width: 350,
items: {
... -
9 Oct 2007 12:45 AM
Jump to post Thread: TabPanel reorderable? Draggable? by fancellu
- Replies
- 0
- Views
- 696
Can tab panels be reordered by dragging, like in FF?
I can't see any such thing, but was wondering if it was hidden.
If not, what chance of having this? UI and programmatic reordering would be... -
9 Oct 2007 12:41 AM
- Replies
- 1
- Views
- 717
Anyone got a working example?
I have tried, and got an odd looking one:
http://extjs.com/forum/showthread.php?t=14623
I can't see any such thing in the sample code, so I'd just like to see a... -
8 Oct 2007 5:36 AM
- Replies
- 0
- Views
- 741
What am I doing wrong?
FormPanel looks fine if it is just inside Window, but plop it into TabPanel and it looks odd, form styling is all white, can't see fields.
Ext.onReady(function() {... -
8 Oct 2007 3:10 AM
- Replies
- 1
- Views
- 843
Currently window.show/hide takes an optional String or Element.
I was just thinking it might be nice to also make it take a Component.
I know you can just pass in component.getEl(), but when... -
5 Oct 2007 5:45 AM
- Replies
- 8
- Views
- 2,064
Just to be clear, this tab issue only happens for me in IE 6, fine in FF.
-
5 Oct 2007 5:37 AM
- Replies
- 8
- Views
- 2,064
Nope, nothing special, it is based on the anchor.html example.
I just plopped in a combobox. -
4 Oct 2007 8:04 AM
- Replies
- 8
- Views
- 2,064
Click in combobox field, then tab out. You should see the "Send To" field has disappeared
and fields shift up to take up space. If I click in "Subject" field then shift-tab backwards then the "Send... -
4 Oct 2007 6:01 AM
- Replies
- 1
- Views
- 1,839
Put in a 100% sizing combobox in the achoring.js demo
In IE 6 the combo box dissapears, fine in FF, fine at <100%
e.g.
var exampleData= [
['AL', 'Alabama'],
Results 1 to 14 of 14
