473,486 Members | 2,401 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Rich text online editor

Hi Freinds,
I need a control / script to be able to give the user to edit a TEXT
field online on browser for hyper text and rich text format, just like
most of the email and contect editor allow to do these days.

Thanks in advance,
Pat

Jun 18 '07 #1
6 2275
Pat.Rick wrote:
Hi Freinds,
I need a control / script to be able to give the user to edit a TEXT
field online on browser for hyper text and rich text format, just like
most of the email and contect editor allow to do these days.
This has nothing to do with php but here goes :-)

Try tinymce :-)

Arjen
Jun 18 '07 #2
On Mon, 18 Jun 2007 05:19:01 -0000, in comp.lang.php "Pat.Rick"
<Pa********************@gmail.com>
<11*********************@e9g2000prf.googlegroups.c omwrote:
>| Hi Freinds,
| I need a control / script to be able to give the user to edit a TEXT
| field online on browser for hyper text and rich text format, just like
| most of the email and contect editor allow to do these days.
|
| Thanks in advance,
| Pat
fckEditor - http://www.fckeditor.net/
---------------------------------------------------------------
jn******@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Jun 18 '07 #3
Jeff North wrote:
On Mon, 18 Jun 2007 05:19:01 -0000, in comp.lang.php "Pat.Rick"
<Pa********************@gmail.com>
<11*********************@e9g2000prf.googlegroups.c omwrote:
>| Hi Freinds,
| I need a control / script to be able to give the user to edit a TEXT
| field online on browser for hyper text and rich text format, just like
| most of the email and contect editor allow to do these days.
|
| Thanks in advance,
| Pat

fckEditor - http://www.fckeditor.net/
You missed a letter :-)

Seriously, fckEditor is a good schoice if you want (free) file uploads
on your server. Otherwise dont use fckEditor since it messes up code and
is less browser compatible.

Arjen
Jun 18 '07 #4
Floortje <fl******@dont.mailwrote in
news:46***********************@news.wanadoo.nl:
>fckEditor - http://www.fckeditor.net/

You missed a letter :-)

Seriously, fckEditor is a good schoice if you want (free) file uploads
on your server. Otherwise dont use fckEditor since it messes up code
and is less browser compatible.
I actually was all over it for a while, then I took a look at the generated
source code - IFRAME within IFRAME within IFRAME... looking at the DOM is a
nightmare.

Unimportant if you don't do much javascript/dynamic stuff on the page, but
if you DO, then you might find it a bit of a nightmare.

Jun 18 '07 #5
On Jun 18, 1:19 am, "Pat.Rick" <PatrickAlexander.em...@gmail.com>
wrote:
I need a control / script to be able
to give the user to edit a TEXT field online
on browser for hyper text and rich text format,
just like most of the email and contect editor
allow to do these days.
Can you accept restriction to require users to work
on Windows based systems using IE ?

If yes, our ALLText HT/Pro 4.5 OCX component
can be used within a web page and can allow
user to create and edit formatted ( RTF) text.
You can then read the formatted text string,
and send this back to your web server.

ALLText has been used by thousands of developers
world wide for desktop and web based applications.

If you are interested you can try out for 30 day
evaluation before purchase.

I'd also be happy to answer any questions you may
have about ALLText.

Please reply
- Let me know that you have received this message
* * Please include a copy of this message with your reply

-----

Brindle Jonas
BrindleJ @ Bennet-Tec.Com

* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com

=================== ===================

Jun 19 '07 #6
On Mon, 18 Jun 2007 12:24:09 -0500, in comp.lang.php Good Man
<he***@letsgo.com>
<Xn************************@216.196.97.131wrote:
>| Floortje <fl******@dont.mailwrote in
| news:46***********************@news.wanadoo.nl:
|
| >fckEditor - http://www.fckeditor.net/
| >
| You missed a letter :-)
| >
| Seriously, fckEditor is a good schoice if you want (free) file uploads
| on your server. Otherwise dont use fckEditor since it messes up code
| and is less browser compatible.
|
| I actually was all over it for a while, then I took a look at the generated
| source code - IFRAME within IFRAME within IFRAME... looking at the DOM is a
| nightmare.
|
| Unimportant if you don't do much javascript/dynamic stuff on the page, but
| if you DO, then you might find it a bit of a nightmare.
While it is good to see some users experiences with a particular
product it might be helpful to the OP (and others) if you could
suggest an alternative application.
---------------------------------------------------------------
jn******@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Jun 19 '07 #7

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

Similar topics

1
3725
by: IkBenHet | last post by:
Hello, I found this script to create a simple rich text form (http://programmabilities.com/xml/index.php?id=17): <html> <head> <title>Rich Text Editor</title> </head> <body>
1
7715
by: PC User | last post by:
I found this Rich Text Editor and I've been trying to recreate it in my own application. I've had trouble with the COMCTL.ImageListCtrl and the COMCTL.Toolbar to recreate the toolbar. And I've...
8
9704
by: EEEdiot | last post by:
Does anyone know of a good rich text editor web control for ASP.NET that is *free*? TIA.
4
3093
by: pbreah | last post by:
I'm doing a Rich Text Editor (WYSIWYG) in javascript for a game for kids. I'm doing a special case in with every keystroke from A-Z creates a background and foreground color for that letter, witch...
7
2958
by: Prasad | last post by:
Hi all, I am trying to develop a simple rich text editor I do only require bold, itlaic, underline.. The code for IE is <script> function displayEditor(editor, html, width, height) { ...
36
9157
by: karen987 | last post by:
My newsweblog has ASP pages with news articles and a commenting system. The comments are posted, and to read them the reader clicks on the headline of the comment, and it opens up in a pop up window....
11
5325
by: karen987 | last post by:
I have a web page which used to work fine until i added a rich text editor. the pages are in ASP and it is a news weblog, with a comments section where people click the headline of a comment and...
16
11035
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might...
2
2849
arnabc
by: arnabc | last post by:
Hi all, I am developing one online forum kind of website where users have the facility to submit there comments and to do that we r using one custom made rich text editor. So far it was fine but...
0
7105
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
7341
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5439
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4870
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4564
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3071
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1381
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
266
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.