general bindAttribute description from CFML Reference:
bindAttribute Optional; HTML
Specifies the HTML tag attribute whose value is set by the
bind
attribute. You can only specify attributes in the
browserâs HTML
DOM tree, not ColdFusion-specific attributes.
Ignored if there is no bind attribute.
from the CFML Reference for cftextearea:
HTML form data binding
The bind attribute lets you set any cftextarea attribute
dynamically
from the value of another form control or by
calling a CFC or JavaScript function. *By default it sets the
controlâs
value attribute, but you can specify a different
attribute to set by using the bindAttribute attribute.* For
more
information on binding, see âBinding data to
form
fieldsâ on page 650 in the ColdFusion
Developerâs Guide.
basically, you specify an attribute name to set using your
bind
expression. only supported in HTML forms. not available in
flash forms.
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/