Search Type: Posts; User: DavorZ
Search: Search took 0.01 seconds.
-
4 Mar 2012 2:16 AM
- Replies
- 20
- Views
- 2,520
I also have this problem, following all the steps with Ed Spencer presentation on SenchaCon 2011 and keep getting this error, I am using Sencha Touch 2.0 RC2, everything works fine so I know i am...
-
6 Jun 2011 2:43 AM
Jump to post Thread: Missing JSON Form example ! by DavorZ
- Replies
- 0
- Views
- 406
Can somebody post "JSON Form example" or upgrade Examples !
[http://dev.sencha.com/deploy/ext-4.0.0/examples/form/json-form.html]
Thank you! -
2 Jun 2011 4:20 AM
- Replies
- 6
- Views
- 1,321
var store = Ext.create('Ext.data.TreeStore', {
proxy:{
type: 'ajax',
url: 'app/myTree.json',
},
reader:{
type: 'ajax',
root: 'nodes',
record:... -
2 Jun 2011 4:17 AM
- Replies
- 0
- Views
- 302
How to populate form with JSON data using data store? How are the textfields connected with store, model?:-/
-
31 May 2011 5:13 AM
- Replies
- 1
- Views
- 817
Somebody, anybody?:(
-
31 May 2011 12:31 AM
- Replies
- 1
- Views
- 817
Problem is in the grid not showing data when put in tab?
Ext.Loader.setConfig({ enabled: true });
Ext.require(['*']);
Ext.require('app.kontakt');
Ext.require('app.gridStore');... -
27 May 2011 3:38 AM
- Replies
- 3
- Views
- 803
hi, mankz. Tried, no go! could it be because i put border layout in border layout "center", also overnesting?:-/ (i tried just grid in tab, also no good!), does it have something to do with...
-
27 May 2011 12:57 AM
- Replies
- 3
- Views
- 803
Hi guys, i have a weird problem...My grid sometimes shows data , sometimes dont? In firebug i can see that json is being loaded, but not shown in a grid. When i separate the grid outside the tab, it...
-
25 May 2011 4:28 AM
- Replies
- 2
- Views
- 553
@FlaminPhoneix , thank you so much, It works! :-)
-
25 May 2011 2:44 AM
- Replies
- 2
- Views
- 553
hi, is there a way to show json data in grid on demand, to let say reload one JSON with another, using same store, and model, only changing URL. I got to a part where i get my JSON to load but can...
-
29 Mar 2011 3:04 AM
- Replies
- 1
- Views
- 685
Got it!!! :)):)):)):)):)):)):)):)):)):)):))
Ext.onReady(function(){
var example1 = new Ext.Panel({
applyTo:'top',
title:'Web',
height:500, -
29 Mar 2011 1:58 AM
- Replies
- 1
- Views
- 685
Can a Panel be collapsed with another function, how to call collapse:true/false?? I attached image to see clearer what am I talking about...I do not need a whole layout, just a simple panel.. I...
-
24 Mar 2011 2:52 AM
- Replies
- 0
- Views
- 544
I managed to implement Saki extension, i have position, size and everything working, but how to save window opend/closed state, user opens window and logs out, then he logs in. To open window he...
-
16 Mar 2011 4:49 AM
Jump to post Thread: Minimizing window in Web Desktop by DavorZ
- Replies
- 0
- Views
- 486
Can anybody tell me how to implement "minimized option" to new window in Web Desktop example, where exacly in the code does the already existing Grid and According window have this option?? Lets say...
-
10 Mar 2011 1:52 AM
Jump to post Thread: Multiple Ext.Button handlers by DavorZ
- Replies
- 3
- Views
- 1,498
thank you very much, i did the wrapping , it works!!! :D
-
9 Mar 2011 5:37 AM
Jump to post Thread: Multiple Ext.Button handlers by DavorZ
- Replies
- 3
- Views
- 1,498
is there a way to put multiple handlers on a button, so it starts multiple functions at once?? :-/
something like, open all button??
Ext.onReady(function() {
var myButtonAll = new... -
7 Mar 2011 4:07 AM
Jump to post Thread: minimizing ext.window by DavorZ
- Replies
- 2
- Views
- 1,227
tnx
-
6 Mar 2011 8:17 AM
Jump to post Thread: minimizing ext.window by DavorZ
- Replies
- 2
- Views
- 1,227
Is there a way to minimize ext.window?
function window1(){
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
win1 = new Ext.Window({
width:100,
...
Results 1 to 18 of 18
