Search Type: Posts; User: rogersja
Search: Search took 0.14 seconds.
-
6 Jun 2012 9:43 AM
- Replies
- 2
- Views
- 539
for some reason, still unknown, my UTC date is being converted to my timezone when rendered.
the json response is in UTC however the date/time that is displayed is in Pacific time.
When I... -
4 Jun 2012 8:26 PM
- Replies
- 2
- Views
- 539
Hi,
I'd like to use the date formatting available in the library, but do not want the returned value to be converted to the clients' local time.
I store date/time in the db in UTC/GMT/Zulu and... -
4 May 2011 4:08 PM
- Replies
- 4
- Views
- 1,268
its funny, i reported these somehwere around b1 and then again in b2, and i believe in b3 as well... I recall others did too. I wonder how something that big gets overlooked before releasing a...
-
26 Apr 2011 10:40 AM
Jump to post Thread: [b3] MVC examples by rogersja
- Replies
- 45
- Views
- 7,547
1 step forward and two back :P
-
19 Apr 2011 1:06 PM
- Replies
- 3
- Views
- 3,435
That is really neat!
One suggestion, would be to, in some fashion. Show the user that there are multiple levels of acceptable passwords. without knowing that there are 5 levels, a use may simply... -
14 Apr 2011 12:32 PM
- Replies
- 1
- Views
- 621
same is true for the data manual.
Ext.regModel() is shown instead of Ext.define()
new is shown instead of Ext.create() -
14 Apr 2011 12:28 PM
- Replies
- 4
- Views
- 638
would be to pluralize the directories under 'app' in keeping with most other mvc frameworks available.
also, it would seem that we are going down the convention over configuration path with Ext... -
14 Apr 2011 12:24 PM
Jump to post Thread: [b3] MVC examples by rogersja
- Replies
- 45
- Views
- 7,547
no need to appologize... i did the same thing.
however i still feel that unminifed code should be available from the examples page. -
14 Apr 2011 12:14 PM
- Replies
- 1
- Views
- 621
release notes say:
Replaced Javascript 'new' with Ext.create throughout library and examples
however in the manual Ext.create does not make an appearance. -
14 Apr 2011 12:12 PM
Jump to post Thread: [b3] MVC examples by rogersja
- Replies
- 45
- Views
- 7,547
@nomack84
you can get to the 'non minified' src files with the 'recomended' dir structure in the /examples/app directory. -
14 Apr 2011 12:04 PM
Jump to post Thread: [b3] MVC examples by rogersja
- Replies
- 45
- Views
- 7,547
I suppose you could always dig into src files for the app. but i generally like to view un minified code from the examples page...
-
14 Apr 2011 11:51 AM
- Replies
- 4
- Views
- 799
release notes show classes were renamed to remove redundancy, ect. However docs and library do not reflect changes to the Ext.tab.* classes. shouldn't these be unified to align with the rest of the...
-
14 Apr 2011 11:40 AM
- Replies
- 4
- Views
- 724
not resolved in b3. unless we are talking about two different things.
my code above is still valid for use as a test case. and the same effect is present.
Also, bugreport 788 is still likely... -
14 Apr 2011 11:16 AM
Jump to post Thread: [b3] MVC examples by rogersja
- Replies
- 45
- Views
- 7,547
mvc examples are minified... makes it more difficult to play with:S
otherwise so far excellent build!~o) -
13 Apr 2011 4:24 PM
- Replies
- 4
- Views
- 1,347
keeping in mind, JsonStore is deprecated in 4. use Store.
-
13 Apr 2011 4:20 PM
Jump to post Thread: Grid not loading JsonStore data by rogersja
- Replies
- 7
- Views
- 1,271
can you post your listener code from your tree?
I have no problems with loading json data into stores, and have had no problems.
also, please post your json data -
11 Apr 2011 8:13 AM
Jump to post Thread: Click listener on tree panel by rogersja
- Replies
- 13
- Views
- 4,033
why not just listen for the itemclick event on the tree, and use the 'record' parameter from that event?
try this?
itemclick: function(view, record, item, index, e) {
... -
7 Apr 2011 4:41 PM
- Replies
- 2
- Views
- 763
are you over nesting at your 'Menu 1' level in your code?
couldn't you apply the title config to the treepanel itself? -
7 Apr 2011 4:38 PM
- Replies
- 4
- Views
- 724
this is likely related to issue 788
-
7 Apr 2011 2:19 PM
- Replies
- 4
- Views
- 724
seems to be some problem with rending tree panels, and grids in accordion layouts...
Ext.Loader.setConfig({
enabled: true
});
Ext.Loader.setPath('Ext.ux', 'javascripts/ExtJS/ux');... -
1 Apr 2011 4:51 PM
- Replies
- 2
- Views
- 617
It's pretty clear from what Ed wrote here:
http://www.sencha.com/blog/ext-js-4-beta-1/ -
31 Mar 2011 7:49 AM
- Replies
- 9
- Views
- 1,965
looks like this will be addressed in b2:
http://www.sencha.com/forum/showthread.php?128137-Where-is-AsyncTreeNode
also quick fix is included in that thread -
31 Mar 2011 6:58 AM
Jump to post Thread: Where is AsyncTreeNode by rogersja
- Replies
- 8
- Views
- 2,834
perfect thanks
-
30 Mar 2011 8:33 PM
Jump to post Thread: Where is AsyncTreeNode by rogersja
- Replies
- 8
- Views
- 2,834
so how are listeners handled?
i suppose this store based tree (which i like) was meant to allow easier integration server side. but are listener functions expected to be store in the database for... -
30 Mar 2011 8:26 PM
- Replies
- 1
- Views
- 441
hrm, so... this seems to be exhibiting odd behaviour
when one expands a node in the tree the accordion closes.
Ext.Loader.setConfig({
enabled: true
});
Ext.Loader.setPath('Ext.ux',...
Results 1 to 25 of 102
