Search Type: Posts; User: sj137
Search: Search took 0.02 seconds.
-
29 May 2012 4:38 PM
- Replies
- 2
- Views
- 569
thanks!!!
-
28 May 2012 6:52 AM
- Replies
- 2
- Views
- 569
Hi Guys, i can't find where to add the following to my treepanel in architect
viewConfig: {
plugins: { ptype: 'treeviewdragdrop' }
}
architect also doesn't allow me to edit the the... -
27 May 2012 4:00 PM
Jump to post Thread: Grid doesn't show data by sj137
- Replies
- 18
- Views
- 2,052
in my new controller i added the following to two lines into the init() method, and now the data shows up
in preview....
var myJsonTreeStore = Ext.getStore("MyJsonTreeStore");
... -
27 May 2012 3:46 PM
Jump to post Thread: Grid doesn't show data by sj137
- Replies
- 18
- Views
- 2,052
i added an extra controller that simply refs the store, model and view
and now the data shows up in architect! :)
but not in preview.... :( -
27 May 2012 2:06 PM
Jump to post Thread: Grid doesn't show data by sj137
- Replies
- 18
- Views
- 2,052
i have autoload is set to true, too.
and everything seems to be linked up ok..
when i right-click the store in the project inspector, and click 'Load Data' it loads the json fine, and... -
13 Aug 2010 5:06 AM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by sj137
- Replies
- 289
- Views
- 104,082
found the solution!
thanks Grolubao!!
have to add the style directly when creating the outerWrap in onRender:
@line 238:
this.outerWrapEl = this.wrapEl.wrap({
tag : 'div', -
12 Aug 2010 2:12 AM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by sj137
- Replies
- 289
- Views
- 104,082
a temporary fix i found, but not really a good one is to make the toolbar a panel
ie
tbar:{
xtype:'panel', -
11 Aug 2010 9:27 AM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by sj137
- Replies
- 289
- Views
- 104,082
hi guys, first of all great great component, if there were awards for best Ext.ux user component then the SBS would be a clear winner in my book!! :)
that said i'm having a small problem with the... -
9 Apr 2010 2:17 AM
Jump to post Thread: Ext.ux.form.FieldAutoExpand by sj137
- Replies
- 17
- Views
- 5,816
if you want to use auto width on a grow field
at line 108
change to:
if((f.width == 'auto' || !f.width) && !(f.grow && !f.useAutoWidth))... -
9 Apr 2010 1:16 AM
Jump to post Thread: Ext.ux.form.FieldAutoExpand by sj137
- Replies
- 17
- Views
- 5,816
at line 137
change to:
if(!f.hideLabel && this.form.labelAlign != 'top'){
if(f.msgTarget == 'side')
var width = this.width1;
else
var width = this.width2;
}else{ -
31 Mar 2010 1:17 PM
- Replies
- 418
- Views
- 169,988
cheers for that!
PS the fix for the doc.getElementById prob in Layer.prototype.getCtx
is just to check that the el returned is not null before storing it in the cvs variable
... -
22 Mar 2010 9:44 AM
- Replies
- 418
- Views
- 169,988
best solution i could find was wrapping the line with a try-catch...
-
22 Mar 2010 9:25 AM
- Replies
- 418
- Views
- 169,988
found a bug in IE8 with the demo page (http://www.i286.org/examples/index.html)
Highcharts.Chart.prototype.remove = function () {
/**
* Clear certain attributes from the element... -
27 Sep 2009 11:33 PM
Jump to post Thread: TabPanel Multiple Rows by sj137
- Replies
- 23
- Views
- 11,056
Hi Biggena,
no problemo, and more than happy to help :)
Big thanks to you for creating this extension, scrolling tabs was absolutely not an option for my project at all because users need to... -
25 Sep 2009 4:54 AM
Jump to post Thread: TabPanel Multiple Rows by sj137
- Replies
- 23
- Views
- 11,056
Hi guys,
i was having a problem with the height of the panels not changing correctly when tab lines were added or removed
eg the bottom part of the vertical scrollbar of my dataview wasn't... -
17 Jul 2009 7:42 AM
- Replies
- 0
- Views
- 881
returning false doesn't cancel the showing of the menu...
seems the problem has just been fixed in 3.0
http://extjs.com/forum/showthread.php?t=73378
any chance it could be also be fixed in 2.2... -
22 May 2009 6:45 AM
Jump to post Thread: Elements on Same Line by sj137
- Replies
- 21
- Views
- 4,776
edit:sorry wrong forum... i'm using this in ext2.2
horrible dirty (but simple to understand) hack which worked well enough for my own use, so sharing in case it's useful to anyone else
... -
28 Apr 2009 11:59 PM
Jump to post Thread: Drag & Drop - Proxy settings by sj137
- Replies
- 7
- Views
- 2,706
not sure if i can help without seeing you're code but if you're return the object with the ddel property try returning sub element
eg:
{ddel:theDragEl.down('h1').dom} -
22 Apr 2009 3:49 AM
- Replies
- 11
- Views
- 4,275
i tried this but can't get it to work...
i get the following error in firebug:
arg has no properties
return arg[_77]; MochiKit.js (line 265)
here's my code: -
31 Mar 2009 6:14 AM
Jump to post Thread: Update Button tooltip by sj137
- Replies
- 1
- Views
- 1,085
try something like:
mybutton.tooltip.setTitle("new title"); -
31 Mar 2009 5:34 AM
Jump to post Thread: GridDragZone and gridpanel by sj137
- Replies
- 0
- Views
- 501
what is the recommened method for attaching a custom GridDragZone to a gridpanel...?
i want to override the getDragData() function of the GridDragZone...
i understand that i should be able... -
27 Mar 2009 2:21 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by sj137
- Replies
- 677
- Views
- 252,690
(already) [IMPLEMENTED 3.x]
items config option missing in Ext.Toolbar -
26 Mar 2009 12:39 AM
- Replies
- 1
- Views
- 683
try with CSS,
use firebug to add styles and test them
add and remove the style to your treenodes eg on.('click... -
26 Mar 2009 12:35 AM
- Replies
- 6
- Views
- 1,410
Cheers again Animal!
=D> -
25 Mar 2009 10:06 AM
- Replies
- 6
- Views
- 1,410
if i call doLayout on the wrapping panel after adding and activating it in the tabpanel
then it fires the render event and subsequently loads my data.
should i submit this as a bug?
Results 1 to 25 of 120
