Inline CSS Editor (ICE)


=======================

This plugin provides a simple way to edit the CSS properties of any element on the document, inline. The document can be set to *EDIT* mode on click of a button. Once in the *EDIT* mode, a click on any of the elements in the editable section would open up a dialog asking for the new CSS property for the clicked element.

ice_screenshot

How to use


-----------

Dependencies: mootools-1.2.4-core-nc (later versions of the MooTools core should work too)


Summary: Include ice.js along with mootools-1.2.4-core.js and call the create_ice() method on any element you want to be editable.
Also include a button/link which will toggle the state between Edit/Normal mode by calling edit_mode_toggle method.


Steps:

Demo


----

You can check the code and the working demo here at the Demo Page or on GitHub.com


Changes


-------

Changes in this version:


Notes


-----

This plugin can be enhanced further to: