Search Type: Posts; User: stevanicus
Search: Search took 0.04 seconds.
-
15 Mar 2013 5:03 AM
- Replies
- 4
- Views
- 362
Yep, seems to work here
http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/kitchensink/index.html#basic-tree
However I can't get the lines to show either and I'm on version 4.1.1rc2 -
22 Feb 2013 5:17 AM
- Replies
- 1
- Views
- 153
Ext version tested:
Ext 4.1.1-rc2
Browser versions tested against:
FF19
Description: -
13 Dec 2012 11:54 AM
- Replies
- 1
- Views
- 137
Hi there,
I have a complex and generic form where there are 3 hidden fields that have the same name. When I set the values of the form using:
myForm.getForm().setValues( valueObj )
It only... -
20 Nov 2012 2:42 PM
- Replies
- 2
- Views
- 324
Ok - fair enough. Thanks for the response
-
20 Nov 2012 8:34 AM
- Replies
- 2
- Views
- 324
Ext version tested:
Ext 4.1.1rc1
Browser versions tested against:
FF
Description: -
15 Nov 2012 12:28 PM
- Replies
- 7
- Views
- 626
just for others:
multiple chains (i.e. not hidden and not label = "hello2"):
form.query("field:not([inputType=hidden]):not([fieldLabel='hello2'])"); -
13 Nov 2012 1:19 PM
- Replies
- 7
- Views
- 626
excellent thank you
Here is the solution:
form.query("field:not([inputType=hidden])"); -
13 Nov 2012 4:36 AM
- Replies
- 7
- Views
- 626
My bad...
But your example returns all the fields
http://jsfiddle.net/dbVdJ/2/
form.query(":not([hidden])");
or -
13 Nov 2012 3:31 AM
- Replies
- 7
- Views
- 626
Thanks for your reply.
Unfortunately it is listed in the documentation:
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.dom.Query -
12 Nov 2012 4:10 AM
- Replies
- 7
- Views
- 626
Ext version tested:
Ext 4.1.1.rc1
Browser versions tested against:
FF16
Description: -
27 Sep 2012 1:56 AM
Jump to post Thread: Panel contents disapearing by stevanicus
- Replies
- 3
- Views
- 299
as I use the alias as a selector in my controller.... I switched to use an ID as there is only 1 instance of this particular tab.
//alias:'widget.tabs_mytab',
id:'mytab',
This solved... -
27 Sep 2012 1:34 AM
Jump to post Thread: Panel contents disapearing by stevanicus
- Replies
- 3
- Views
- 299
Thanks for you reply... I know this sounds silly, but I just can't seem to replicate the error. I have tried the most complex of scenarios but nothing seems to replicate it.
I thought it might be... -
26 Sep 2012 6:18 AM
Jump to post Thread: IE and Console by stevanicus
- Replies
- 1
- Views
- 181
Hours of struggling... within minutes of posting... I found the answer. Console!
add the following lines
console = console || {};
console.info = function() {};
console.log = function() {};... -
26 Sep 2012 6:11 AM
Jump to post Thread: Panel contents disapearing by stevanicus
- Replies
- 3
- Views
- 299
In IE (8 & 9) if I press alt and the menu bar appears - the content inside my panel (tab) is deleted and removed from the viewport - the HTML is gone too.
My configuration
Viewport -> With... -
26 Sep 2012 6:08 AM
Jump to post Thread: IE and Console by stevanicus
- Replies
- 1
- Views
- 181
Anyone come across ExtJS application not loading properly unless IE console has been opened?
It just sticks at a blank screen - you can refresh as many times as you like. If you open console (F12)... -
9 Sep 2012 6:38 AM
Jump to post Thread: Single click to open tree node by stevanicus
- Replies
- 2
- Views
- 931
Hi,
I'm trying to configure my tree panel to open collapsed nodes per single click... I have tried implementing my own method on the "itemclick" event... but this seem to open up other problems... -
6 Sep 2012 3:44 AM
Jump to post Thread: Tab header character limit by stevanicus
- Replies
- 6
- Views
- 956
Sorry about my late reply,
However, it seems to reset itself if you use the setTitle() method afterwards.
For example I have a textfield which updates the tab title.
Thanks -
22 Aug 2012 12:18 AM
Jump to post Thread: Tab header character limit by stevanicus
- Replies
- 6
- Views
- 956
Thanks!
However it only works for smaller values
Try setting
tabConfig: { maxWidth:500 }
Doesn't go beyond its default width :)
thanks again -
21 Aug 2012 11:15 PM
Jump to post Thread: Tab header character limit by stevanicus
- Replies
- 6
- Views
- 956
Thanks for replying!
It truncates the title automatically... I want to extend the number that it truncates at.
With every key stroke on the "title textfield" the tab title is updated. Is there... -
21 Aug 2012 10:29 PM
Jump to post Thread: Tab header character limit by stevanicus
- Replies
- 6
- Views
- 956
Hi there,
I haven't been able to find the answer to this - hence my post :)
For tab titles.. after x amount of characters the title is shortend to i.e. "My lov...", is there anyway to change... -
30 Jul 2012 6:45 AM
- Replies
- 2
- Views
- 373
Found the answer,
in the initComponent function the items need to be added after this.callParent() is called
initComponent:function(){
this.callParent();
... -
30 Jul 2012 3:33 AM
- Replies
- 2
- Views
- 373
Hi there,
What is the best method of destroying and creating panels?
I have a "wrapper" panel which dynamically loads its items via an array
var myItems = [];... -
26 Jul 2012 7:12 AM
- Replies
- 2
- Views
- 399
looks like your right - thanks
-
26 Jul 2012 7:07 AM
- Replies
- 2
- Views
- 399
Ext version tested:
Ext 4.1.1-rc2
Browser versions tested against:
FF14
Description: -
26 Jul 2012 6:03 AM
- Replies
- 18
- Views
- 13,193
Thank you, worked like a treat! I'm not sure if this is version specific (4.1.1rc-2) but .on("load") only works when the store is loaded and I had trouble running through the same code twice as the...
Results 1 to 25 of 62
