Yahoo's new HTML Editor...

Aug 04, 2007 01:23

Pretty spiff. Spent about four six hours adding a "raw html" mode to it. Wish I could turn on syntax highlighting in this thing, but first the code, and then discussion:

var fancy_editor = new YAHOO.widget.Editor(el.id, {
animate: true,
toolbar: {
buttons: [
{group: 'stuff2', label: 'TEXT', buttons: [ ]},
{ type: 'separator' },
{group: ' ( Read more... )

editor, yui, html

Leave a comment

Comments 6

(The comment has been removed)

kaolinfire August 4 2007, 10:37:30 UTC
bah, humbug! :)

yeh, okay.

Reply


zotsf August 5 2007, 05:15:59 UTC
Pretty damn nifty.

Question though. What is the benefit of js based gui from a package like fckediter? I'm not dissing what you did here. It's pretty fucking cool, I'm just curious ;)

...or have I got it all wrong and fckeditor is really just the same thing?

:)

Reply

kaolinfire August 5 2007, 07:08:18 UTC
fckeditor is the same thing. :)

Reply

zotsf August 5 2007, 16:19:16 UTC
hehehehe

Reply

kaolinfire August 5 2007, 21:36:39 UTC
I just really, really want a solid alternative to fck... something cleaner, faster, more easily configurable, ...

What I did [whoah. besides spacing my reply to this post...] is probably not quite enough to make it happy as a fckeditor replacement, but maybe it's a start.

Reply


Leave a comment

Up