Re: [PHP] Java editor

2005-10-25 Thread Angelo Zanetti
also check out solmetra.com I think, not sure if its open source... HTH John Taylor-Johnston wrote: Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold, italics, etc. I would then store the html in a MySQl record and then use php to

Re: [PHP] Java editor

2005-10-19 Thread John Taylor-Johnston
Looks good. But I was hoping for open source. John Torgny Bjers wrote: John Taylor-Johnston wrote: Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold, italics, etc. I would then store the html in a MySQl record and then use php to

RE: [PHP] Java editor

2005-10-19 Thread Jay Blanchard
[snip] Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold, italics, etc. I would then store the html in a MySQl record and then use php to insert the edited text. [/snip] Sorry I missed this earlier. Have you looked at htmlArea?

Re: [PHP] Java editor

2005-10-19 Thread John Taylor-Johnston
Thanks Rob. They are hard to choose between?! I'll play with both. I only want the very basics. Thanks! John On Tue, 2005-10-18 at 23:52, John Taylor-Johnston wrote: Is there a OS java (or other) html editor I can implement on a Web page. I've seen some packaged, in Moodle for example.

Re: [PHP] Java editor

2005-10-19 Thread John Taylor-Johnston
Thanks all. This was easy to install: http://ccl.flsh.usherbrooke.ca/~johj2201/test.php Jay Blanchard wrote: [snip] Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold, italics, etc. I would then store the html in a MySQl record and

Re: [PHP] Java editor

2005-10-19 Thread Sascha Braun
Please take a look at http://mozile.mozdev.org/ This is a browser based solution. Pretty cool i find. bye Am Dienstag, den 18.10.2005, 23:52 -0400 schrieb John Taylor-Johnston: Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold,

Re: [PHP] Java editor

2005-10-19 Thread Robert Cummings
On Wed, 2005-10-19 at 13:07, John Taylor-Johnston wrote: Thanks all. This was easy to install: http://ccl.flsh.usherbrooke.ca/~johj2201/test.php IMHO would stay away from htmlarea, they've discontinued it in favour of what I would guess is the unfree InnovaStudio (since it ranks first on their

[PHP] Java editor

2005-10-18 Thread John Taylor-Johnston
Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold, italics, etc. I would then store the html in a MySQl record and then use php to insert the edited text. I've seen some packaged, in Moodle for example. John -- PHP General Mailing

Re: [PHP] Java editor

2005-10-18 Thread Robert Cummings
On Tue, 2005-10-18 at 23:52, John Taylor-Johnston wrote: Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold, italics, etc. I would then store the html in a MySQl record and then use php to insert the edited text. I've seen some