Search Type: Posts; User: pixman
Search: Search took 0.02 seconds.
-
26 Mar 2013 12:07 AM
- Replies
- 6
- Views
- 659
if i change the config.cfg file, and add :
app.page.name=index.php
app.page.file=${app.dir}/../${app.page.name}
i have no change, the build work. -
23 Mar 2013 5:59 AM
- Replies
- 6
- Views
- 659
Thank you.
-
22 Mar 2013 2:26 AM
- Replies
- 6
- Views
- 659
Hello,
with this configuration the new index.html is used and i can view it in the production build folder.
but in the bootstrap.js file the paths are write for an index file was in the same... -
21 Mar 2013 3:23 AM
- Replies
- 6
- Views
- 659
Hello.
In application generated by cmd, the index.html is inside the app folder.
but in mys projects, the html file must be outide this folder.
in the generated i must modify the "Ext" path,... -
8 Mar 2013 9:41 AM
Jump to post Thread: direct request call multiple time by pixman
- Replies
- 1
- Views
- 346
hello,
I don't understand.
If i load a store using a simple direct proxy, one request was send -> ok
If i load a second store, using a direct proxy ( not same method ), the "2 query's" are sending... -
6 Feb 2013 7:45 AM
- Replies
- 1
- Views
- 109
Hello,
I need a clarification for the store "totalProperty"
If the store make a request on the server , and apply a filter and a pagination ( "start", "limit" )
the totalProperty must send... -
6 Feb 2013 4:47 AM
- Replies
- 3
- Views
- 308
hello,
i have change my server code from this post : http://www.sencha.com/forum/showthread.php?79211-Ext.Direct-for-CodeIgniter
to the code from this :... -
6 Feb 2013 2:20 AM
- Replies
- 3
- Views
- 308
Hello,
My direct API is on a server ( not on the same domain ).
My apache headers are set for enable the cross domain :
Header set Access-Control-Allow-Origin "*"
Header set... -
5 Feb 2013 8:13 AM
- Replies
- 3
- Views
- 308
Hello,
In architect, if i configure the store reader with direct with directfn, or API, architect telle me an error on load datas : Unable to load data from the supplied directFn.
but in brower... -
4 Feb 2013 1:35 AM
Jump to post Thread: Assign view bug by pixman
- Replies
- 1
- Views
- 287
Hello,
I have a bug on architect using this behavior :
1. make a simple initial view "MyPanel" in architect ( i'ts use as initial view )
2. create new controller " MyController"
3. assing... -
10 Jan 2013 2:49 AM
Jump to post Thread: [Answered] Theming a scoped theme by pixman
- Replies
- 1
- Views
- 333
Ok, i'm juste a newbie :s
if have simply add
$scope-reset-css: true;
on my start scss file, and it's done !
Thanks -
10 Jan 2013 2:43 AM
Jump to post Thread: [Answered] Theming a scoped theme by pixman
- Replies
- 1
- Views
- 333
Hello,
I want to create my own theme for Ext. ( using 4.1 )
With the doc i can generate a modified version ( SASS is really amazing :D )
but if y want use the scoped theme for my starting... -
13 Jul 2012 2:57 AM
- Replies
- 3
- Views
- 919
I have test the same code but quering view in place of dataview.
Thanks a lot for your help :-) -
13 Jul 2012 2:09 AM
- Replies
- 3
- Views
- 919
Hello,
in my treePanel i have implement the treeviewdragdrop Plugin.
I listen the events 'drop' and 'beforedrop' in the viewConfig declaration, like this :
... -
12 Jul 2012 5:43 AM
- Replies
- 2
- Views
- 247
Thank for your help.
I have modified you source for adapting to my controller
i have insert my plugin with an pluginID
plugins : [Ext.create('Ext.grid.plugin.CellEditing', {... -
12 Jul 2012 1:15 AM
- Replies
- 2
- Views
- 247
Hello,
I'm using a treepanel for manage folders.
I have add CellEditing for manage rename action.
I have a simple question.
When i create new folder, i want select it in the tree panel, and... -
9 Feb 2012 12:07 AM
- Replies
- 2
- Views
- 718
Yes !
I have read the source of Ext.form.panel
and the methid get values is
getValues:function(){
return this.getForm().getValues(); },
I think, your approch is better -
8 Feb 2012 4:00 AM
- Replies
- 2
- Views
- 718
Hello i have make a test.
If i check dirty fields with this code :
// var form is assign to form panel ( not form basic instance )
form.getValues(false,true); -
3 Feb 2012 9:34 AM
Jump to post Thread: Human readable date formating by pixman
- Replies
- 3
- Views
- 757
Just for information, i add a link to an equivalent ressource code in objective-c
http://stackoverflow.com/questions/902950/iphone-convert-date-string-to-a-relative-time-stamp
if this date... -
3 Feb 2012 9:30 AM
Jump to post Thread: Human readable date formating by pixman
- Replies
- 3
- Views
- 757
Thanks for reply.
Okay, this is the good way for displaying the data.
But my question is based on the "transform" date to human.
Can it's exist a snippet code, or a framework method for make... -
3 Feb 2012 8:39 AM
Jump to post Thread: Human readable date formating by pixman
- Replies
- 3
- Views
- 757
Hello, it's my first post on this forum.
EXTSJ is really good framework for web GUI.
I have a question.
I want to display datetimes on a grid.
I want to display theses datetime as "mac osx"...
Results 1 to 21 of 21
