sync
[roojs1] / Roo / bootstrap / Input.js
index 548e226..0a007f4 100644 (file)
@@ -1,13 +1,18 @@
 /*
  * - LGPL
  *
- * row
+ * Input
  * 
  */
+
 /**
  * @class Roo.bootstrap.Input
  * @extends Roo.bootstrap.Component
  * Bootstrap Input class
+ * @cfg {Boolean} disabled is it disabled
+ * @cfg {String} fieldLabel - the label associated
+ * @cfg {String} inputType button | checkbox | email | file | hidden | image | number | password | radio | range | reset | search | submit | text
+ * @cfg {String} name name of the input
  * @cfg {boolean} disabled is it disabled
  * @cfg {string} fieldLabel - the label associated
  * @cfg {string}  inputType - input / file submit ...
@@ -32,6 +37,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
     inputType : 'text',
     disabled : false,
     name : false,
+    placeholder: false,
     before : false,
     after : false,