Search Type: Posts; User: rvaibhav
Search: Search took 0.02 seconds.
-
7 Nov 2011 10:34 PM
- Replies
- 7
- Views
- 1,834
In reader root : articles and writer root:data . Try putting root:articles in writer
-
7 Nov 2011 10:28 PM
- Replies
- 13
- Views
- 7,423
Try this...
http://www.sencha.com/blog/using-ext-loader-for-your-application/ -
7 Nov 2011 4:09 AM
- Replies
- 13
- Views
- 7,423
Pandora Example Demo
HTH,
Vaibhav -
5 Nov 2011 7:25 PM
- Replies
- 13
- Views
- 7,423
I don't know why it is not working for you. I'll upload the working code and share with you.
-
18 Oct 2011 8:42 AM
- Replies
- 13
- Views
- 7,423
Guys! added one more example. GitHub Code link in the first post
Regards,
Vaibhav -
16 Oct 2011 9:59 PM
Jump to post Thread: ExtJs 4 + PHP + MySQL by rvaibhav
- Replies
- 4
- Views
- 2,442
You can use PHP script to query data from mySQL and use json_encode to return that data.
-
16 Oct 2011 9:43 PM
Jump to post Thread: MVC 3 views in 1 controller by rvaibhav
- Replies
- 6
- Views
- 795
I'm assuming that viewport is your container view. You have two panels horizontally aligned in center region.
Ext.define('....'{
.
.
. -
13 Oct 2011 8:01 PM
- Replies
- 6
- Views
- 1,710
Yes..firewall must be blocking DELETE verb. I tried setting X-HTTP-method-override but no success...the code works from other machine perfectly...so ignoring delete operation on my machine...thank...
-
13 Oct 2011 10:42 AM
- Replies
- 6
- Views
- 1,710
Request URL:
http://dev.sencha.com/deploy/ext-4.0.0/examples/restful/app.php/users/4?_dc=1318530616006
Request Headersview source
Content-Type:
application/json
Origin:... -
13 Oct 2011 10:11 AM
- Replies
- 6
- Views
- 1,710
Yes I my server side code does implement DELETE verb.
I checked with chrome ..status is "Cancelled".
Have you tried the above mentioned example in firefox+firebug.? -
13 Oct 2011 10:05 AM
Jump to post Thread: Empty gride (Help) by rvaibhav
- Replies
- 2
- Views
- 304
1. Extra closing bracket for onReady
2. Typo
I think for rest proxy you don't need method -
13 Oct 2011 9:28 AM
- Replies
- 6
- Views
- 1,710
[CLOSED] FIREWALL ISSUE
Hi,
I was creating CRUD grid with rest proxy and asp.net mvc3 as rest service provider. I could achieve GET, PUT, POST operations but DELETE is causing some issue.... -
4 Oct 2011 10:09 PM
- Replies
- 13
- Views
- 7,423
yeah definitely will work on that..thanks for your feedback.
-
4 Oct 2011 5:12 AM
- Replies
- 13
- Views
- 7,423
UPDATE :
Added ExtJS MVC +ASP.NET MVC3 +CRUD +REST Example
CODE
DEMO
Regards, -
18 Aug 2011 4:27 AM
- Replies
- 14
- Views
- 2,424
nobody's listening :s
-
25 Jul 2011 8:10 PM
- Replies
- 14
- Views
- 2,424
For me the problem is more severe. I cannot disable grid events as I need them.
I'm using cellEditing plugin. So when I disable mousedown, it works for non-editable cells. But when I click editable... -
11 Jul 2011 1:53 AM
- Replies
- 8
- Views
- 2,382
Dev team any update on this particular issue?
-
11 Jul 2011 1:52 AM
- Replies
- 2
- Views
- 888
I am also facing the same problem. Can someone tell what's happening with FF? Is there any config setting for FF for Ajax Requests to work ?
-
23 Jun 2011 6:29 AM
- Replies
- 8
- Views
- 2,382
same here.
I also get the same error. Whenever I check uncheck the column , I get above mentioned error. -
16 Jun 2011 11:42 PM
- Replies
- 0
- Views
- 359
Has anybody done something like this before?
I need a selector string to select underlying html input element of grid editor in controller
this.control({
'grid textfield': //selector for... -
20 May 2011 11:16 PM
- Replies
- 5
- Views
- 2,837
try this in your proxy:
model:'YourApp.model.ModelName' -
15 May 2011 9:24 PM
- Replies
- 0
- Views
- 1,213
[SOLVED] Sorry for the inconvenience
-
28 Sep 2010 6:06 AM
- Replies
- 0
- Views
- 1,006
Hi,
I want to set the value of cell being edited to some custom string depending upon key passed to keydown event.
e.g. if user presses 'c', the cell will contain string 'Completed' automatically...
Results 1 to 23 of 23
