This commit is contained in:
vitalets
2013-10-01 23:55:37 +04:00
parent 3b4be4f32d
commit ca9c87afcd
26 changed files with 16 additions and 16 deletions

@ -2456,9 +2456,9 @@ To create your own input you can inherit from this class.
inputclass: null,
/**
If `true` - html will be escaped in content of element via $.text() method.
If `false` - html will not be escaped, $.html() used.
When you use own `display` function, this option has no influence.
If `true` - html will be escaped in content of element via $.text() method.
If `false` - html will not be escaped, $.html() used.
When you use own `display` function, this option obviosly has no effect.
@property escape
@type boolean