X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/LegendItem.html diff --git a/docs/source/LegendItem.html b/docs/source/LegendItem.html index 73c6759b..036d4c79 100644 --- a/docs/source/LegendItem.html +++ b/docs/source/LegendItem.html @@ -1,8 +1,24 @@ -
+ +/** - * @class Ext.chart.LegendItem + + + + +\ No newline at end of file +});The source code + + + + + + +/** + * @class Ext.chart.LegendItem * @extends Ext.draw.CompositeSprite * A single item of a legend (marker plus label) - * @constructor */ Ext.define('Ext.chart.LegendItem', { @@ -24,7 +40,7 @@ Ext.define('Ext.chart.LegendItem', { this.createLegend(config); }, - /** + /** * Creates all the individual sprites for this legend item */ createLegend: function(config) { @@ -166,7 +182,7 @@ Ext.define('Ext.chart.LegendItem', { me.updatePosition({x:0, y:0}); //Relative to 0,0 at first so that the bbox is calculated correctly }, - /** + /** * Update the positions of all this item's sprites to match the root position * of the legend box. * @param {Object} relativeTo (optional) If specified, this object's 'x' and 'y' values will be used @@ -208,4 +224,6 @@ Ext.define('Ext.chart.LegendItem', { } } } -});