Roo/bootstrap/Column.js
authorAlan Knowles <alan@roojs.com>
Wed, 15 Jan 2014 11:59:21 +0000 (19:59 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 15 Jan 2014 11:59:21 +0000 (19:59 +0800)
Roo/bootstrap/Column.js

index 232245d..c20c068 100644 (file)
@@ -3,7 +3,19 @@
  *
  * column
  * 
- */ 
+ */
+
+/**
+ * @class Roo.bootstrap.Column
+ * @extends Roo.bootstrap.Component
+ * Bootstrap Column class
+ * @cfg {number} colspan  Number of columsn to span
+ * 
+ * @constructor
+ * Create a new Column
+ * @param {Object} config The config object
+ */
+
 Roo.bootstrap.Column = function(config){
     Roo.bootstrap.Column.superclass.constructor.call(this, config);
 };