$bgColorWarning =
[line 71]
for details about this var see the javascript class Bs_LimitedTextarea.class.js.
hash with the keys:
- 'kickInValue'
- 'kickInType'
- 'endColor'
Tags:
$cols = 60
[line 36]
the number of cols as in <textarea cols=$cols>. default is 60.
$infolineCssClass =
[line 80]
for details about this var see the javascript class Bs_LimitedTextarea.class.js.
the value you set here is applied to the javascript class.
Tags:
$infolineCssStyle =
[line 81]
for details about this var see the javascript class Bs_LimitedTextarea.class.js.
the value you set here is applied to the javascript class.
Tags:
$infolineText =
[line 79]
for details about this var see the javascript class Bs_LimitedTextarea.class.js.
the value you set here is applied to the javascript class.
Tags:
$numberCssClass =
[line 82]
for details about this var see the javascript class Bs_LimitedTextarea.class.js.
the value you set here is applied to the javascript class.
Tags:
$numberCssStyle =
[line 83]
for details about this var see the javascript class Bs_LimitedTextarea.class.js.
the value you set here is applied to the javascript class.
Tags:
$rows = 5
[line 42]
the number of rows as in <textarea rows=$rows>. default is 5.
$showCharsLeft = FALSE
[line 59]
for details about this var see the javascript class Bs_LimitedTextarea.class.js.
Tags:
$useProgressBar =
[line 84]
for details about this var see the javascript class Bs_LimitedTextarea.class.js.
the value you set here is applied to the javascript class.
Tags:
$wrap = 'soft'
[line 51]
if the text should be wrapped, and how.
one of 'off', 'soft', 'hard'. default is 'soft' which is recommended highly. please don't use 'virtual'. i think that's not supported by all browsers and must be a synonym for 'soft'.