X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/ComponentLoader.html diff --git a/docs/source/ComponentLoader.html b/docs/source/ComponentLoader.html index c47cd06d..a6b690af 100644 --- a/docs/source/ComponentLoader.html +++ b/docs/source/ComponentLoader.html @@ -38,11 +38,11 @@ * configuration in conjunction with a {@link Ext.Component#tpl}. * * ## Component Renderer - * This renderer can only be used with a {@link Ext.Container} and subclasses. It allows for + * This renderer can only be used with a {@link Ext.container.Container} and subclasses. It allows for * Components to be loaded remotely into a Container. The response is expected to be a single/series of * {@link Ext.Component} configuration objects. When the response is received, the data is decoded - * and then passed to {@link Ext.Container#add}. Using this renderer has the same effect as specifying - * the {@link Ext.Container#items} configuration on a Container. + * and then passed to {@link Ext.container.Container#add}. Using this renderer has the same effect as specifying + * the {@link Ext.container.Container#items} configuration on a Container. * * ## Custom Renderer * A custom function can be passed to handle any other special case, see the {@link #renderer} option.