-
13 Nov 2007 12:30 PM #131
-
13 Nov 2007 12:33 PM #132
Fine. However, my issue is that there seem to be numerous discrepencies between the docs and the actual components. For example, if I create a fieldset (or panel) and use Ext.get() to attach to it, there is no disable() method listed for the component, dispite it being present in the docs.
-
13 Nov 2007 1:15 PM #133
-
13 Nov 2007 7:24 PM #134
Class Ext.Updater
There is something wrong with the formatting for the update method (this is different from what has already been mentioned). Look at the params option in the options object:
I think it might be just an issue with the "<" brackets in the source.Code:If tt>true any <>script> tags embedded in the response text will be extracted and executed. ....
Second, I think there are some options for the update method that appear to be missing. Just reviewing the example below the options, you can see discardUrl, nocache, text and scripts is missing. The indentation of the options that are present is not quite right too.
Third, there is a minor typo in the update example:
Fourth, take a look at the code in the Usage section at the very top of the Ext.Updater page. It has a line of code that looks like this:Code:scripts: false // Save time by avoiding RexExp execution.
It doesn't look like that parameter pattern is supported by the update docs. Either the example is wrong or the update method docs are missing something.Code:mgr.update("http://myserver.com/index.php", "param1=1¶m2=2");
-
13 Nov 2007 7:30 PM #135
Class Ext.Updater
The return value for the constructor is missing. There is a bullet point present but no text follows.
-
13 Nov 2007 7:37 PM #136
Class Ext.Element
Since it's optional, can the default value for the loadScripts parameter in the update method be specified?
-
13 Nov 2007 7:45 PM #137
Class Ext.data.Connection
99% of the request method's text is in bold. Possible missing closing bold tag?
-
14 Nov 2007 8:11 AM #138
RowExpander
RowExpander
couldn't find any info about the grid RowExpander even with the search button
-
14 Nov 2007 10:04 AM #139Tim Ryan
Read BEFORE posting a question / BEFORE posting a Bug
Use Google to Search - API / Forum
API Doc (4.x | 3.x | 2.x | 1.x) / FAQ / 1.x->2.x Migration Guide / 2.x->3.x Migration Guide
-
14 Nov 2007 11:14 AM #140
Jul, none of the constructor documentation sections specifies a return value - check all the other constructors.
The formatting problems are fixed in SVN.



Reply With Quote