=== Simple Select All Text Box === Contributors: grimmdude Donate link: http://www.grimmdude.com/donate Tags: simple,textbox,text,box,lyrics,copy,easy Requires at least: 2.5 Tested up to: 3.1 Stable tag: 2.0 This plugin makes it easy to create a simple text box which automatically selects everything inside with one click. == Description == The function of this plugin is to easily create text boxes which automatically select everything inside with one click. It's useful for song lyrics, directions, small bits of code, etc. == Installation == 1. Upload the whole `simple-select-all-textbox` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the Plugins menu in WordPress. 1. In a post or page use the shortcode `[textbox rows="3"]Contents of textbox[/textbox]` to create a textbox. 1. Go to the options page to adjust the width of all textboxes made using this shortcode. == Frequently Asked Questions == * To create a textbox in a post or a page use this shortcode: `[textbox rows="3"]Contents of textbox[/textbox]` You can obviously change the amount of rows to your liking. If rows aren't specified it will default to 5 rows. * To create a textbox in the sidebar, header, footer, etc. use this template tag: `` == Screenshots == 1. Screenshot of the options menu. 2. Screenshot of a text box in a post. ==Changelog== 1. 1.0, it begins.