Roo/bootstrap/Column.js
authorAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 05:11:28 +0000 (13:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 05:11:28 +0000 (13:11 +0800)
Roo/bootstrap/Column.js

index 9ee6714..d01c501 100644 (file)
  * @cfg {Number} sm colspan out of 12 for tablet-sized screens or 0 for hidden
  * @cfg {Number} md colspan out of 12 for computer-sized screens or 0 for hidden
  * @cfg {Number} lg colspan out of 12 for large computer-sized screens or 0 for hidden
+ * @cfg {String} alert (success|info|warning|danger) type alert (changes background / border...)
+ * @cfg {String} fa (ban|check|...) font awesome icon
+ * @cfg {String} icon (info-sign|check|...) glyphicon name
+
  * @cfg {String} html content of column.
  * 
  * @constructor