Re: [PHP] Text tools

2004-12-13 Thread William Stokes
Thanks Jay. The Htmlarea looks like the app. I was talking about. It's definitely worth a test atleast. -Will "Jay Blanchard" <[EMAIL PROTECTED]> kirjoitti viestissä:[EMAIL PROTECTED] [snip] I was just wondering how to build a text editing tool with php. I mean a tool that can help users to fo

Re: [PHP] Text tools

2004-12-13 Thread tg-php
You maybe able to do this (and will eventually definitely be able to do this) with Winbinder on Windows platform with native GUI. He's still on what he calls "pre-alpha" but what's in there already is coming along very nicely. Check out the sourceforge pages: http://winbinder.sourceforge.net/

Re: [PHP] Text tools

2004-12-13 Thread Thomas Munz
This is not possible with PHP, you must do that with JavaScript. > Hello, > I was just wondering how to build a text editing tool with php. I mean a > tool that can help users to format their texts in the pages. > > I mean something like paste the text in a text box. Select some part of the > text

RE: [PHP] Text tools

2004-12-13 Thread Jay Blanchard
[snip] I was just wondering how to build a text editing tool with php. I mean a tool that can help users to format their texts in the pages. [/snip] Have you looked at something like http://www.htmlarea.com/ ? Most apps like this use a lot of JavaScript to get the work done. You may want to look

[PHP] Text tools

2004-12-13 Thread William Stokes
Hello, I was just wondering how to build a text editing tool with php. I mean a tool that can help users to format their texts in the pages. I mean something like paste the text in a text box. Select some part of the text and hit a button to, for example, bold the selected part of the text. Or