This is a discussion on textarea rich replacement? within the PHP General forums, part of the PHP Programming Forums category; Hi all, I've looked at both editize(.com) and HTMLArea, both of which are in-browser Rich Text editor ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I've looked at both editize(.com) and HTMLArea, both of which are in-browser Rich Text editor replacements (written in java) for the standard <textarea>. Unfortunately, they both allow far too much control... at most I only want to offer H1, H2, P, B, A and I -- no colors, no images and please please please no tables :) Is anyone familiar with such a product? It doesn't have to be open source at all -- quite prepared to pay for something if it works. Regards, Justin |
|
|||
|
Justin
HTMLArea is fully customizable, you can remove any settings that you don't want the users to have access to. Its not an easy process, but it can be done. you'll find a few instructions about how to do it in the newsgroups for HTMLArea on the their site. ##-----------------------------------------------## Article posted from PHP Freaks NewsGroups http://www.phpfreaks.com/newsgroups Get Addicted: php.general ##-----------------------------------------------## |
|
|||
|
Just remove the appropriate buttons.
Justin French wrote: > Hi all, > > I've looked at both editize(.com) and HTMLArea, both of which are > in-browser Rich Text editor replacements (written in java) for the > standard <textarea>. > > Unfortunately, they both allow far too much control... at most I only > want to offer H1, H2, P, B, A and I -- no colors, no images and please > please please no tables :) > > Is anyone familiar with such a product? > > It doesn't have to be open source at all -- quite prepared to pay for > something if it works. > > > Regards, > Justin > > |
|
|||
|
I know that you can set up HTMLArea and others for your needs. You
can take away all functions that you don't need or hide them. All this "triks" you can find in manual Yury On 15 Jul 2003 at 16:21, Justin French wrote: > Hi all, > > I've looked at both editize(.com) and HTMLArea, both of which are > in-browser Rich Text editor replacements (written in java) for the > standard <textarea>. > > Unfortunately, they both allow far too much control... at most I only > want to offer H1, H2, P, B, A and I -- no colors, no images and please > please please no tables :) > > Is anyone familiar with such a product? > > It doesn't have to be open source at all -- quite prepared to pay for > something if it works. > > > Regards, > Justin > > <>< <>< <>< <>< God is our provider ><> ><> ><> ><> http://www.body-builders.org/ |
|
|||
|
anyone who wans a text editor (just like the one yahoo uses) email me i can email them the files i just don't want to upload the files to the list. Haseeb -------Original Message------- From: www@body-builders.org Date: Wednesday, July 16, 2003 02:23:52 PM To: Justin French Cc: php-general@lists.php.net Subject: [php] Re: textarea rich replacement? I know that you can set up HTMLArea and others for your needs. You can take away all functions that you don't need or hide them. All this "triks" you can find in manual Yury On 15 Jul 2003 at 16:21, Justin French wrote: > Hi all, > > I've looked at both editize(.com) and HTMLArea, both of which are > in-browser Rich Text editor replacements (written in java) for the > standard <textarea>. > > Unfortunately, they both allow far too much control... at most I only > want to offer H1, H2, P, B, A and I -- no colors, no images and please > please please no tables :) > > Is anyone familiar with such a product? > > It doesn't have to be open source at all -- quite prepared to pay for > something if it works. > > > Regards, > Justin > > <>< <>< <>< <>< God is our provider ><> ><> ><> ><> http://www.body-builders.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |