I just downloaded and rebuilt on a clean copy of trunk. I still see console.log()s in firebug:

rte_start
initialize
...
initialize
rtemanager.js (line 65)
Created editor [Widget dijit.Editor, rte] { contentPreFilters=, more...}
rtemanager.js (line 31)
editor_loaded
rtemanager.js (line 57)

Without firebug open, I don't see the inline editor show up at all in Firefox...

On 7/21/10 6:11 PM, [email protected] wrote:
Thank! I'll check it in.

You might have something stuck in your cache because nothing should
display if console is not defined.




On Wed, Jul 21, 2010 at 9:01 PM, Max Carlson wrote:

I'm still having troubles running without firebug . I see this in the
console with firebug:

initialize
rtemanager.js (line 65)
Created editor [Widget dijit.Editor, rte] { contentPreFilters=, more...}
rtemanager.js (line 31)
editor_loaded

I'm concerned about this because it will undermine any demos...

You may also want to add a note to the example about currently only
working in DHTML...

Otherwise, approved!

On 7/21/10 5:50 PM, [email protected] wrote:
An updated changeset can be found here:

http://svn.openlaszlo.org/openlaszlo/patches/20100721-philip-4Fh.tar

I corrected your earlier issues and I added key/mouse handlers to track
changes better.



On Wed, Jul 21, 2010 at 4:42 PM, [email protected] wrote:

Change 20100721-philip-4Fh by phi...@philip-i7 on 2010-07-21
16:33:39 EDT
in /cygdrive/c/clients/laszlo/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: RTE component (alpha release)

New Features:

Bugs Fixed: LPP-9217

Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Overview:

Details:

Initial release of rte component. This is an alpha-level release and
supports dhtml only.


/lps/components/extensions/rte.lzx is the lzx component that extends
the html component.

/lps/includes/rtewrapper.html is the html page loaded by each instance
of the rte component. Loads rtemanager.js

rtemanager.js is a stand-alone javascript library loaded by each rte
component.

/lps/includes/source/build.xml minifies rtemanager.js


A list of known issues can be found in rtemanager.js


Tests:
/examples/extensions/rte.lzx shows an rte component on the canvas as
well as the rte component as part of a component window.

Custom buttons are shown on the initial rte. Clicking the Clear button
will clear the text, and clicking the laszlo image will bold all the
text in the window.

Clicking on one of the two lines of text will bring up an rte
component in a window. Changes to the window are written back to the
original text if the move focus off of the component.

Files:
A lps/components/extensions/rte.lzx
A lps/includes/rtewrapper.html
A lps/includes/source/rtemanager.js
M lps/includes/source/build.xml
A examples/extensions/rte.lzx

Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20100721-philip-4Fh.tar

--
Regards,
Max Carlson
OpenLaszlo.org

--
Regards,
Max Carlson
OpenLaszlo.org

Reply via email to