Coming Up for Air

TinyMCE Support in the Sandbox

Monday, April 16, 2007 |

I have just committed preliminary support for the TinyMCE JavaScript HTML editor. There are parts that still don’t work correctly, but it’s a good start.

This example markup:

1
2
3
4
5
6
<h3>Normal editor</h3>
<risb:htmlEditor rows="10" cols="85"  value="#{testBean.editorValue}"/>
<h3>Simplified editor</h3>
<risb:htmlEditor rows="10" cols="85" value="#{testBean.editorValue}" themeStyle="simplified"/>
<h3>Full editor</h3>
<risb:htmlEditor rows="10" cols="85" value="#{testBean.editorValue}" themeStyle="full"/>

gets you this:

title: "'HtmlEditor Screenshot'

Hopefully, I’ll get full support for the editor, but I can’t make promises on how quickly that will happen, this being mostly a lunch-time project.

If you’d like to influence the direction this component goes, now’s the time to speak up! :)

Search

    Quotes

    Sample quote

    Quote source

    About

    My name is Jason Lee. I am a software developer living in the middle of Oklahoma. I’ve been a professional developer since 1997, using a variety of languages, including Java, Javascript, PHP, Python, Delphi, and even a bit of C#. I currently work for Red Hat on the WildFly/EAP team, where, among other things, I maintain integrations for some MicroProfile specs, OpenTelemetry, Micrometer, Jakarta Faces, and Bean Validation. (Full resume here. LinkedIn profile)

    I am the president of the Oklahoma City JUG, and an occasional speaker at the JUG and a variety of technical conferences.

    On the personal side, I’m active in my church, and enjoy bass guitar, running, fishing, and a variety of martial arts. I’m also married to a beautiful woman, and have two boys, who, thankfully, look like their mother.

    My Links

    Publications