public
Description: Monkeypatches script.aculo.us's InPlaceEditor to give it a preview mode
Homepage: http://dougmcinnes.com/2008/11/13/javascript-love/
Clone URL: git://github.com/latimes/inplace_preview.git
dmcinnes (author)
Mon Sep 22 15:06:14 -0700 2008
commit  ea08aaad19145170c54af8fa5058b322a9c5972f
tree    4deb00a9f40b6dc202f088f1f1ed59543bd49ecc
parent  11490a3805ab191779f60815f7f6b16e71e33205
name age message
file README.txt Mon Sep 22 15:06:14 -0700 2008 removed old svn url from readme git-svn-id: ht... [dmcinnes]
file inplace_preview.js Loading commit data...
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>