Revision #3 has been created by lucifurious on Jun 12, 2009, 12:35:39 AM with the memo:
Added links to psYiiExtensions
« previous (#2) next (#4) »
Changes
Title
unchanged
How to use markItUp! on a text field for full WYSIWYG editing
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
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.
# Step 1: Create a TEXTAREA #[...]