change input class to input-*, fixes

This commit is contained in:
vitalets
2012-12-04 17:45:50 +04:00
parent da89caf377
commit 242798ddd1
7 changed files with 17 additions and 12 deletions

@ -151,12 +151,12 @@ To create your own input you should inherit from this class.
tpl: '',
/**
CSS class automatically applied to input
@property inputclass
@type string
@default span2
@default input-medium
**/
inputclass: 'span2',
inputclass: 'input-medium',
/**
Name attribute of input