Visual DIV editor (VDE) for TinyMCE
-----------------------------------

Version : Release candidate 1 [RC-1] (03-14-2006)

About:
  This is a visual DIV editor made by Christophe Ebl [cebleatnewkinddotbiz] France
  
Usage:
  Select any element supported (see the array with supported types in source code) and click on the DIV button, it should wrap existing content inside div where you'll be able to set a bunch of CSS properties. 


Compatibility:
  Tested on firefox 1.5.0.1, IE7 Beta 2 preview

Installation instructions:
  * Copy the DIV plugin directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  * Add plugin to TinyMCE plugin option list example: plugins : "insertdiv".


Initialization example:
  tinyMCE.init({
    theme : "advanced",
    mode : "textareas",
    plugins : "insertdiv",
    theme_advanced_buttons3_add : "insertdiv",
    extended_valid_elements : "div[*]"
  });
