<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00000341.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T13:47:17</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#68215" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#68214" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#62379" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#43310" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#42560" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#41645" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#68215">
		<title>coldfusion/7/htmldocs/00000341.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#68215</link>
		<description>About my last comment, I just realized that the HTML format is for Flash format forms only, not HTML. That was my mistake. It was curious that I didn't get an error message warning me of that (that it should only be used with format=-&quot;flash&quot;). I'll leave this as a warning to others.</description>
		<dc:creator>carehart</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-06-11T09:29:40</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#68214">
		<title>coldfusion/7/htmldocs/00000341.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#68214</link>
		<description>Can anyone add more clarification on the point of the HTML attribute? The one-liner above doesn't say much, and testing doesn't show much difference that I can see.</description>
		<dc:creator>carehart</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-06-11T09:16:16</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#62379">
		<title>coldfusion/7/htmldocs/00000341.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#62379</link>
		<description>You can still use the rows and cols attributes for the cftextarea tag.</description>
		<dc:creator>sethron</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-02-14T16:00:30</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#43310">
		<title>coldfusion/7/htmldocs/00000341.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#43310</link>
		<description>There's no mention of the default values for height and width... though they do have defaults or it wouldn't work without the attributes.&lt;br /&gt;&lt;br /&gt;Any idea?&lt;br /&gt;&lt;br /&gt;Thanks, J</description>
		<dc:creator>cf.Objective</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-12-14T13:46:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#42560">
		<title>coldfusion/7/htmldocs/00000341.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#42560</link>
		<description>In DreamWeaver 8 when you select the tag (shift-F5) for editing, you can edit the 'Max.Length' attribute.  When you click OK, this attribute is added to the tag as:&lt;br /&gt;&lt;br /&gt;maxlenght=&quot;nnn&quot;&lt;br /&gt;&lt;br /&gt;Notice that maxlength is spelled incorrectly and will not work...&lt;br /&gt;&lt;br /&gt;If you feel comfortable editing the DW configuration files, you can correct this flaw in DW8 by editing the following files:&lt;br /&gt;&lt;br /&gt;&lt;drive&gt;:\Program Files\Macromedia\Dreamweaver 8\Configuration\TagLibraries\CFML\cftextarea.htm&lt;br /&gt;&lt;drive&gt;:\Program Files\Macromedia\Dreamweaver 8\Configuration\TagLibraries\Validator\ValueMap.vtv&lt;br /&gt;&lt;br /&gt;Search and replace 'maxlenght' with 'maxlength'.</description>
		<dc:creator>sjibben</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-11-22T02:14:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#41645">
		<title>coldfusion/7/htmldocs/00000341.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000341.htm#41645</link>
		<description>wrap Attribute?&lt;br /&gt;&lt;br /&gt;The &quot;Examples&quot; section here in the cftextarea documentation includes the wrap= attribute, but the &quot;Syntax&quot; and &quot;Attributes&quot; sections do not.  &lt;br /&gt;&lt;br /&gt;Even Dreamweaver is conflicted.  In code view, DW8 includes wrap= in code hinting, but leaves it out in the Tag Chooser dialogue.&lt;br /&gt;&lt;br /&gt;Shouldn't wrap= be uniformly documented?  After all, wrap matters ;-)</description>
		<dc:creator>Greg_Hamer</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-10-30T15:00:09</dc:date>
	</item>
	</rdf:RDF>

