dmcinnes / inplace_preview forked from latimes/inplace_preview

Monkeypatches script.aculo.us's InPlaceEditor to give it a preview mode

This URL has Read+Write access

name age message
file README.txt Loading commit data...
file inplace_preview.js
README.txt
inplace_preview.js
Version 1.0.1

Monkeypatches script.aculo.us's InPlaceEditor to give it a preview mode.
http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor

Additional InPlaceEditor configuration parameters (defaults are in [brackets]):
previewLink:        set this to true to enable preview functionality.  [false]
previewText:        text for the preview link (when in edit mode).  ["Preview"]
editText:           text for the edit link (when in preview mode).  ["Edit"]
loadPreviewURL:     URL that the editor will query to get the rendered preview.  If
                    not provided it will just update the preview directly from the
                    textarea.  [null]
previewLoadingText: text for the preview area when loaded from the 
                    remote server.  ["Preview Loading..."]

Enjoy!
Doug McInnes <doug.mcinnes@latimes.com>