textarea

  1. krates

    Creating a button to select everything in a text area.

    Here is a simple script sometimes you want to highlight verything in a text field so that the user can copy it or something. script goes here <form> <center> <input type=button value=”Highlight All” onClick=”javascript:this.form.textarea.focus();this.form.textarea.select();”> <br>...
  2. eddie

    Firefox Extension: Tabinta: Tab Indent in text areas

    Source: Mozilla Links What’s the most annoying thing when writing a long text in web textareas? You guessed: not being able to use the Tab key to indent some text. Tabinta (Tab in Textarea), is an extension for Firefox and SeaMonkey, developed by Bálint Endrey, that lets enter tabulations...
Top Bottom