Re: [PHP] WYSIWYG editor to change textarea

2009-09-28 Thread Ashley Sheridan
On Mon, 2009-09-28 at 22:30 +0200, Angelo Zanetti wrote: > Hi all, > > I have been looking to implement a WYSIWYG editor that will automatically > transform a into a Rich text area / WYSIWYG. We have lots of > dynamic content that is pulled from a database and files. Therefore we cant > really c

[PHP] WYSIWYG editor to change textarea

2009-09-28 Thread Angelo Zanetti
Hi all, I have been looking to implement a WYSIWYG editor that will automatically transform a into a Rich text area / WYSIWYG. We have lots of dynamic content that is pulled from a database and files. Therefore we cant really change the field. I have tried the tinyMCE but its causing conflicts

RE: [PHP] wysiwyg editor

2004-03-10 Thread Vincent Jansen
I use http://www.fredck.com/FCKeditor/ Vincent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] wysiwyg editor

2004-03-10 Thread Richard Davey
Hello Outbound, Wednesday, March 10, 2004, 8:16:23 AM, you wrote: O> do you have any recommendation about what wysiwyg html(javascript) O> editor to use in php projects ? People usually don't like textareas O> and want to increate usability :-/ EditWorks Professional - www.sitecubed.com isn't to

[PHP] wysiwyg editor

2004-03-10 Thread Outbound
Hello, do you have any recommendation about what wysiwyg html(javascript) editor to use in php projects ? People usually don't like textareas and want to increate usability :-/ Best regards, Roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

AW: [PHP] wysiwyg editor

2004-03-10 Thread Shahed, Raja
woch, 10. März 2004 09:16 >An: [EMAIL PROTECTED] >Betreff: [PHP] wysiwyg editor > > >Hello, > >do you have any recommendation about what wysiwyg html(javascript) >editor to use in php projects ? People usually don't like textareas >and want to increate usability :-/

Re: [PHP] WYSIWYG editor for PHP

2003-08-22 Thread Rob Yelvington
Active State's Komodo and Zend Studio are both awesome! I used to use Dreamweaver, but it's syntax highlighting stinks...IMHO. ~Rob Bix wrote: I use dreamweaver in live data mode quite often, really works a treat! Set up a a site and in the testing server, just set it as /beta or the like, the

[PHP] WYSIWYG editor for PHP

2003-08-14 Thread Denis 'Alpheus' Cahuk
hey every1! I need a WYSIWYG editor for PHP. That is all. Can any1 advice me one( or more :-) )? Thanks in advance! Denis 'Alpheus' Cahuk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] WYSIWYG editor for PHP

2003-08-14 Thread Jay Blanchard
[snip] I need a WYSIWYG editor for PHP. That is all. Can any1 advice me one( or more :-) )? [/snip] Dreamweaver? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] WYSIWYG editor for PHP

2003-08-08 Thread Bix
I use dreamweaver in live data mode quite often, really works a treat! Set up a a site and in the testing server, just set it as /beta or the like, then edit your script, and run it in live data and you can feed it post/get/cookie data on the fly. "Jay Blanchard" <[EMAIL PROTECTED]> wrote in mess