Search Type: Posts; User: manilodisan
Search: Search took 0.02 seconds.
-
12 Dec 2012 1:11 PM
- Replies
- 6
- Views
- 275
Makes sense but I hate to say it's a monkey patch. Should a destroy operation look for the totalProperty in the response and fail?
Right now if I want to keep my reader the way you described it... -
12 Dec 2012 12:56 PM
- Replies
- 6
- Views
- 275
Try with a REST proxy and an actual server behind it which only sends success : true on those operations. I'm not stressed here coz I can def break up my structure in the server responses just...
-
12 Dec 2012 12:44 PM
- Replies
- 6
- Views
- 275
Ok. Drill deeper and create a model, save a record and then destroy it. Send a success = true with the json response and watch the fail callback actually triggering because your reader can't find the...
-
12 Dec 2012 11:53 AM
- Replies
- 6
- Views
- 275
Setting a model's totalProperty to something like 'pagination.total_entries' or anything else which is not at root level of the response breaks all success callbacks on models save/update/destroy and...
-
10 Dec 2012 4:24 PM
- Replies
- 3
- Views
- 190
It works but it's a dumb approach to force the server to send such data just for extjs to play nice. Why should the reader look for a collection (total) when I'm posting a record. I'm using 4.1* by...
-
10 Dec 2012 1:38 PM
- Replies
- 3
- Views
- 190
I have a model with a rest proxy (json reader/writer) defined. The json reader has the 'totalProperty' set to 'pagination.total_entries' as per my internal setup using rails 3 and 'will_paginate'...
-
26 Apr 2012 2:39 PM
Jump to post Thread: Text Selections in Grid cell by manilodisan
- Replies
- 83
- Views
- 73,451
there is no such method for grids or anywhere else in extjs: disableTextSelection
-
23 Dec 2011 3:42 PM
- Replies
- 2
- Views
- 1,565
Extjs still sends "NaN-NaN-NaNTNaN:NaN:NaN" which is obviously a failed formatting. If my form field sends "29/04/2011" why does it try to switch it and fails?
Apparently this is a bug:... -
23 Dec 2011 3:42 AM
- Replies
- 2
- Views
- 1,565
So I have this small Extjs application which consists of a grid with users. Each user has a field where I send from the server the date when he subscribed as a timestamp value (unix).
... -
4 Nov 2011 2:58 PM
Jump to post Thread: sencha: command not found by manilodisan
- Replies
- 3
- Views
- 2,582
Probably not, how do I check?
-
4 Nov 2011 8:03 AM
Jump to post Thread: sencha: command not found by manilodisan
- Replies
- 3
- Views
- 2,582
I installed the linux version of the SDK tools and when I open a command line window and type sencha it says: sencha: command not found
I even installed with sudo in front of it to make sure I'm... -
8 Oct 2011 6:29 AM
- Replies
- 3
- Views
- 624
Yeah I can get the success property by that callback but no way to access any other data being sent by the server. Am I wrong?
-
7 Oct 2011 5:50 AM
- Replies
- 3
- Views
- 624
I have a simple tree menu defined with a store attached. The store calls an url for the response containing the items it has. If the user is not logged in the servers responds:
{"message": "Invalid... -
1 Aug 2011 3:16 AM
- Replies
- 20
- Views
- 2,963
Allright. please link us to the licensing forum.
Help and support is just that: Help and support generalized so people can address issues here.
I'm not here to argue about his thread title which... -
26 Jul 2011 9:53 PM
- Replies
- 20
- Views
- 2,963
Despite what you might prefer or not, they should respond to people buying licenses. The mail was sent to licensing@ and not devs@ or some.developer@. I'm sure YUI responded back in the days.
-
26 Jul 2011 6:18 PM
Jump to post Thread: Stores not acting independent by manilodisan
- Replies
- 2
- Views
- 540
I have a small application with users and orders tabs. Each order has it's own user so I light up the two tabs and they display a nice list with orders on one tab and users on the other tab.
If I... -
10 Jul 2011 4:52 PM
Jump to post Thread: A combobox bug of extjs 4.0.2 by manilodisan
- Replies
- 14
- Views
- 7,138
+1
-
10 Jul 2011 1:51 PM
Jump to post Thread: localStorage pagination? by manilodisan
- Replies
- 1
- Views
- 883
I have a very basic app in extjs with a localstorage type proxy. Problem is that I can't use paging to reduce my results in the grid. It always loads all records no matter what limit i set:
... -
7 Jul 2011 7:40 AM
- Replies
- 24
- Views
- 5,037
It's 4.0.2a now. Till 4.0.4 it could be a long way. 4.0.2b, 4.0.3a, 4.0.3b and so on. Can't you at least provide a piece of code we can use to move on with our applications?
-
25 May 2011 3:23 AM
Jump to post Thread: REST api saving data by manilodisan
- Replies
- 2
- Views
- 711
Tried that, doesn't work unfortunately.
-
25 May 2011 2:09 AM
Jump to post Thread: REST api saving data by manilodisan
- Replies
- 2
- Views
- 711
I'm saving a user to my server's database using rest services (POST). The user gets sent and saved allright in my db but the response is not interpreted right and the execution stops. Searched over...
-
20 May 2011 2:15 PM
- Replies
- 0
- Views
- 372
I have a User model which hasMany Orders and many Articles. If I want to delete a User record I go by record.remove() if I'm not mistaken but how do I delete all orders of this user for example?
... -
27 Apr 2011 2:49 PM
Jump to post Thread: How to set tree items id? by manilodisan
- Replies
- 0
- Views
- 659
I'm sending out a json like
[{"expanded":"true","text":"Servers","id":"servers","children":[.......
but the id I set never gets into the dom. Tree looks ok with all items and stuff but no id... -
23 Apr 2011 1:14 AM
Jump to post Thread: Controller Event question by manilodisan
- Replies
- 9
- Views
- 1,164
have the same problem in another thread for days. theres no documentation yet telling you how to reach a component. I believe it uses some type of css selector but can't get it working either. Maybe...
-
20 Apr 2011 9:02 AM
- Replies
- 1
- Views
- 1,132
I'm just starting to play with the new MVC structure and I have a small issue. I'm building a small admin menu on the left side with some panels and links inside those panels as an admin menu. How do...
Results 1 to 25 of 38
