-
25 Mar 2008 8:45 AM #271
I have also verified this, and the failure handler gets invoked for for both transmission errors and form field errors.
Slightly OT, are there any plans to set a public bug database for documentation errors? (kind of similar to YUI). Sometimes is hard to keep track if a bug has been reported before in this forum.
-
25 Mar 2008 11:26 AM #272
Component: Ext.form.FormPanel
Component: Ext.form.FormPanel
The documentation does not contain the url config option that is passed on to Ext.form.BasicForm.
Thanks,
Trixor
-
25 Mar 2008 10:05 PM #273
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
27 Mar 2008 1:21 AM #274
[2.0.2][FIXED] XML example from XmlReader documentation
[2.0.2][FIXED] XML example from XmlReader documentation
Hi, the documentation for XmlReader (Extjs 2.0) gives the following example for xml file:
But, according to my Firebug, this makes my XmlHttpRequest.responseXML have a lot of parser error and my grid doesnt show my data.Code:<?xml?> <dataset> <results>2</results> <row> <id>1</id> <name>Bill</name> <occupation>Gardener</occupation> </row> <row> <id>2</id> <name>Ben</name> <occupation>Horticulturalist</occupation> </row> </dataset>
I figured out that if I specify the XML header my XmlHttpRequest.responseXML is builden correctly.
So, the code:
works.Code:<?xml version="1.0" encoding="UTF-8"?> <dataset> <results>2</results> <row> <id>1</id> <name>Bill</name> <occupation>Gardener</occupation> </row> <row> <id>2</id> <name>Ben</name> <occupation>Horticulturalist</occupation> </row> </dataset>
If the XML header is really needed, so I think it is a case to change the documentation example.Last edited by mystix; 27 Mar 2008 at 1:55 AM. Reason: merged with main 2.x doc bugs thread (from 2.x Bugs)
-
27 Mar 2008 1:53 AM #275
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
29 Mar 2008 5:45 AM #276
The documentation for Class Ext.form.ComboBox's displayField and valueField is not 100% clear:
The default value for mode=local is not specified (rather than transforming a select)displayField : String
The underlying data field name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'text' if transforming a select)
-
31 Mar 2008 4:30 AM #277
typo :
in Class Ext.dd.DD
in Class Ext.tree.TreeDragZone
in Class Ext.dd.DDProxy
in Class Ext.dd.DragSource
scroll : boolean
When set to true, the utility automatically tries to scroll the browser window wehn a drag and drop element is dragged near the viewport boundary. Defaults to true.
-
31 Mar 2008 9:51 PM #278Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
Ext.tree.TreeSorter:
The sortType function has a single parameter: node (the text suggests the value of 'property')
-
31 Mar 2008 10:48 PM #279
-
2 Apr 2008 1:42 PM #280
DomHelper blog link
DomHelper blog link
http://extjs.com/deploy/dev/docs/out...DomHelper.html seems to lack a bit of usage/detail, instead deferring to:
The link to http://www.jackslocum.com/blog/2006/...-or-templates/ is no longer valid, returning a 404.For more information and examples, see the original blog post.
Fortunately, the WayBackMachine has an archive copy as of 2007-08-21, but it's REALLY slow: http://web.archive.org/web/200708211...-or-templates/Last edited by ziesemer; 2 Apr 2008 at 1:57 PM. Reason: Adding link to WayBackMachine



Reply With Quote


