Search Type: Posts; User: Stju
Search: Search took 0.03 seconds.
-
19 Sep 2012 5:32 PM
Jump to post Thread: Sencha Cmd V3 Beta by Stju
- Replies
- 41
- Views
- 28,562
Yes, this is the correct way.
Compare with the example from docs:
http://docs.sencha.com/touch/2-0/#!/api/Ext.data.Model -
23 Aug 2012 4:08 PM
- Replies
- 1
- Views
- 576
Ext.define('Ext.util.NumbersToWords',{
singleton:true,
ones:[
'',
'one',
'two',
'three',
'four',
'five', -
12 Jun 2012 5:00 PM
- Replies
- 2
- Views
- 441
May you create a test case, please?
-
15 May 2012 11:27 PM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Stju
- Replies
- 190
- Views
- 38,055
Ok, tried, it failed.
So you need to comment out line 76 in app.json file stating: "resources/images",
then it builds and runs correctly. -
15 May 2012 11:05 PM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Stju
- Replies
- 190
- Views
- 38,055
I created my own test app using proxy and, yes, no build issues at all.
-
14 May 2012 1:35 PM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by Stju
- Replies
- 190
- Views
- 38,055
Found a bug:
Add new person, click to edit, rename to something else, tap save. data is updated in db, but List is not synced. -
25 Apr 2012 11:06 AM
- Replies
- 467
- Views
- 181,696
No, it does not require jQuery.
-
21 Mar 2012 5:03 PM
- Replies
- 3
- Views
- 1,397
Problem: I want to use checkboxSelectionModel on dragDrop enabled grid, but can't uncheck checkbox after row is selected.
Solution: use overrides provided.
// Override for situation,... -
13 Mar 2012 3:46 PM
- Replies
- 7
- Views
- 2,126
Fix :
Ext.override(Ext.ux.grid.menu.ListMenu,{
show : function () {
var lastArgs = null;
return function(){
if(!arguments){
... -
13 Mar 2012 1:05 PM
Jump to post Thread: Grid ListFilter using store by Stju
- Replies
- 5
- Views
- 654
Hi!
This can be solved by fixing show method:
Ext.override(Ext.ux.grid.menu.ListMenu,{
show : function () {
var lastArgs = null;
return function(){
... -
16 Jan 2012 10:19 PM
- Replies
- 3
- Views
- 632
There is no version 4.7 yet. Probably You meant 4.0.7
Please provide complete test case, as with provided code above and Extjs 4.0.7 overflow is shown in proper place. -
9 Jan 2012 6:14 PM
- Replies
- 3
- Views
- 632
Resolved.
Version 4.0.7 works as expected! -
3 Jan 2012 2:41 PM
- Replies
- 30
- Views
- 8,299
Testing against latest 4.1 beta, for me it looks like fixed.
-
1 Sep 2011 10:12 PM
Jump to post Thread: waitMsgTarget in Safari by Stju
- Replies
- 1
- Views
- 833
BUMP!
Any update on this? -
30 Apr 2011 2:03 AM
- Replies
- 467
- Views
- 181,696
alert: function(txt, cb, s) {
var tr = this.editor.getLang(txt, 0);
var msg = tr == '' ? txt : tr;
... -
26 Mar 2011 6:15 AM
- Replies
- 28
- Views
- 9,651
Nice and very useful work!
Still impressed every time You create new things :) -
26 Mar 2011 5:45 AM
Jump to post Thread: helpText for FormField's ? by Stju
- Replies
- 1
- Views
- 431
Anyone from dev team?
-
22 Mar 2011 12:35 PM
Jump to post Thread: waitMsgTarget in Safari by Stju
- Replies
- 1
- Views
- 833
Extjs version: 3.x
Form is configured:
this.detailsTab = new Ext.FormPanel({
...
waitMsgTarget:true,
...
}); -
22 Mar 2011 7:02 AM
Jump to post Thread: helpText for FormField's ? by Stju
- Replies
- 1
- Views
- 431
Is This feature planned to be a standard?
Would be nice, as this is used very commonly! -
11 Feb 2011 3:18 AM
Jump to post Thread: Ext.ux.panel.CodeMirror by Stju
- Replies
- 34
- Views
- 14,712
Hi!
Yes, already gave some hands over first beta :) BTW wanted to say the same \:D/ Let's keep fingers crossed! =; -
11 Feb 2011 2:23 AM
Jump to post Thread: Ext.ux.panel.CodeMirror by Stju
- Replies
- 34
- Views
- 14,712
What do You mean with won't work? It will work if You don't use <?php, so for plain php it's working correctly. If You want to use it combined mode for php and html, there is already mixed class...
-
2 Feb 2011 7:27 PM
Jump to post Thread: new site is looking HOT!!! by Stju
- Replies
- 21
- Views
- 3,189
Congratulations on New Design!
Looks awesome!! =D> -
2 Feb 2011 10:34 AM
Jump to post Thread: Ext.Direct with TreePanel by Stju
- Replies
- 22
- Views
- 11,767
Then it should be documented! Otherwise You must have extraterrestrial knowledge to guess it.. ;)
-
24 Jan 2011 7:37 AM
Jump to post Thread: Microsoft Office Ribbon (VERY COOL) by Stju
- Replies
- 16
- Views
- 9,323
Looks like You are missing icons, that, could be the problem!
-
19 Dec 2010 2:39 AM
- Replies
- 8
- Views
- 7,785
Store active field name in some variable and then use it when needed ;)
Results 1 to 25 of 101
