<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 07:32:08 +0000</lastBuildDate>
    <item>
      <title>(ActionScript 3) Limit the number of lines in an input textfield - christowiz</title>
      <link>https://snipplr.com/view/52258/limit-the-number-of-lines-in-an-input-textfield</link>
      <description>&lt;p&gt;I made one adjustment to the code because I was getting one scrolling extra line.&#13;
&#13;
    inputfield.textHeight &gt; inputfield.height&#13;
to:&#13;
&#13;
    inputfield.textHeight &gt;= inputfield.height&lt;/p&gt;</description>
      <pubDate>Mon, 18 Apr 2011 15:05:28 UTC</pubDate>
      <guid>https://snipplr.com/view/52258/limit-the-number-of-lines-in-an-input-textfield</guid>
    </item>
  </channel>
</rss>
