-
Sencha User
example shows an Ext.widget
Where is the api doc for the Ext.widget? This is from the page:
http://docs.sencha.com/extjs/5.0/get..._to_extjs.html
Ext.widget({
renderTo : Ext.getBody(),
xtype : 'grid',
title : 'Grid',
width : 650,
height : 300,
plugins : 'rowediting',
store : {
fields : [ 'name', 'age', 'votes', 'credits' ],
data : [
[ 'Bill', 35, 10, 427 ], [ 'Fred', 22, 4, 42 ]
]
}
,
...
-
Those are the ExtJS 5 docs, this is an ExtJS 4 forum. The relevant docs for both versions are:
http://docs.sencha.com/extjs/4.2.1/#...-method-widget
http://docs.sencha.com/extjs/5.0/api...-method-widget
Both are easily found by typing 'widget' into the API docs search box.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules