Roo/bootstrap/NavProgressItem.js
authoredward <edward@roojs.com>
Thu, 10 Mar 2016 07:22:07 +0000 (15:22 +0800)
committeredward <edward@roojs.com>
Thu, 10 Mar 2016 07:22:07 +0000 (15:22 +0800)
Roo/bootstrap/NavProgressItem.js

index 7d6e5a5..7f4c1fd 100644 (file)
@@ -11,8 +11,8 @@
  * Bootstrap NavProgressItem class
  * @cfg {Boolean} active (true|false) Is item active default false
  * @cfg {Boolean} disabled (true|false) Is item active default false
- * @cfg {String} tHtml Text at the top
- * @cfg {String} bHtml Text at the bottom
+ * @cfg {String} top Text at the top
+ * @cfg {String} bottom Text at the bottom
  * @cfg {String} icon show icon instead of number
  * 
  * @constructor
@@ -46,8 +46,8 @@ Roo.extend(Roo.bootstrap.NavProgressItem, Roo.bootstrap.Component,  {
     
     active : false,
     disabled : false,
-    html : '',
-    position : 'bottom',
+    top : '',
+    bottom : '',
     icon : false,
     
     getAutoCreate : function()