Search Type: Posts; User: carol.extjs
Search: Search took 0.02 seconds.
-
10 Jul 2008 1:16 PM
Jump to post Thread: Newbie JSON Reader Problem by carol.extjs
- Replies
- 11
- Views
- 2,134
The data does load with an ArrayReader (SimpleStore uses an ArrayReader). I chopped down examples/array-grid.js like this and four rows of presidents load into grid:
Ext.onReady(function(){... -
10 Jul 2008 11:47 AM
Jump to post Thread: help me in login by carol.extjs
- Replies
- 22
- Views
- 3,000
Sorry, but no I do not understand. I do not know what code + html you are using together and what error you are currently getting. If you provide a drop in example we could try running it.
The... -
10 Jul 2008 7:15 AM
- Replies
- 4
- Views
- 2,887
That is ext 1.1 code.
If you take a look at the migration guide you will see it is not compatible with 2.x code.
http://extjs.com/learn/Ext_1_to_2_Migration_Guide -
10 Jul 2008 6:57 AM
Jump to post Thread: Problem with Form problems by carol.extjs
- Replies
- 5
- Views
- 993
I was not saying anything about your coding; in no way did I assume that that is what your code looks like in your source files. I am sorry you took offense to my post. I was merely indicating that...
-
10 Jul 2008 6:50 AM
- Replies
- 5
- Views
- 1,157
Try something and see what it looks like.
-
10 Jul 2008 6:48 AM
Jump to post Thread: jsonstore loading by carol.extjs
- Replies
- 17
- Views
- 4,351
Where you are now including ext-all.js, just replace that with ext-all-debug.js.
Instead of something like this (your path reference may be different):
<script type="text/javascript"... -
10 Jul 2008 6:30 AM
Jump to post Thread: Problem with Form problems by carol.extjs
- Replies
- 5
- Views
- 993
No one is going to read that code. Please post properly indented code.
-
10 Jul 2008 6:21 AM
Jump to post Thread: help me in login by carol.extjs
- Replies
- 22
- Views
- 3,000
Sorry, but I don't understand this sentence. Not sure who or what you are talking about. Is the error trying to do Ext.fly('extlocale') still an issue? I finally see what you were trying to do there.
-
10 Jul 2008 6:02 AM
- Replies
- 2
- Views
- 794
Need to define
valueField
displayField
possibly hiddenId/hiddenName -
10 Jul 2008 5:16 AM
- Replies
- 3
- Views
- 721
You already posted this question...
http://extjs.com/forum/showthread.php?p=192258
Why do you want to do that? -
10 Jul 2008 5:13 AM
Jump to post Thread: help me in login by carol.extjs
- Replies
- 22
- Views
- 3,000
QUIT YELLING! IF YOU KEEP POSTING IN ALL CAPS I WILL STOP RESPONDING! It is really hard to read and is considered rude.
OK, back to the questions...
In your previous post you said you get... -
9 Jul 2008 7:50 PM
- Replies
- 7
- Views
- 1,156
Try Ext.grid.EditorGridPanel
-
9 Jul 2008 7:09 PM
Jump to post Thread: GridPanel not working in IE! by carol.extjs
- Replies
- 3
- Views
- 1,173
http://jslint.com:
Problem at line 33 character 80: Extra comma.
{header:"region", width:200, dataIndex:'region', sortable:true, hideable:false},
], -
9 Jul 2008 8:57 AM
- Replies
- 8
- Views
- 1,623
Why don't you tell us what you are trying to accomplish?
-
9 Jul 2008 8:43 AM
Jump to post Thread: problem in Editor Grid. by carol.extjs
- Replies
- 5
- Views
- 1,114
OK, now what is the problem?
-
9 Jul 2008 8:40 AM
Jump to post Thread: FieldSet problem with IE by carol.extjs
- Replies
- 5
- Views
- 2,816
Can you provide code we can drop in an examples folder?
The only thing I saw with my non-expert eyes is that this looks wrong (TextField with xtype "numberfield"):
new... -
9 Jul 2008 8:32 AM
Jump to post Thread: help me in login by carol.extjs
- Replies
- 22
- Views
- 3,000
I don't see 'extlocale' in any of the code you posted, where is it supposed to find that from?
-
9 Jul 2008 8:25 AM
Jump to post Thread: problem in Editor Grid. by carol.extjs
- Replies
- 5
- Views
- 1,114
Please post your code in code or php tags.
-
9 Jul 2008 7:22 AM
Jump to post Thread: help me in login by carol.extjs
- Replies
- 22
- Views
- 3,000
Please don't shout at us (all uppercase == shouting). You've got to be kidding when you say people don't participate much!
3. I haven't looked at the localization stuff, I'll leave that to someone... -
9 Jul 2008 6:59 AM
- Replies
- 1
- Views
- 631
That looks like 1.1 code.
http://extjs.com/learn/Ext_1_to_2_Migration_Guide -
9 Jul 2008 6:57 AM
Jump to post Thread: Getting Data in Paging Grid by carol.extjs
- Replies
- 13
- Views
- 1,712
I get invalid json error at http://jsonlint.com. Why is it wrapped in parentheses?
-
9 Jul 2008 6:40 AM
- Replies
- 4
- Views
- 929
My best guess with no code posted is to look for trailing commas. Try checking your code at http://jslint.com.
-
9 Jul 2008 6:33 AM
Jump to post Thread: help me in login by carol.extjs
- Replies
- 22
- Views
- 3,000
1. layout issues... what browser are you using? what version of extjs? Are you using a doctype in your html?
I tried IE7, FF 2.0.0.15, Opera 9.51 and it doesn't look like yours (the button is not... -
8 Jul 2008 12:10 PM
- Replies
- 18
- Views
- 2,782
Have you read the API descriptions of these?
http://extjs.com/deploy/dev/docs/?class=Ext.Panel -
8 Jul 2008 11:52 AM
Jump to post Thread: check all when button clicked by carol.extjs
- Replies
- 22
- Views
- 3,527
Add a handler to the button configs.
Results 1 to 25 of 49
