Roo/doc/Section.js
authorAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2016 02:56:53 +0000 (10:56 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2016 02:56:53 +0000 (10:56 +0800)
Roo/doc/Section.js

index 3bab1f8..be6016c 100644 (file)
@@ -36,7 +36,7 @@ Roo.extend(Roo.doc.Section, Roo.bootstrap.Component,  {
                 {
                     tag: 'h1',
                     cls : 'title',
-                    html : this.stype.charAt(0).toUpperCase() + this.stype.slice(1) //ucfirst
+                    html : Roo.doc.Section.map[this.stype] 
                 }
             ]
         };