473,395 Members | 1,823 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

WYSIWYG textarea script - anyone know a good one?

I am developing a form-based website development system using PHP5,
and I want to incorporate a secure, reliable, Wysiwyg textarea script
in place of the standard, unformatable, text-only textarea one gets
with a <textarea> tag. All I need are basic formatting tools - bold,
italics, underline, lists, tables.

I've looked into a few already with spotty results:
SPAW - is buggy with PHP5.

Textarearich - is awkward to configure, and I'm not confident that
the script is secure or reliable.

jxhtmledit - a java applet with very unclear installation and
configuration documentation.

Can anyone recommend a good one?
Apr 11 '06 #1
8 7394
fi******@ironwork.com wrote:
I am developing a form-based website development system using PHP5,
and I want to incorporate a secure, reliable, Wysiwyg textarea script
in place of the standard, unformatable, text-only textarea one gets
with a <textarea> tag. All I need are basic formatting tools - bold,
italics, underline, lists, tables.

I've looked into a few already with spotty results:
SPAW - is buggy with PHP5.

Textarearich - is awkward to configure, and I'm not confident that
the script is secure or reliable.

jxhtmledit - a java applet with very unclear installation and
configuration documentation.

Can anyone recommend a good one?


I use TinyMCE which is available from here:
http://tinymce.moxiecode.com/

--
Chris Hope | www.electrictoolbox.com | www.linuxcdmall.com
Apr 11 '06 #2
On Wed, 12 Apr 2006 10:41:50 +1200, Chris Hope
<bl*******@electrictoolbox.com> wrote:
fi******@ironwork.com wrote:
I am developing a form-based website development system using PHP5,
and I want to incorporate a secure, reliable, Wysiwyg textarea script
in place of the standard, unformatable, text-only textarea one gets
with a <textarea> tag. All I need are basic formatting tools - bold,
italics, underline, lists, tables.

I've looked into a few already with spotty results:
SPAW - is buggy with PHP5.

Textarearich - is awkward to configure, and I'm not confident that
the script is secure or reliable.

jxhtmledit - a java applet with very unclear installation and
configuration documentation.

Can anyone recommend a good one?


I use TinyMCE which is available from here:
http://tinymce.moxiecode.com/


Chris,
Thanks for the lead!! I installed TinyMCE in a few minutes, and it is
working better, so far, than anything I have seen. What a relief!
Apr 12 '06 #3
It uses plugins which have various licensing terms, so be sure to check
them out!

Apr 12 '06 #4
Jon
We are using a modified version of Kevin Roth's RTE (with built-in preview)
but I've been thinking of switching to TinyMCE after looking at it. Anyone
have experience with both and think one is better than the other?

<fi******@ironwork.com> wrote in message
news:8s********************************@4ax.com...
On Wed, 12 Apr 2006 10:41:50 +1200, Chris Hope
<bl*******@electrictoolbox.com> wrote:
fi******@ironwork.com wrote:
I am developing a form-based website development system using PHP5,
and I want to incorporate a secure, reliable, Wysiwyg textarea script
in place of the standard, unformatable, text-only textarea one gets
with a <textarea> tag. All I need are basic formatting tools - bold,
italics, underline, lists, tables.

I've looked into a few already with spotty results:
SPAW - is buggy with PHP5.

Textarearich - is awkward to configure, and I'm not confident that
the script is secure or reliable.

jxhtmledit - a java applet with very unclear installation and
configuration documentation.

Can anyone recommend a good one?


I use TinyMCE which is available from here:
http://tinymce.moxiecode.com/


Chris,
Thanks for the lead!! I installed TinyMCE in a few minutes, and it is
working better, so far, than anything I have seen. What a relief!

Apr 12 '06 #5
Jon,

KR/RTE requires javascript to be enabled just to see the input box at
all. If you expect much of your market to be Firefox power users, this
might be a problem. But RTE is friendlier with pop-up blockers.

TinyMCE requires javascript to be enabled in order to use the WYSIWYG
feature (otherwise you get a textarea with HTML source). Actually that
is a really gracefull degrade. Unfortunately several TMCE plug-in
features are IE-only. And many are in-operable with the pop-up blocker
enabled.

