![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| I have tried Dojo and Kevin Roth's RTE. Dojo Editor (not Editor2)is easily integratable but not as fully functional as I want. RTE is easy enough to add to a form but it is a javascript submit() function. Any advice and experiences with adding rich texts editors to QuickForm is much appreciated! __________________________________________________ __________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ | |||
| Advertisements |
| | #2 | ||
| On Thursday 10 May 2007 12:05 pm, l Burnerheimerton wrote: > I have tried Dojo and Kevin Roth's RTE. Dojo Editor > (not Editor2)is easily integratable but not as fully > functional as I want. RTE is easy enough to add to a > form but it is a javascript submit() function. > > Any advice and experiences with adding rich texts > editors to QuickForm is much appreciated! > I've had some success in various projects using "tinymce": http://moxiecode.com/products_tinymce.php it's easy to turn it on, because when the page loads, it replaces all the textarea fields in your form with the editor... that means integration with quickform is not much of a problem at all. you can of course configure the behaviour. I recommend you read their documentation before starting the integration. you should be careful about trying to accept *actual* html tags.. personally I use something called 'wpprop' which has codes like [bold] and [/bold] and other basic markup/style codes.. you convert to html at display time (in the smarty template using a modifier) and store the wpprop codes in your db. this has stopped a lot of security issues in their tracks. pear has a "bbcode parser" you can look at. regards, -- Jeff MacDonald, Zoid Technologies <http://zoidtechnologies.com/> | |||
| | #3 | ||
| On 5/10/07, Jeff MacDonald <jam@zoidtechnologies.com> wrote: > On Thursday 10 May 2007 12:05 pm, l Burnerheimerton wrote: > > I have tried Dojo and Kevin Roth's RTE. Dojo Editor > > (not Editor2)is easily integratable but not as fully > > functional as I want. RTE is easy enough to add to a > > form but it is a javascript submit() function. > > > > Any advice and experiences with adding rich texts > > editors to QuickForm is much appreciated! > > > > I've had some success in various projects using "tinymce": > > http://moxiecode.com/products_tinymce.php Second, this one is very simple to set up. > > it's easy to turn it on, because when the page loads, it replaces all the > textarea fields in your form with the editor... that means integration with > quickform is not much of a problem at all. you can of course configure the > behaviour. I recommend you read their documentation before starting the > integration. > > you should be careful about trying to accept *actual* html tags.. personally I > use something called 'wpprop' which has codes like [bold] and [/bold] and > other basic markup/style codes.. you convert to html at display time (in the > smarty template using a modifier) and store the wpprop codes in your db. this > has stopped a lot of security issues in their tracks. > > pear has a "bbcode parser" you can look at. > And, of course, many Wiki dialects. -- Justin Patrin | |||
| Featured Websites | ||||
|
![]() |
| Tags: besteasiest, editor, quickform, rich, text, use |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is easiest? | Rand0m | Linux | 12 | 08-30-2007 10:51 PM |
| Quickform: how to check two fields in one function using registerRule() | l Burnerheimerton | Pear | 1 | 05-20-2007 6:34 PM |
| Quickform: how to check two fields in one function using registerRule() | l Burnerheimerton | Pear | 0 | 05-20-2007 6:34 PM |
| Featured Websites | ||||
|