<?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/tags/textBox</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 10:03:21 GMT</pubDate>
<item>
<title>(jQuery) jQuery: Dynamic Character Count - mattvbiggs</title>
<link>http://snipplr.com/view/69677/jquery-dynamic-character-count/</link>
<description><![CDATA[ <p>Handy code snippet for keeping track of the number of characters a user is entering into a textbox or textarea. It will dynamically update the count as the user is typing. This also works with copy &amp; paste.

The top snippet will automatically calculate the current count after the page loads; use the .keyup event to do the dynamic update.

All of this code should be in the $(document).ready.</p> ]]></description>
<pubDate>Tue, 29 Jan 2013 00:12:44 GMT</pubDate>
<guid>http://snipplr.com/view/69677/jquery-dynamic-character-count/</guid>
</item>
<item>
<title>(PHP) Onkeypress event Javascript spacekey event Validation for (Integers, Spaces) Textbox. - laxman2021</title>
<link>http://snipplr.com/view/68969/onkeypress-event-javascript-spacekey-event-validation-for-integers-spaces-textbox/</link>
<description><![CDATA[ <p>Validates Numericals in a text box.

Validates spaces in a text box.</p> ]]></description>
<pubDate>Wed, 05 Dec 2012 21:34:39 GMT</pubDate>
<guid>http://snipplr.com/view/68969/onkeypress-event-javascript-spacekey-event-validation-for-integers-spaces-textbox/</guid>
</item>
<item>
<title>(VB.NET) Textbox Numeric Input - indra</title>
<link>http://snipplr.com/view/42515/textbox-numeric-input/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Oct 2010 04:37:39 GMT</pubDate>
<guid>http://snipplr.com/view/42515/textbox-numeric-input/</guid>
</item>
<item>
<title>(jQuery) Textbox inside-label replace - cryothic</title>
<link>http://snipplr.com/view/38058/textbox-insidelabel-replace/</link>
<description><![CDATA[ <p>Replaces the pre-defined text of a textbox (e.g. the purpose of the textbox) when the textbox gets focussed, and resets the text if it blurs when empty</p> ]]></description>
<pubDate>Thu, 29 Jul 2010 22:57:39 GMT</pubDate>
<guid>http://snipplr.com/view/38058/textbox-insidelabel-replace/</guid>
</item>
<item>
<title>(JavaScript) Maxlength para Textbox Multiline - derebus</title>
<link>http://snipplr.com/view/36888/maxlength-para-textbox-multiline/</link>
<description><![CDATA[ <p>Si deseamos especificar un maxlength en un textbox multiline podemos usar esta funcion en javascript, el cual botará un mensaje al exceder el maximo numero de caracteres.</p> ]]></description>
<pubDate>Thu, 08 Jul 2010 05:04:19 GMT</pubDate>
<guid>http://snipplr.com/view/36888/maxlength-para-textbox-multiline/</guid>
</item>
<item>
<title>(JavaScript) Funcion en javascript para validar textbox - derebus</title>
<link>http://snipplr.com/view/36715/funcion-en-javascript-para-validar-textbox/</link>
<description><![CDATA[ <p>Funcion en javascript para validar textbox</p> ]]></description>
<pubDate>Tue, 06 Jul 2010 00:34:31 GMT</pubDate>
<guid>http://snipplr.com/view/36715/funcion-en-javascript-para-validar-textbox/</guid>
</item>
<item>
<title>(JavaScript) Disable and enable a text input in Firefox - cyberhobo</title>
<link>http://snipplr.com/view/19181/disable-and-enable-a-text-input-in-firefox/</link>
<description><![CDATA[ <p>I just noticed in Firefox 3.5.2 that setting `disabled = true` for a focused text input seems to make it impossible to re-focus after setting `disabled = false`. The solution is to blur it before disabling.</p> ]]></description>
<pubDate>Wed, 02 Sep 2009 12:49:15 GMT</pubDate>
<guid>http://snipplr.com/view/19181/disable-and-enable-a-text-input-in-firefox/</guid>
</item>
<item>
<title>(Haskell) Single line textbox in wxHaskell - keigoi</title>
<link>http://snipplr.com/view/17539/single-line-textbox-in-wxhaskell/</link>
<description><![CDATA[ <p>This snippet shows you how to create a single-line text box, or how to use windowGetWindowStyleFlag.
Press enter to put text in the textbox into the console.</p> ]]></description>
<pubDate>Mon, 27 Jul 2009 18:55:46 GMT</pubDate>
<guid>http://snipplr.com/view/17539/single-line-textbox-in-wxhaskell/</guid>
</item>
<item>
<title>(C#) Scroll to the bottom of a text box control programmatically - pckujawa</title>
<link>http://snipplr.com/view/9922/scroll-to-the-bottom-of-a-text-box-control-programmatically/</link>
<description><![CDATA[ <p>This technique is useful for when you are displaying text back to the user in a GUI and want the most recent text to be displayed at the bottom of the text control, but you want that information to be visible.

Another nice function that works well if you aren’t moving up and down in the text box is the textbox.AppendText function.  It will add the text to the bottom and keep the textbox from going to the top. (Thanks to Charlie Mann for that one.)</p> ]]></description>
<pubDate>Wed, 19 Nov 2008 12:17:29 GMT</pubDate>
<guid>http://snipplr.com/view/9922/scroll-to-the-bottom-of-a-text-box-control-programmatically/</guid>
</item>
</channel>
</rss>