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

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