Search Type: Posts; User: nickweavers
Search: Search took 0.02 seconds.
-
4 Apr 2011 12:33 AM
- Replies
- 2
- Views
- 757
After quite a bit of googling, I found this which answers my question and solved my problem : http://www.sencha.com/learn/Manual:Core:Working_with_JSON. As usual (in the early hours of the morning) I...
-
3 Apr 2011 6:12 PM
- Replies
- 2
- Views
- 757
I found if I remove the query string from the url it works. The problem is that my server scripts have a single entry point called index.php (I'm using Joomla) which contains a router. It decodes the...
-
3 Apr 2011 5:43 PM
- Replies
- 2
- Views
- 757
I have an editorGridPanel that uses the checkboxSelectionModel and I want to pass all selected rows back to the server when a tbar button is clicked. For this I'm trying to use an ajax request in my...
-
3 Apr 2011 4:35 PM
- Replies
- 2
- Views
- 1,158
Found answer here: http://notepad2.blogspot.com/2009/11/extjs-checkboxselectionmodel-disable.html#comment-form. My thanks to Wilson for his blog post.
Extjs CheckboxSelectionModel: Disable Row... -
3 Apr 2011 10:32 AM
- Replies
- 2
- Views
- 1,158
I would like to use the CheckboxSelectionModel in my EditorGridPanel, but I don't want a row's checkbox to get checked by clicking any other field on the row except the checkbox column itself. Is...
-
28 Mar 2011 7:12 AM
- Replies
- 1
- Views
- 360
I am using a combo box as a grid cell editor and have have set loadMask: true in my grid store config, but when I click in the cell to get the combo box, I see a glitch that I guess is due to the...
-
28 Mar 2011 5:59 AM
- Replies
- 2
- Views
- 567
Thanks conorarmstrong, that was a good idea and I used it like this:
listeners: {
beforeedit: function(e) {
// For each cell that gets edited, check to see if it is the employee
... -
25 Mar 2011 2:28 AM
- Replies
- 2
- Views
- 567
I have a grid that allows entry of job assignments for an event at a future date shown here
http://www.achilleus.co.uk/sencha_forum_images/assignment_grid.jpg
For each row that is created, a job... -
25 Mar 2011 1:08 AM
- Replies
- 2
- Views
- 693
I return this:
{"success":true,"totalCount":"0","rows":[]} -
6 Feb 2011 1:20 PM
- Replies
- 6
- Views
- 1,387
Hi Miklós
You are right, I tried again and got it. Not sure why it failed the first time.
Thanks for letting me know.
Nick -
6 Feb 2011 12:50 PM
- Replies
- 6
- Views
- 1,387
Hi, I just discovered the video on the Sencha site. The moviestore.zip seems to have been taken down again though :(
Does anyone have a copy they could share with me?
TIA,
Nick -
19 Oct 2010 12:09 PM
- Replies
- 26
- Views
- 11,162
Just like to add my thanks for the very helpful webinar. I look forward to being able to see the recording as there are many bits I would like to watch over again (and possible again and again! :) )
-
29 Jun 2010 11:15 AM
Jump to post Thread: How do I detect a form reset? by nickweavers
- Replies
- 7
- Views
- 1,381
Right, thanks. Yes, it was my problem.
-
29 Jun 2010 7:21 AM
Jump to post Thread: How do I detect a form reset? by nickweavers
- Replies
- 7
- Views
- 1,381
Sorry, I was wrong and didn't state clearly what I wanted to do. Using the override means the reset event is visible to my listener:
NS2.employeeJobInfoForm.getForm().on('reset', function... -
29 Jun 2010 5:36 AM
Jump to post Thread: How do I detect a form reset? by nickweavers
- Replies
- 7
- Views
- 1,381
Works a treat!
Many thanks Nige. -
29 Jun 2010 3:58 AM
Jump to post Thread: How do I detect a form reset? by nickweavers
- Replies
- 7
- Views
- 1,381
Thanks for your help. Do you mean that Ext doesn't provide a way to listen for the form reset event? Submit and Reset are both recognised javascript form events right? Is the "interceptor function"...
-
29 Jun 2010 3:08 AM
Jump to post Thread: How do I detect a form reset? by nickweavers
- Replies
- 7
- Views
- 1,381
I looked at the API but still wasn't sure how to do this. I also searched the forums and found this thread...
-
22 Jun 2010 3:07 AM
- Replies
- 8
- Views
- 886
Yes. Can imagine scenario's this would not work well with. What if the the store is remote and the resultset row corresponding to the sm selected row has been deleted in another element (say a form)...
-
21 Jun 2010 5:52 AM
- Replies
- 12
- Views
- 1,766
Excellent. Thanks.
-
21 Jun 2010 5:15 AM
- Replies
- 12
- Views
- 1,766
Thanks Condor.
Not sure what the general consensus would be, but to me it would seem more intuitive if fieldsets did inherit the trackLabels property from the parent form. Otherwise a note in the... -
21 Jun 2010 3:16 AM
- Replies
- 12
- Views
- 1,766
I have the form
employeeJobInfoForm = new Ext.form.FormPanel({
title: 'Job Info',
region: 'center',
itemId: 'employeeJobInfoForm',
layoutConfig: {
... -
19 Jun 2010 1:44 PM
- Replies
- 5
- Views
- 1,329
Spot on.
{"success":true,"totals":"0","rows":[]} Causes the event to fire.
I did try adding an exeption handler at one point, but must have coded it up wrongly as it didn't appear to fire either.... -
19 Jun 2010 12:25 PM
- Replies
- 5
- Views
- 1,329
I did try the listener you suggested, but I found that if my response looked like this
... -
19 Jun 2010 8:36 AM
- Replies
- 5
- Views
- 1,329
I have a JSON store who's remote load may return a zero records response
{"success":true,"totals":"0","rows":null}
How do I test for this?
I tried just using the getTotalCount() right after... -
5 Apr 2010 1:12 PM
- Replies
- 7
- Views
- 801
If you are at all interested, the main code can be seen here: http://gist.github.com/356887
I'm afraid it's not well factored or organised.
The code is generated on the server and sent as a...
Results 1 to 25 of 106
