Commenting on Rich Text Editor Widget in Symfony 1.1
If you've got an OpenID, you should use it to log in below. You'll be automatically registered, no fuss. And that means you won't have to wait for your comment to be moderated. You'll also be able to edit your comments.
Replying to:
-
You'll need to put the class in a file called myWidgetFormRichTextarea.class.php (the .class bit is important) and then put that file somewhere Symfony can get at it. Any of your project's, app's or module's lib/ directories should be fine. Or any subdirectory of a lib/ directory (say, lib/widget).
Once you've done that, you'll need to clear Symfony's cache, otherwise the class won't be autoloaded.
Dominic
Sat, 6/9/08 – 8:03pm
Reply