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 insert 
the edited text.

I've seen some packaged, in Moodle for example.
John



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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
insert the edited text.
I've seen some packaged, in Moodle for example.
John
   



I heartily recommend InnovaStudio WYSIWYG editor:
http://www.innovastudio.com/editor.asp

It comes with both PHP, ASP, and ASP.NET implementation examples.

It doesn't support XHTML, but you solve that by using the PHP tidy module.

Warm Regards,
Torgny



 



--
John Taylor-Johnston
-
If it's not Open Source, it's Murphy's Law.

 ' ' 'Collège de Sherbrooke:
ô¿ôhttp://www.collegesherbrooke.qc.ca/languesmodernes/
   - 819-569-2064

 °v°   Bibliography of Comparative Studies in Canadian, Québec and Foreign 
Literatures
/(_)\  Université de Sherbrooke
 ^ ^   http://compcanlit.ca/ T: 819.569.2064



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?

http://www.htmlarea.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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.
   


Robert Cummings wrote:
Here's a couple of popular ones.
   http://tinymce.moxiecode.com/example_full.php?example=true
   http://www.fckeditor.net/demo/default.html
 


--
John Taylor-Johnston
-
If it's not Open Source, it's Murphy's Law.

 °v°   Bibliography of Comparative Studies in Canadian, Québec and Foreign 
Literatures
/(_)\  Université de Sherbrooke
 ^ ^   http://compcanlit.ca/ T: 819.569.2064

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 then use php to
insert the edited text.
 


[/snip]

Sorry I missed this earlier. Have you looked at htmlArea?

http://www.htmlarea.com/

 



--
John Taylor-Johnston
-
If it's not Open Source, it's Murphy's Law.

 ' ' 'Collège de Sherbrooke:
ô¿ôhttp://www.collegesherbrooke.qc.ca/languesmodernes/
   - 819-569-2064

 °v°   Bibliography of Comparative Studies in Canadian, Québec and Foreign 
Literatures
/(_)\  Université de Sherbrooke
 ^ ^   http://compcanlit.ca/ T: 819.569.2064



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, 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 List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 site). Either way from what I've been seeing over the past few
months, fckeditor seems to be the most popular with good community
support.

Cheers,
Rob.
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 packaged, in Moodle for example.

Here's a couple of popular ones.

http://tinymce.moxiecode.com/example_full.php?example=true
http://www.fckeditor.net/demo/default.html

Cheers,
Rob.
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php