"Do not spoil what you have by desiring what you have not; but remember that what you now have was once among the things you only hoped for." -Epicurus
Usage Manual: DLEditArea

Resizing Editor

EditArea comes with the ability to dynamically resize the editor as you are using it. However, unlike most other resizing methods where you click and hold then resize the editor, EditArea works a little differently. You still need to click the resize button but you should not hold it. After you click the resize button, the editor should disappear and in its place is just an outline of the current size of the editor. Now you can resize the editor. Once you are done, just click again and the editor should be resized to the same size as that outline.

Settings

Information on the settings be probably be better explained at the creator of EditArea homepage. However, the following information should be more than sufficient for you to get an understanding of what each setting does.

  • Lanuage: The language of some of the text used by the editor such as the stuff you see at the bottom of the editor and title attributes when you mouse over a button.
  • Toolbar Elements: The elements that should be shown on the toolbar. This should just be a string containing the following combination of characters: "|", "*", "search", "go_to_line", "undo", "redo", "change_smooth_selection", "reset_highlight", "highlight", "help", "save", "load", "new_document", and "syntax_selection". "|" or "separator" will show a separator in the toolbar. "*" or "return" will create a line-break in the toolbar.
  • Resizing Direction: The direction in which the user can resize the editor after it has loaded.
  • Replace Tab by Spaces: Whether or not tabs should be replaced by spaces.
  • Minimum Width: The minimum width of the editor.
  • Minimum Height: The minimum height of the editor.
  • Show Toggle Checkbox: Whether or not a checkbox should be shown under the editor to allow you to switch between EditArea of a regular textarea.
  • Font Family: The font to use in the editor.
  • Font Size: The font size to use in the editor.
  • Start as Fullscreen: Whether or not the editor should start in fullscreen mode. Note that there is a known bug with EditArea when it is in fullscreen and there are more than one instance of EditArea as one will overlap another.
  • Enable Gecko Spellcheck: Whether or not to enable the spellcheck mechanism from Firefox.
  • Maximum Undos: The maximum number of undos to be remembered by the editor.

User Comments

  • Posted By
  • Posted On
  •  
  • Comment

Comment Submission

Found something wrong with the information or you just want to speak your mind? Send us a comment.

  • Nickname:
  • Comment:
  • Captcha:
  • Captcha
This page was last modified on: Jun 09, 2008.