Инструменты пользователя

Инструменты сайта


limb2:en:howtos:wysiwyg

How to setup WYSIWYG editor for Limb2

since version 2.3 Limb supports different WYSIWYG editors. They are:

HTMLArea

By default HTMLArea 3.0 is used. You have no need to modify any parameters to get working HTMLArea on Limb since it bundled with Limb by default.

There is also Limb HTMLArea extension that allows you to insert links to files and images into edited text from Limb media repository.

FCKeditor

If you want to use FCKeditor instead of HTMLAread you need to perform the following:

  1. download FCKeditor and place it in a directory, that can be accessed through web. Say PROJECT_DIR/external/FCKeditor
  2. edit setup.override.php:
define('DEFAULT_RICHEDIT', 'fckeditor'); //will use fckeditor for renderring richedit
define('FCKeditor_BasePath', '/external/FCKeditor/'); // path to editor, accessible through web
define('FCKeditor_DIR', dirname(__FILE__).'/external/FCKeditor/');//real path to FCKeditor php files for include

NOTE: there are currently no tools to work with Limb image and files repository from FCKeditor.

Обсуждение

Ваш комментарий. Вики-синтаксис разрешён:
   ___   _      __  ____    __    ___ 
  / _ \ | | /| / / / __ \  / /   / _ )
 / ___/ | |/ |/ / / /_/ / / /__ / _  |
/_/     |__/|__/  \___\_\/____//____/
 
limb2/en/howtos/wysiwyg.txt · Последние изменения: 2010/11/10 10:02 (внешнее изменение)