comments for docs

This commit is contained in:
vitalets
2012-11-15 22:29:56 +04:00
parent 2b9b6e7bd5
commit fc7095d6ee
10 changed files with 183 additions and 53 deletions

@ -115,7 +115,7 @@ To create your own input you should inherit from this class.
Abstract.defaults = {
/**
HTML template of input
HTML template of input. Normally you should not change it.
@property tpl
@type string
@ -127,7 +127,7 @@ To create your own input you should inherit from this class.
@property inputclass
@type string
@default 'span2'
@default span2
**/
inputclass: 'span2',
/**