Search Type: Posts; User: thomyorke
Search: Search took 0.02 seconds.
-
10 Mar 2011 8:58 PM
- Replies
- 1
- Views
- 1,052
I can load stores fine w/ JSON that has field names that match the field names in models as such:
{
"data": [
{
"value1": "1",
"value2": "2",
... -
12 Jan 2011 2:01 PM
Jump to post Thread: Form Submit Timeouts by thomyorke
- Replies
- 7
- Views
- 2,032
Yeah, I got that far and saw that, but couldn't get the syntax correct.
I'm sure this is totally wrong, but this is what I came up with, if you can lend a hand on this, I'd appreciate it!
{... -
11 Jan 2011 10:50 AM
- Replies
- 3
- Views
- 921
Noticed this too. Works fine on iOS devices though.
-
11 Jan 2011 10:46 AM
Jump to post Thread: Form Submit Timeouts by thomyorke
- Replies
- 7
- Views
- 2,032
bump
-
10 Jan 2011 4:41 PM
Jump to post Thread: Form Submit Timeouts by thomyorke
- Replies
- 7
- Views
- 2,032
There's quite a bit of logic on the back-end for this form submission, plus this is currently running in our QA environment, which isn't as speedy as production.
Hopefully someone can shed some... -
10 Jan 2011 1:24 PM
Jump to post Thread: Form Submit Timeouts by thomyorke
- Replies
- 7
- Views
- 2,032
I'm submitting a form via AJAX and it seems to be timing out after 30 seconds. Checked the API, didn't see a timeout property for the FormPanel class, how would I go about increasing it from 30...
-
6 Jan 2011 1:41 PM
- Replies
- 6
- Views
- 1,146
Couldn't the user simply look at your .js file and see that you're redirecting to another document, which they could then plug in manually?
Isn't it safer to just create your secured section... -
6 Jan 2011 11:22 AM
Jump to post Thread: Getting text of a select. by thomyorke
- Replies
- 5
- Views
- 746
Thanks for the help. I slightly modified your example and it worked great.
{
xtype: 'select',
name: 'test',
label: 'Test',
... -
5 Jan 2011 2:45 PM
Jump to post Thread: Getting text of a select. by thomyorke
- Replies
- 5
- Views
- 746
did you ever figure this one out?
-
4 Jan 2011 4:12 PM
- Replies
- 11
- Views
- 18,720
Bueller?
-
4 Jan 2011 11:28 AM
- Replies
- 2
- Views
- 1,158
This worked, thanks for the help :)
-
4 Jan 2011 11:23 AM
- Replies
- 0
- Views
- 580
I'm trying to toggle a fieldset's HIDDEN property when a value of SELECTFIELD is toggled outside of this fieldset, but within the same form. Is this possible?
{
... -
3 Jan 2011 2:15 PM
- Replies
- 2
- Views
- 1,158
I have a select field. When the user selects an option, I'd like to change the label of a separate form field based on the option the user selects.
I notice there's no "setValue" method for form... -
3 Jan 2011 1:21 PM
Jump to post Thread: Multiple Column Form by thomyorke
- Replies
- 4
- Views
- 1,067
having the same problem. Did you ever resolve this?
Results 1 to 14 of 14
