Search Type: Posts; User: RutgerB
Search: Search took 0.02 seconds.
-
14 Dec 2011 9:23 AM
Jump to post Thread: Ext.List with deep nested json by RutgerB
- Replies
- 4
- Views
- 646
It might not be the most elegant solution. But right now I change the store on my Ext.List on the load event from the store to this:
mylist.setStore(store.first().kidsStore)
This sets the... -
13 Dec 2011 3:32 AM
Jump to post Thread: Ext.List with deep nested json by RutgerB
- Replies
- 4
- Views
- 646
I'm not using a Ext.NestedList, but a normal Ext.List.
I'm loading nested data according to the Loading Nested Data example in the guide here... -
12 Dec 2011 12:46 PM
Jump to post Thread: Ext.List with deep nested json by RutgerB
- Replies
- 4
- Views
- 646
I have the following JSON:
{
"root": {
name: "test parent",
kids: [
{
id: 1, -
8 Dec 2011 3:04 PM
Jump to post Thread: Project Viewer / "Emulator" by RutgerB
- Replies
- 3
- Views
- 818
How do you take in account the iPhone screensize when viewing in chrome?
-
8 Dec 2011 1:12 PM
Jump to post Thread: Project Viewer / "Emulator" by RutgerB
- Replies
- 3
- Views
- 818
Hi,
In the Sencha Touch 2.0 Docs there is a really nice Example viewer with an option to switch between landscape and portrait and between phone and tablet.
I would like to use something like... -
20 Sep 2011 3:02 AM
Jump to post Thread: Ext Core 4? by RutgerB
- Replies
- 13
- Views
- 6,719
Seconded.
-
17 Sep 2008 1:58 AM
- Replies
- 1
- Views
- 1,162
Hi, see Example
When using
standardSubmit:true
The set url does not get used, the form instead is submitted to the form url
url:'action.html' -
9 Oct 2007 12:06 AM
- Replies
- 1
- Views
- 2,605
Hey,
When using a certain dateformat (named months ie.) and using dutch localization you cannot set a date because it pops back to 1970 after it loses focus.
Check out the demo here:
... -
8 Oct 2007 11:44 PM
Jump to post Thread: DateField problem by RutgerB
- Replies
- 2
- Views
- 1,132
Have you tried removing:
disabledDates: 'dates disabled atm'
I would assume it somehow gets interpreted as those disabled dates -
17 Sep 2007 10:38 AM
- Replies
- 0
- Views
- 598
Hi,
I've searched the forums for some time now regarding this problem, but have been unable to find a solution.
It has plagued me for time now so I hope someone can point out a solution. I know I... -
10 Sep 2007 1:43 PM
- Replies
- 8
- Views
- 1,596
I had the same problem with the href not working with the following code:
// initialize the View
this.view = new Ext.JsonView(this.panel.el, this.newsItemTemplate, {
singleSelect: true,... -
5 Aug 2007 11:35 AM
Jump to post Thread: Comet revisited by RutgerB
- Replies
- 45
- Views
- 33,273
It would indeed be great to have a Comet helper in extjs
-
28 Jun 2007 4:27 PM
Jump to post Thread: Json form by RutgerB
- Replies
- 6
- Views
- 2,574
You're right thnx, I just copied the example in my first post to make the things I was missing clear but forgot about the success boolean.
-
28 Jun 2007 12:20 PM
Jump to post Thread: Json form by RutgerB
- Replies
- 6
- Views
- 2,574
thanks! I've got it working too now, I can't believe if was such a simple thing.
For other readers, as trbot said, JSON data should look like this:
{
"success":true,
"product":[{ ... -
28 Jun 2007 6:59 AM
- Replies
- 10
- Views
- 5,930
I'm having the same problem here: json form
-
28 Jun 2007 5:48 AM
Jump to post Thread: Json form by RutgerB
- Replies
- 6
- Views
- 2,574
Mm, that didn't seem to be the problem.
I've set up an xml and json example, the xml one works (just as the documentation example) but the json doesn't.
Demo: http://www.rutgerb.com/form_test
... -
27 Jun 2007 10:29 AM
Jump to post Thread: Json form by RutgerB
- Replies
- 6
- Views
- 2,574
Hi,
I'm trying to load JSON data in a form in a similair maner as is done in this example http://extjs.com/deploy/ext/examples/form/xml-form.html offcourse I'm using a JSON data source.
Here's... -
5 Jun 2007 4:14 PM
Jump to post Thread: TextField password with emptytext by RutgerB
- Replies
- 0
- Views
- 1,055
Not really much of a problem but since extjs is so refined this might aswell be added too:
new Ext.form.TextField({
fieldLabel: 'Password',
emptyText: 'Enter...
Results 1 to 18 of 18