Something should be very, very clear going forward: Your site NEEDS to
function with pop-up blockers installed. Why? IE6 and IE7 both include
them. And IE7s popup blocker is quite effective (as much so as
Firefox's). This means that within the next two years, 90% or more of
your users will be running a browser with a built in pop-up blocker.

Test any solution you find very well in many situations. Personally I
find KR/RTE a bit nicer but I am a huge fan of the KISS philosophy.
Right now there are no perfect solutions on the market at all. Which is
really too bad.

-Robert

Apr 12 '06 #6
I recently tested a few different ones and here are my thoughts...

1. xinha: Best. Faster, better default config, simple install.
http://xinha.python-hosting.com/

2. TinyMCE: Looks good too, but too many pop-ups for me. I like the
image manager. Pasting from Word isn't automatic.

3. FCKeditor: Another good one, but seems prone to problems with
plug-ins. After awhile I made a few work, but others I couldn't
configure properly and not enuogh info.

4. htmlarea: This is an ancester of xhina, has a few drawbacks.

5. widgEditor Too simple, not worth implementing for editing purposes.

Hope this helps.
Craig

fi******@ironwork.com wrote:
I am developing a form-based website development system using PHP5,
and I want to incorporate a secure, reliable, Wysiwyg textarea script
in place of the standard, unformatable, text-only textarea one gets
with a <textarea> tag. All I need are basic formatting tools - bold,
italics, underline, lists, tables.

I've looked into a few already with spotty results:
SPAW - is buggy with PHP5.

Textarearich - is awkward to configure, and I'm not confident that
the script is secure or reliable.

jxhtmledit - a java applet with very unclear installation and
configuration documentation.

Can anyone recommend a good one?

Apr 12 '06 #7
> 2. TinyMCE: Looks good too, but too many pop-ups for me. I like the
image manager. Pasting from Word isn't automatic.
There are several image managers now I think.
3. FCKeditor: Another good one, but seems prone to problems with
plug-ins. After awhile I made a few work, but others I couldn't
configure properly and not enuogh info.


We switched from this to TinyMCE. It was too buggy. We got too many
support requests from users.

Apr 12 '06 #8
fletch,

thanks for the notes. Any experience with xhina to share? Heard anything?

Craig
fletch wrote:
2. TinyMCE: Looks good too, but too many pop-ups for me. I like the
image manager. Pasting from Word isn't automatic.

There are several image managers now I think.

3. FCKeditor: Another good one, but seems prone to problems with
plug-ins. After awhile I made a few work, but others I couldn't
configure properly and not enuogh info.

We switched from this to TinyMCE. It was too buggy. We got too many
support requests from users.

Apr 13 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Dean Trower | last post by:
Does anyone know a clean method of preventing scrolling altogether in a TEXTAREA (i.e. ensuring the user CANNOT type more text than fits inside the box area)? I'd like to know how, if so... It...
16
by: Dawn Minnis | last post by:
Hi I know you're not supposed to post OS specific questions on the newsgroup so does anyone know a good newsgroup - where there are actually people talking to eachother and not full of spam -...
3
by: Mephistopheles | last post by:
>>"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message >>news >>:%23N6vQmpSFHA.3184@TK2MSFTNGP14.phx.gbl... >> Hi, >> I have a function already but I need to solve one...
9
by: TristaSD | last post by:
Hi, Does anyone know where I can get a decent WYSIWYG text area editor to use on one of my sites? The goal is to accomodate users who know zero html and to insert blog-like enties into the...
2
by: Bonzol | last post by:
VB.NET 2003, 1.1, Web Application Hey there, I'm looking to add a login function to my page using a database, does anyone know any good tutorials for this?
2
tpgames
by: tpgames | last post by:
I have a question: does anyone know of a Java Script (not java) chess game in which the IA is actually intelligent? The one on my site is not intelligent, as I almost beat the computer. I play...
11
by: Diego Martins | last post by:
for me, these items are in the 'tricky zone' of C++ does anyone know good material with that? (dealing with subtle details, pitfalls, good practices...) anything like the Effective series from...
1
by: wangchengxinyi | last post by:
hello everyone: Is anyone know how to program with telit GM862 GPS in python? i want to program with the telit module, but i have never used it, i even dont know how to download a script, how...
9
by: jeddiki | last post by:
Hi, I am running ZipArchive on a downloaded zipped file and I am getting An Error No. 19. My log gives this output: This is the script I am running:
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.