The example won't run without the firebug console, because console.log
doesn't exist. I'd suggest changing 'console.log()' calls to 'console
&& console.log()' for now.
I'll fix this. I figured it was safe to leave in for an alpha release.
The icon for the 'All Bold' button (trunk/docs/logo.gif) is missing.
I picked a an image at openlaszlo.org rather than from the local build.
When I click on 'When you click on this text, you can edit it.' and
change the formatting then close the window, the original text doesn't
update. I do see this in the firebug console:
rte_stop When you click on this <b>text</b>, you can edit it.
rte_stop
This won't get better until I add a global key handler to detect
changes. dojo only sees a change when you change the text and lose the
focus.