Revision #3 was created by lucifurious on Jun 12, 2009, 12:35:39 AM.
Added links to psYiiExtensions
Content
This tutorial will show you how to use the [Pogostick Yii Extension Library](http://www.yiiframework.com/extension/ps-yii-extensions/) to make an HTML TEXTAREA input element into a full-fledged WYSIWYG editor pretty much with very little code.
This is done using a wrapper for the very excellent [markItUp! jQuery widget](http://markitup.jaysalvat.com/home/).
I assume you have installed the [Pogostick Yii Extension Library](http://www.yiiframework.com/extension/ps-yii-extensions/). If you haven't please do so before you run the code below. It won't work otherwise.
# Configuration #
There is no configuration necessary after you have installed the psYiiExtensions library and set your path alias in your main.php configuration file.