php rich editor
Moderator: General Moderators
-
persiangulf
- Forum Commoner
- Posts: 30
- Joined: Tue Jan 29, 2008 12:04 pm
php rich editor
hi
I want to use an editor such this forum editor (for posting topic ) for my site. I found a lot of textarea editors (At first it was browsers) that where completely written in javascript but i want one that is processed by php not javascript.Is there any one out there that you offer cause I don't have enough time to write this by myself.
Thanks!
I want to use an editor such this forum editor (for posting topic ) for my site. I found a lot of textarea editors (At first it was browsers) that where completely written in javascript but i want one that is processed by php not javascript.Is there any one out there that you offer cause I don't have enough time to write this by myself.
Thanks!
Last edited by persiangulf on Sun Oct 05, 2008 1:08 pm, edited 3 times in total.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: php rich editor
I think you just stole the title of "most confusing post" right from underneath me 
1. Browsers (that I know of) are not written in javascript...some parts like FF I believe use JS/XUL for some of the interface
2. An editor in PHP is all but impossible in this context.

1. Browsers (that I know of) are not written in javascript...some parts like FF I believe use JS/XUL for some of the interface
2. An editor in PHP is all but impossible in this context.
With your apparent understanding of PHP and Javascript...you'd have a hard time getting anywhere.Is there any one out there that you offer cause I don't have enough time to write this by myself.
-
persiangulf
- Forum Commoner
- Posts: 30
- Joined: Tue Jan 29, 2008 12:04 pm
Re: php rich editor
Sorry I had wrong with writing editor instead of browsers i corrected it:|
I'm wondering of how much you are honering yourself
That's enough I don't have enough time to answer the silly things
Of course writing this editor in php is not hard it just consume some time but I don't think I mentioned that I can not or it is hard!With your apparent understanding of PHP and Javascript...you'd have a hard time getting anywhere.
I'm wondering of how much you are honering yourself
That's enough I don't have enough time to answer the silly things
Last edited by persiangulf on Sun Oct 05, 2008 1:04 pm, edited 1 time in total.
Re: php rich editor
Writing a rich text editor in PHP is impossible isn't it? How would it work?persiangulf wrote:Of course writing this editor in php is not hard it just consume some time but I don't think I mentioned that I can not or it is hard!
If you think you can make one I'd be really interested in seeing it. Even just a basic prototype.
-
persiangulf
- Forum Commoner
- Posts: 30
- Joined: Tue Jan 29, 2008 12:04 pm
Re: php rich editor
Excuse me I think we have a misunderstanding!Writing a rich text editor in PHP is impossible isn't it? How would it work?
If I said rich text editor I do not mean something like Openwysiwyg or TinyMCE that are completely in java script. I mean something like the one that we use to post or answer topics in this site!
OK I think I should write it by myself instead of posting replies
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: php rich editor
heh?
If you want a WYSIWYG like TinyMCE then you use one...the one on these boards is commonly refered to as a bbCode editor.

If you want a WYSIWYG like TinyMCE then you use one...the one on these boards is commonly refered to as a bbCode editor.
Not impossible. phpGTK. Just really useful for a web application.Writing a rich text editor in PHP is impossible isn't it? How would it work?
-
persiangulf
- Forum Commoner
- Posts: 30
- Joined: Tue Jan 29, 2008 12:04 pm
Re: php rich editor
Thanks Hockey.If you want a WYSIWYG like TinyMCE then you use one...the one on these boards is commonly refered to as a bbCode editor.
Believe me or not I did not know this till now that it is bbcode editor not wyswyng
However thanks.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: php rich editor
No worries 
I would have said that earlier but I wasn't sure what you were asking.
I would have said that earlier but I wasn't sure what you were asking.
-
persiangulf
- Forum Commoner
- Posts: 30
- Joined: Tue Jan 29, 2008 12:04 pm
Re: php rich editor
Again thanks Hockey,
I find HTML_BBCodeParser class on PEAR just because of your keyword
I find HTML_BBCodeParser class on PEAR just because of your keyword
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: php rich editor
Sweet 