-
12 Oct 2007 1:05 PM #61
Config options I can't find any docs for..
Config options I can't find any docs for..
It seems like there is alot more config options for components than I can find in the Ext 2.0 docs. I can find many examples that uses: region, minSize, split, margins, el and contentEl. I think I have seen more too, and the advice I get if it's used in an example I should to, but it would be nice to know what these options do.. I've searched the forums and I can't find any relevant posts about it, but I've just started with Ext so I am sorry if this is something obvious I just don't get..
-
12 Oct 2007 1:19 PM #62
"shim" has a misspelling "opnly" -> "only"
Mike Giddens
=======================
Opportunity is missed by most people because it is dressed in overalls and looks like work - Thomas Edison
-
16 Oct 2007 5:30 AM #63
TabPanel Config items that do not apply.
TabPanel Config items that do not apply.
The docs for the TabPanel contain config items that do not apply to a tab panel
- header
- headerAsText
- title
NBRed5
www.NBRed5.com
-
16 Oct 2007 7:00 AM #64
insertButton
insertButton
In Ext.Toolbar, the "maybeArray" is badly truncated :
Code:insertButton( Number index, Object/Ext.Toolbar.Item/Ext.Toolbar.Button (may ) : Ext.Toolbar.Button/Item Inserts any Ext.Toolbar.Item/Ext.Toolbar.Button at the specified index. Inserts any Ext.Toolbar.Item/Ext.Toolbar.Button at the specified index. Parameters: * index : Number The index where the item is to be inserted * (may : Object/Ext.Toolbar.Item/Ext.Toolbar.Button be Array)} item The button, or button config object to be inserted.
-
17 Oct 2007 5:27 AM #65
The listeners configuration option is missing from Ext.util.Observable.
Aaron
-
18 Oct 2007 5:14 AM #66
With the exception of the redacted item above (which is now documented), none of these seems to be documented in beta1 but they're not addressed in this thread, either (e.g., listed in the lists of bugs or recommendations at the beginning, or rejected via a reply). Naturally everyone's very busy trying to get things out; have these reports been overlooked?
T.J. Crowder
tj / crowdersoftware / com
-
18 Oct 2007 5:18 AM #67
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
18 Oct 2007 6:42 PM #68
Ext.data.Field is very important but it is not in the documentation.
I had to create my own notes on name, mapping, convert because none existed. Also, mapping and convert are not that useful on Array based stores since it requires you to put the field index (as opposed to the field name) in the mapping value. (Since convert uses the mapping value, it becomes equally underused. )
-
19 Oct 2007 1:20 AM #69
-
19 Oct 2007 1:47 AM #70
[2.0b1] BasicForm.onSubmit
[2.0b1] BasicForm.onSubmit
The summary for BasicForm talks about overriding the onSubmit method if you want to do a "normal" form submission, but the onSubmit method isn't documented and is marked "private" in the source.
T.J. Crowder
tj / crowdersoftware / com


Reply With Quote

