HTMLarea WYSIWYG-Editor - activating CSS-Feature

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
bebr
Regular
Posts: 34
Joined: Thu Apr 26, 2007 2:47 am

HTMLarea WYSIWYG-Editor - activating CSS-Feature

Post by bebr »

Hello,
the included WYSIWYG editor (called HTMLarea) has an option to use css-styles for selected text. This is described in htmlarea/examples/css.html
Unfortunately this example does not fit directly to the serendipity setup because here the Editor is not staticly included.

Has anyone activated this feature?
Or can someone describe where htmlarea is included from php scripts? - I did not find any clue in index.php, genpage, ..config.inc or others.

Thanks
// Bernd
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: HTMLarea WYSIWYG-Editor - activating CSS-Feature

Post by garvinhicking »

Hi!

The HTMLArea "spawn" code can be found in the file include/functions_entries_admin.inc.php (serendipity_emit_htmlarea_code()).

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bebr
Regular
Posts: 34
Joined: Thu Apr 26, 2007 2:47 am

Post by bebr »

Thanks, but after tinyMCE is now working, which offers this feature per default, plus other nice ones, I chose to step back from the HTMLarea path:
http://board.s9y.org/viewtopic.php?p=54974#54974
Post Reply