-
19 Oct 2007 1:50 AM #71
[2.0b1] Unrendered links
[2.0b1] Unrendered links
Seemingly throughout the docs, I see things like this:
...rather than an actual link to the item listed. And yet in other places, the links work fine. I don't recall this from the alpha1 docs, but it's all over the beta1 docs. The Panel.header and Panel.footer properties are examples, but again, it's a general thing.Code:{@link Ext.Element Element}
BTW, you're doing great work on the docs, folks. Substantial improvements between alpha1 and beta1, really obvious progress.T.J. Crowder
tj / crowdersoftware / com
-
19 Oct 2007 12:13 PM #72
[2.0b1] Documentation - GroupingView : showGroupName
[2.0b1] Documentation - GroupingView : showGroupName
The showGroupName config option of GroupingView is incorrectly documented in the code and does not appear in the documentation.
GroupingView.js - line 54
should readCode:/** * @cfg {Boolean} hideGroupedColumn True to hide the column that is currently grouped */ showGroupName:true,
Code:/** * @cfg {Boolean} showGroupName True to show the group header in the group title. (defaults to true) */ showGroupName:true,Last edited by mystix; 19 Oct 2007 at 9:08 PM. Reason: merged with 2.x Doc Bugs Thread
-
21 Oct 2007 3:08 AM #73
added to the list under Misc/Requests.
fixed in 2.0b1a. not added to the list.
fixed in SVN. not added to the list.
added to the list under Misc/Requests.
added to the list under Misc/Requests.
added to the list under Class Ext.form.Action.
already added to the list under Misc/Requests (Class Ext.ComponentMgr).
added to the list under Examples.
added to the list under Class Ext.Panel.
[/QUOTE]
added to the list under Class Ext.form.ComboBox.
added to the list under Class Ext.Resizable.
fixed in 2.0b1a. not added to the list.
added to the list under Class Ext.grid.GroupingView.
added to the list under Tree.tree.TreeLoader.
added to the list under Class Ext.form.Action.
added to the list under Misc/Requests.
added to the list under Class Ext.Panel.
added to the list under Class Ext.TabPanel.
added to the list under Class Ext.Toolbar.
added to Class Ext.util.Observable.
added to the list under Class Ext.data.Field.
added to the list under Misc/Requests.
added to the list under All Classes.
already reported by @Jim McCabe in this post above: http://www.sencha.com/forum/showthread.php?p=72391. not added to the list.
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
21 Oct 2007 11:36 AM #74Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Forest Grove, OR
- Posts
- 1,038
- Vote Rating
- 0
There seems to be a parsing problem with Updater.update().
update( Object/String/Function url, [String/Object params], [Function callback], [Boolean discardUrl] ) : void
Performs an asynchronous request, updating this element with the response. If params are specified it uses POST, othe...
Performs an asynchronous request, updating this element with the response. If params are specified it uses POST, otherwise it uses GET.
NB: Due to the asynchronous nature of remote server requests, the returned data will not be available to the line immediately following the load() call. To process the returned data, use the callback option, or an {@link #event-update update} event handler.Jeff Howden
Ext JS - Support Team Volunteer
jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.
-
21 Oct 2007 11:39 AM #75Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Forest Grove, OR
- Posts
- 1,038
- Vote Rating
- 0
In JsonReader.readRecords()
Create a data block containing Ext.data.Records from an XML document.Jeff Howden
Ext JS - Support Team Volunteer
jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.
-
21 Oct 2007 10:32 PM #76Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Forest Grove, OR
- Posts
- 1,038
- Vote Rating
- 0
In /data/Connection.js:
Notice that a closing quote (") is missing from the HREF attribute. This causes some very interesting issues in the docs./**
* @event requestexception
* Fires if an error HTTP status was returned from the server.
* See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>HTTP Status Code Definitions</a>
* for details of HTTP status codes.
* @param {Connection} conn This Connection object.
* @param {Object} response The XHR object containing the response data.
* See <a href="http://www.w3.org/TR/XMLHttpRequest/">The XMLHttpRequest Object</a>
* for details.
* @param {Object} options The options config object passed to the {@link #request} method.
*/Jeff Howden
Ext JS - Support Team Volunteer
jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.
-
22 Oct 2007 2:28 PM #77
Missing definitions for inputValue
Missing definitions for inputValue
A search for "inputValue" in the documentation system returns two results form.Checkbox and form.Radio. However there is no definition for the "inputValue" attribute in either case.
-
22 Oct 2007 10:00 PM #78
[2.0b1] Here is a code snippet from GridPanel.js:
I think the problem speaks for itself...Code:/** * @cfg {Boolean} trackMouseOver True to highlight rows when the mouse is over. Default is false. */ trackMouseOver : true,
-
23 Oct 2007 5:39 AM #79
Minor version number need in online doc system.
Minor version number need in online doc system.
It would be nice if the online documentation system reported its minor version number in the top of page banner. This was the reason for my doc bug report above not having a version in the title.
Something like "Ext 2.0 (beta 1) - API Documentation"
-
23 Oct 2007 5:43 AM #80
[(2.0b1)] FormPanel.form definition missing
[(2.0b1)] FormPanel.form definition missing
Someone else mentioned that getForm() is missing but the contained BasicForm seems to be available as a public property as well but this is not documented.


Reply With Quote


