Search Type: Posts; User: rafaelrp
Search: Search took 0.02 seconds.
-
16 Jun 2013 11:38 AM
Jump to post Thread: Json Accentuation Problem by rafaelrp
- Replies
- 11
- Views
- 477
up! ~o)
-
16 Jun 2013 11:24 AM
- Replies
- 3
- Views
- 92
up! ~o)
-
9 Jun 2013 12:36 PM
Jump to post Thread: Json Accentuation Problem by rafaelrp
- Replies
- 11
- Views
- 477
Up! :)
-
7 Jun 2013 6:35 AM
- Replies
- 3
- Views
- 92
Here we go..
I have a view wih a bbar
bbar: {
items: [
{
id: 'empresaText',
text: this.getEmpStore.getAt(0).get(nome) -
6 Jun 2013 11:41 AM
- Replies
- 3
- Views
- 92
Hello!!
I have an Abstract Store and i need to get the data from this store, how i can do this???
on a simple store i can use store.getAt() but this doesn't work in abstractStore that ExtJS... -
5 Jun 2013 8:56 AM
- Replies
- 46
- Views
- 12,813
ExtjJS 4.2 with a lot of bugs, i will still use the 4.1 version that is more stable.
Thansk! ~o) -
2 Jun 2013 2:00 PM
Jump to post Thread: Json Accentuation Problem by rafaelrp
- Replies
- 11
- Views
- 477
But the json is already encoded, i need to decode the json correctly with the accentuation..
Thanks!~o)~o) -
31 May 2013 6:10 AM
Jump to post Thread: Json Accentuation Problem by rafaelrp
- Replies
- 11
- Views
- 477
PHP/5.4.7
-
31 May 2013 5:43 AM
Jump to post Thread: Json Accentuation Problem by rafaelrp
- Replies
- 11
- Views
- 477
I'm using json_decode on the php
-
29 May 2013 5:12 PM
Jump to post Thread: Json Accentuation Problem by rafaelrp
- Replies
- 11
- Views
- 477
The problem is the value in textfield is "Cláudia" but the value json send is "{"name":"Cl\u00e1udlia"}"
-
29 May 2013 3:08 PM
Jump to post Thread: Json Accentuation Problem by rafaelrp
- Replies
- 11
- Views
- 477
Hello!
My json is sending this string
data:
{"name":"Cl\u00e1udlia"} -
28 May 2013 4:51 AM
Jump to post Thread: Problem with Json Decode in PHP by rafaelrp
- Replies
- 3
- Views
- 135
I solved this problem using this functions
$jsonEncoded = stripslashes($_REQUEST['data']);
$arrayResponse = json_decode($jsonEncoded);
But i don't think is the best way...
The best way... -
27 May 2013 7:12 PM
Jump to post Thread: Problem with Json Decode in PHP by rafaelrp
- Replies
- 3
- Views
- 135
Hello!
I'm having a problem with json decode in my PHP server.. PHP5, linux
param:
data:{"cliId":""} -
22 May 2013 5:18 AM
- Replies
- 7
- Views
- 278
In the ExtJS 4.2.1 beta sencha corrected this error!
Thanks! ~o)~o) -
20 May 2013 10:05 AM
- Replies
- 46
- Views
- 12,813
Ah ok, i'll wait the update..
Thanks! ~o) -
20 May 2013 9:45 AM
- Replies
- 46
- Views
- 12,813
I've updated to 4.2.1 beta but the bug continues (crhome)...
43882 -
20 May 2013 12:34 AM
- Replies
- 7
- Views
- 278
up! :)
-
14 May 2013 3:18 PM
- Replies
- 7
- Views
- 278
up! :D
-
13 May 2013 10:25 AM
- Replies
- 4
- Views
- 155
In my "this.getServCliStore().create(values);" function i have a json response like this:
{"success":true,"message":"Success!"}
I need to get this response text and i need to show an alert,... -
13 May 2013 10:22 AM
- Replies
- 7
- Views
- 278
Hello!
in 4.2.. Thx! -
12 May 2013 5:16 PM
- Replies
- 7
- Views
- 278
up!
-
10 May 2013 12:03 PM
- Replies
- 46
- Views
- 12,813
how is the progress of this fix?
Thanks! -
10 May 2013 12:02 PM
- Replies
- 4
- Views
- 155
up! :)
-
10 May 2013 11:59 AM
- Replies
- 7
- Views
- 278
Hello!
I've a collapsed panel and some grinds into it, and when i click on a button, this panel expands and the stores of the grids will load.
The problem is that the Loading Message of the... -
9 May 2013 6:35 AM
- Replies
- 4
- Views
- 155
Hello!
I have a store that will have items inserted, how i can get the store response text and give an alert?
Here is the code
vincServ: function(button){
var win =...
Results 1 to 25 of 120
