X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/src/Component.js diff --git a/src/Component.js b/src/Component.js index b467f456..8e032b67 100644 --- a/src/Component.js +++ b/src/Component.js @@ -1,3 +1,17 @@ +/* + +This file is part of Ext JS 4 + +Copyright (c) 2011 Sencha Inc + +Contact: http://www.sencha.com/contact + +GNU General Public License Usage +This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. + +If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. + +*/ /** * @class Ext.Component * @extends Ext.AbstractComponent @@ -105,9 +119,10 @@ piechart {@link Ext.chart.series.Pie} *

*

The Component above creates its encapsulating div upon render, and use the configured HTML as content. More complex * internal structure may be created using the {@link #renderTpl} configuration, although to display database-derived mass - * data, it is recommended that an ExtJS data-backed Component such as a {Ext.view.DataView DataView}, or {Ext.grid.Panel GridPanel}, - * or {@link Ext.tree.Panel TreePanel} be used.

+ * data, it is recommended that an ExtJS data-backed Component such as a {@link Ext.view.View View}, or + * {@link Ext.grid.Panel GridPanel}, or {@link Ext.tree.Panel TreePanel} be used.

* @constructor + * Creates new Component. * @param {Ext.core.Element/String/Object} config The configuration options may be specified as either: *