(Note: I am checking this changeset in.)
Change philip-20120815-1Tt by philip@philip-i7-2 on 2012-08-15 11:33:04
EDT
in /cygdrive/f/clients/laszlo/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Update dojo to 1.7.3. Add safepaste plugin support
New Features:
Bugs Fixed: LPP-10203, LPP-10240
Technical Reviewer: (pending)
QA Reviewer: dju
Doc Reviewer: (pending)
Documentation:
Release Notes:
Starting in dojo 1.7 there is no cross-domain version of the library. If
you use a non-default location of the dojo libraries, instead of
specifying dojo/dojo.xd.js as the root for dojo, it is now only
dojo/dojo.js.
Overview:
Details:
- Upgraded default version of dojo from 1.5 to 1.7.3.
- Removed the cross-domain syntax for loading because it is no longer
needed.
- Load the safepaste plugin and css by default, but it does not run
unless you specify it's properties in the "safepaste" attribute of the
rte component. See the example in LPP-10203. The safepaste features adds
a new layer when pasting something into the rte editor. A pop-over
dialog box will be displayed when you attempt to paste information. You
paste information into this window and then the contents are pasted into
the editor.
Tests:
See test in LPP-10203 to demonstrate safepaste plugin. All other rte
examples should work.
Files:
M lps/components/extensions/rte.lzx
M lps/includes/source/rtemanager.js
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/philip-20120815-1Tt.tar