Ticket #399 (closed defect: duplicate)

Opened 7 months ago

Last modified 7 months ago

cftextarea

Reported by: rykorq Owned by: markd
Type: defect Priority: minor
Milestone: Component: syntax highlighting
Version: 1.3 Keywords: cftextarea
Cc:

Description

I have seen some of the other fixes for cftextarea, but would like to submit that the entire tag is not yet valid as far as the syntax highlighting. I discovered this with the toolbar attribute this morning.

The current XML contains:

cftextarea

name = "name"
label = "text"
required = "boolean"
style = "style specification"
validate = "data type"
validateAt= one or more of "onBlur", "onServer", "onSubmit"
message = "text"
range = "min_value, max_value"
maxlength = "number"
pattern = "regexp"
onValidate = "script name"
onError = "script name"
disabled = "true, false, or no attribute value"
value = "text"
onKeyUp = "JavaScript? or ActionScript?"
onKeyDown = "JavaScript? or ActionScript?"
onMouseUp = "JavaScript? or ActionScript?"
onMouseDown = "JavaScript? or ActionScript?"
onChange = "JavaScript? or ActionScript?"
onClick = "JavaScript? or ActionScript?"
visible = "boolean"
enabled = "boolean"
tooltip = "Tip text"
height = "number of pixels" Flash only
width = "number of pixels" Flash only

text
/cftextarea

It needs to resemble these options from the livedocs website:

<cftextarea

name="name"
basepath="path"
bind="bind expression"
bindAttribute="attribute name"
bindOnLoad="false|true"
disabled="true|false" or no attribute value
enabled="yes|no"
fontFormats="comma separated list"
fontNames="comma separated list"
fontSizes="comma separated list"
height="number of pixels"
html="no|yes"
label="text"
maxlength="number"
message="text"
onBindError = "JavaScript? function name"
onChange="JavaScript? or ActionScript?"
onClick="JavaScript? or ActionScript?"
onError="script name"
onKeyDown="JavaScript? or ActionScript?"
onKeyUp="JavaScript? or ActionScript?"
onMouseDown="JavaScript? or ActionScript?"
onMouseUp="JavaScript? or ActionScript?"
onValidate="script name"
pattern="regexp"
range="minimum value, maximum value"
required="yes|no"
richtext="no|yes"
skin="default|silver|office2003|custom skin"
sourceForToolTip="URL"
style="style specification"
stylesXML="path"
templatesXML"path"
toolbar="default|basic|custom toolbar"
toolbarOnFocus"no|yes"
tooltip="tip text"
validate="data type"
validateAt= one or more of "onBlur, onServer, onSubmit"
value="text"
visible="yes|no"
width="number of pixels"
wrap="off|hard|soft|virtual|physical">

text

</cftextarea>

Attachments

Change History

Changed 7 months ago by sed

  • status changed from new to closed
  • resolution set to duplicate

This looks like a duplicate of #398.

Note: See TracTickets for help on using tickets.