<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript-3/tags/input</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 14:48:16 GMT</pubDate>
<item>
<title>(ActionScript 3) Limit the number of lines in an input textfield - christowiz</title>
<link>http://snipplr.com/view/52258/limit-the-number-of-lines-in-an-input-textfield/</link>
<description><![CDATA[ <p>I made one adjustment to the code because I was getting one scrolling extra line.

    inputfield.textHeight > inputfield.height
to:

    inputfield.textHeight >= inputfield.height</p> ]]></description>
<pubDate>Mon, 18 Apr 2011 15:05:28 GMT</pubDate>
<guid>http://snipplr.com/view/52258/limit-the-number-of-lines-in-an-input-textfield/</guid>
</item>
<item>
<title>(ActionScript 3) Input Textfield hint - shuchii</title>
<link>http://snipplr.com/view/45023/input-textfield-hint/</link>
<description><![CDATA[ <p>Showing an input hint in the TextField itself,
hiding it on focus/input,
and showing it again when the input is left empty.</p> ]]></description>
<pubDate>Mon, 29 Nov 2010 22:32:35 GMT</pubDate>
<guid>http://snipplr.com/view/45023/input-textfield-hint/</guid>
</item>
<item>
<title>(ActionScript 3) Force text input to uppercase - feeorin</title>
<link>http://snipplr.com/view/44831/force-text-input-to-uppercase/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Nov 2010 06:39:12 GMT</pubDate>
<guid>http://snipplr.com/view/44831/force-text-input-to-uppercase/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Detecting key presses - adrianparr</title>
<link>http://snipplr.com/view/28141/as3-detecting-key-presses/</link>
<description><![CDATA[ <p>Use this to detect key presses and respond to them.</p> ]]></description>
<pubDate>Wed, 10 Feb 2010 15:39:21 GMT</pubDate>
<guid>http://snipplr.com/view/28141/as3-detecting-key-presses/</guid>
</item>
<item>
<title>(ActionScript 3) Get rid of annoying line breaks in multiline input fields - creativelifeform</title>
<link>http://snipplr.com/view/25352/get-rid-of-annoying-line-breaks-in-multiline-input-fields/</link>
<description><![CDATA[ <p>Turn off auto kerning to get rid of that goddamn line break that happens on multiline text inputs!</p> ]]></description>
<pubDate>Wed, 23 Dec 2009 18:06:55 GMT</pubDate>
<guid>http://snipplr.com/view/25352/get-rid-of-annoying-line-breaks-in-multiline-input-fields/</guid>
</item>
<item>
<title>(ActionScript 3) Restrict TextField to N Words instead of N Characters - sidneydekoning</title>
<link>http://snipplr.com/view/18144/restrict-textfield-to-n-words-instead-of-n-characters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Aug 2009 13:08:59 GMT</pubDate>
<guid>http://snipplr.com/view/18144/restrict-textfield-to-n-words-instead-of-n-characters/</guid>
</item>
</channel>
</rss>