Search Type: Posts; User: chiqo47
Search: Search took 0.02 seconds.
-
19 Mar 2013 8:54 AM
- Replies
- 17
- Views
- 2,035
Thanks! I solved the problem the same way. It works with Ruby 1.9.3 for me, but not with 2.0.0.
-
20 Oct 2012 2:25 PM
- Replies
- 15
- Views
- 7,920
I managed to create my mvc treePanel by overwriting a initComponent function on the view. I also needed to specify a root config on this treePanel view (root: {},).
This is a minimal tree-MVC... -
20 Oct 2012 2:22 PM
Jump to post Thread: Trouble creating a tree! by chiqo47
- Replies
- 10
- Views
- 4,255
I managed to create my mvc treePanel by overwriting a initComponent function on the view, just like vollchraZ said. I also needed to specify a root config on this treePanel view (root: {},).
This... -
8 Apr 2012 4:55 PM
Jump to post Thread: HtmlEditor - catch keyPress event by chiqo47
- Replies
- 2
- Views
- 1,289
Thank you. Your post kind of lead me to the right way.
I noticed that the problem was present only in Firefox. (tab button - leaving the editor, and focusing next component)
In code I stoped the... -
2 Apr 2012 4:04 AM
Jump to post Thread: HtmlEditor - catch keyPress event by chiqo47
- Replies
- 2
- Views
- 1,289
Hey
I'm trying to catch a keyPress event inside of HtmlEditors' content (for example TAB button - to not jump out of content... like in this example:... -
15 May 2011 3:53 AM
- Replies
- 1
- Views
- 1,152
var MyTip = function(thumb){ return Ext.String.format('{0}/10', thumb.value); };
var MyTip2 = function(thumb){ return Ext.String.format('{0}% complete', (thumb.value)*10); };
var SliderA =... -
10 May 2011 3:51 AM
- Replies
- 1
- Views
- 687
var myModel = Ext.regModel('friends', {
fields: ['name', 'id']
});
var gridStore = new Ext.data.Store({
model: myModel,
data: [], //it's not important...
Results 1 to 7 of 7
