<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using a Flex TextArea control as a drop-in item editor</title>
	<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 11:29:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-9338</link>
		<author>peterd</author>
		<pubDate>Mon, 31 Mar 2008 22:45:20 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-9338</guid>
		<description>Bill Shirley,

In the TextArea item editor, they should be able to hit the Enter key to add a newline.
In the items.xml file, you can enter newlines by adding \n to the strings.

Peter</description>
		<content:encoded><![CDATA[<p>Bill Shirley,</p>
<p>In the TextArea item editor, they should be able to hit the Enter key to add a newline.<br />
In the items.xml file, you can enter newlines by adding \n to the strings.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Shirley</title>
		<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-9271</link>
		<author>Bill Shirley</author>
		<pubDate>Mon, 31 Mar 2008 16:03:55 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-9271</guid>
		<description>Do you know how I can allow the user to enter a new line in the text value?</description>
		<content:encoded><![CDATA[<p>Do you know how I can allow the user to enter a new line in the text value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-6496</link>
		<author>peterd</author>
		<pubDate>Wed, 30 Jan 2008 06:09:07 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-6496</guid>
		<description>javlae,

You would need to call a server-side script (ColdFusion, PHP, Java, ASP, whatever) that communicates with the database. So basically whenever you want to update the database with the new values, you would serialize and data from Flex to your server script which would loop over each item and update the database using some simple SQL.

Hope that helps,
Peter</description>
		<content:encoded><![CDATA[<p>javlae,</p>
<p>You would need to call a server-side script (ColdFusion, PHP, Java, ASP, whatever) that communicates with the database. So basically whenever you want to update the database with the new values, you would serialize and data from Flex to your server script which would loop over each item and update the database using some simple SQL.</p>
<p>Hope that helps,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javlae</title>
		<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-6483</link>
		<author>javlae</author>
		<pubDate>Tue, 29 Jan 2008 21:31:21 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-6483</guid>
		<description>This is nice, thanks for the example. But the interesting part would be to save the new entered/edited data into a database. How can this be done?</description>
		<content:encoded><![CDATA[<p>This is nice, thanks for the example. But the interesting part would be to save the new entered/edited data into a database. How can this be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-3748</link>
		<author>peterd</author>
		<pubDate>Thu, 01 Nov 2007 01:14:51 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-3748</guid>
		<description>Jana,

Maybe try using the &#60;br&#62; tag, or "\n".

Peter</description>
		<content:encoded><![CDATA[<p>Jana,</p>
<p>Maybe try using the &lt;br&gt; tag, or &#8220;\n&#8221;.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jana</title>
		<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-3743</link>
		<author>Jana</author>
		<pubDate>Wed, 31 Oct 2007 16:27:59 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-3743</guid>
		<description>Peter,

I was interested in your example but the thing I can't seem to figure out is how to control where the newlines go in a the textarea. I have a list of items within the cell of a row that I want to display.

Jana</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>I was interested in your example but the thing I can&#8217;t seem to figure out is how to control where the newlines go in a the textarea. I have a list of items within the cell of a row that I want to display.</p>
<p>Jana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-3111</link>
		<author>peterd</author>
		<pubDate>Mon, 01 Oct 2007 12:13:51 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-3111</guid>
		<description>FlexExamples.com, now with Spam Karma!</description>
		<content:encoded><![CDATA[<p>FlexExamples.com, now with Spam Karma!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jed Wood</title>
		<link>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-3107</link>
		<author>Jed Wood</author>
		<pubDate>Mon, 01 Oct 2007 10:09:22 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/09/30/using-a-flex-textarea-control-as-a-drop-in-item-editor/#comment-3107</guid>
		<description>Who would have thought it would be so easy? :)

I actually like the effect the TextArea has of not selecting all the text and putting focus at the end of the line. So I'd consider using the TextArea even for a single line of text.</description>
		<content:encoded><![CDATA[<p>Who would have thought it would be so easy? :)</p>
<p>I actually like the effect the TextArea has of not selecting all the text and putting focus at the end of the line. So I&#8217;d consider using the TextArea even for a single line of text.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
