Commit 295493f7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add xtype information to header.

parent a9b89297
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ Ext.define('Docs.PageHeader', {
            this.tpl = new Ext.XTemplate(
                '<h1 class="{[this.getClass(values)]}">',
                    '<a href="source/{href}" target="_blank">{name}</a>',
                    '<tpl if="xtype">',
                        '<span>xtype: {xtype}</span>',
                    '</tpl>',
                '</h1>',
                {
                    getClass: function(cls) {