-
9 Aug 2008 7:55 AM #421
[implemented]
Missing "@" in HtmlEditor docs
/**
* Protected method that will not generally be called directly. If you need/want
* custom HTML cleanup, this is the method you should override.
* @param {String} html The HTML to be cleaned
* @return {String} The cleaned HTML
*/
-
10 Aug 2008 5:34 AM #422
Suggestion: Add this to FormPanel docs:
"FormPanel is required to have at least one item to render properly"
-
10 Aug 2008 9:33 PM #423
[implemented]
CheckBoxGroup is missing the 'items' config property.
Since it doesn't extend Container, this needs to be explicitly added.Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
11 Aug 2008 1:31 AM #424
[resolved]
In the FormPanel documentation, the sample code regarding the normal browser submission of the Ext Form does not work form for me. It is either wrong or incomplete.
-
11 Aug 2008 1:34 AM #425
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
11 Aug 2008 1:42 AM #426
[resolved]
That example code shouldn't be in there any more since the standardSubmit option was added.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
11 Aug 2008 1:56 AM #427
[resolved]
FormPanel overview section overhauled in light of 2.2 changes.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
11 Aug 2008 1:57 AM #428
Hi mystic,
I mean, it does not achieve the purpose to submit in a standard way a form to a server. In addition, it seems to be in contradiction with the documentation of the Ext.form.BasicForm class:
I would also like to say that this point should be completed. It seems intuitive to simply relies on the following properties of the Basicform:"To enable normal browser submission of an Ext Form, use the standardSubmit config option."
- standardSubmit
- url
- method
Unfortunately, this does not work. Url and method should be specified by the submit button. As it is not very intuitive (though it is a basic feature), I think it should be fully documented.
best regards,
Thierry Boileau
-
11 Aug 2008 4:35 AM #429
[not a doc bug]
Posted later in this topic:
Please, add to documentation:
To all classes:
1. xtype in header
Example:
2.since in headerClass Ext.form.ComboBox
Package: Ext.form
Defined In: Combo.js
Class: ComboBox
Subclasses: TimeField
Extends: TriggerField
Xtype: combo
Example:
Package: Ext
Defined In: StatusBar.js
Class: StatusBar
Extends: Toolbar
Since: 2.1P.S. Sorry my english.
-
11 Aug 2008 6:32 AM #430
Hello all,
I would like to report the fact that the "defaultAutoCreate" property is undocumented.
best regards,
Thierry Boileau



Reply With Quote
