|
 |
asp_web_howto thread: RTF to HTML
Message #1 by "O'Hara, Elliott M" <EMOHARA@k...> on Wed, 20 Jun 2001 10:25:47 -0400
|
|
Hi all,
I have a page that has a RTF Control on it... is there a way i can
convert the RTF data in it to HTML???
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Wed, 20 Jun 2001 16:02:11 +0100
|
|
Did we not have this conversation a few months ago?
I looked into this a few years ago, and found nothing of any use, until
I
discovered the DHTML editing component that came out with IE5, so I
used
that instead. In the mean time, somebody may have written a decent
RTF->HTML converter...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 20 June 2001 15:26
To: ASP Web HowTo
Subject: [asp_web_howto] RTF to HTML
Hi all,
I have a page that has a RTF Control on it... is there a way i can
convert the RTF data in it to HTML???
Message #3 by "O'Hara, Elliott M" <EMOHARA@k...> on Wed, 20 Jun 2001 11:15:19 -0400
|
|
have you had any luck with the DHTML edit component?
I tried it and I couldn't get it to work like I wanted...
I want to make a few buttons (bold, italics ect...) and let the users
enter
whatever they want however they want, but weesh...
getting it to work was a real bad bad word...
RTF, on the other hand is a breeze.
If you have any code that works or even a reference on how to use the
DHTML
Edit control I'd love to use it.
Thanks alex...
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Wednesday, June 20, 2001 11:02 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
Did we not have this conversation a few months ago?
I looked into this a few years ago, and found nothing of any use, until
I
discovered the DHTML editing component that came out with IE5, so I
used
that instead. In the mean time, somebody may have written a decent
RTF->HTML converter...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 20 June 2001 15:26
To: ASP Web HowTo
Subject: [asp_web_howto] RTF to HTML
Hi all,
I have a page that has a RTF Control on it... is there a way i can
convert the RTF data in it to HTML???
Message #4 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Thu, 21 Jun 2001 10:07:32 +0100
|
|
It was in my last job, about 2 years ago but I should have a CD lying
around
with all my old work on it. I'll try and dig it out for you...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 20 June 2001 16:15
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
have you had any luck with the DHTML edit component?
I tried it and I couldn't get it to work like I wanted...
I want to make a few buttons (bold, italics ect...) and let the users
enter
whatever they want however they want, but weesh...
getting it to work was a real bad bad word...
RTF, on the other hand is a breeze.
If you have any code that works or even a reference on how to use the
DHTML
Edit control I'd love to use it.
Thanks alex...
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Wednesday, June 20, 2001 11:02 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
Did we not have this conversation a few months ago?
I looked into this a few years ago, and found nothing of any use, until
I
discovered the DHTML editing component that came out with IE5, so I
used
that instead. In the mean time, somebody may have written a decent
RTF->HTML converter...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 20 June 2001 15:26
To: ASP Web HowTo
Subject: [asp_web_howto] RTF to HTML
Hi all,
I have a page that has a RTF Control on it... is there a way i can
convert the RTF data in it to HTML???
Message #5 by "O'Hara, Elliott M" <EMOHARA@k...> on Thu, 21 Jun 2001 06:40:54 -0400
|
|
thanks
I think I've got it figured out though...
http://msdn.microsoft.com/workshop/c-frame.htm#/workshop/author/default.
asp
Really breaks it down...
I couldn't get any of the command id's to work. Got a type mismatch
every
time i tried to execute a command on it. Turns out there's a js file
that
makes all the command id assosiations for you.. downloaded it from ms
and
stuck it in the page.. vola! works like a charm, every bit as easy as
the
RTF component.
elliott
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Thursday, June 21, 2001 5:08 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
It was in my last job, about 2 years ago but I should have a CD lying
around
with all my old work on it. I'll try and dig it out for you...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 20 June 2001 16:15
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
have you had any luck with the DHTML edit component?
I tried it and I couldn't get it to work like I wanted...
I want to make a few buttons (bold, italics ect...) and let the users
enter
whatever they want however they want, but weesh...
getting it to work was a real bad bad word...
RTF, on the other hand is a breeze.
If you have any code that works or even a reference on how to use the
DHTML
Edit control I'd love to use it.
Thanks alex...
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Wednesday, June 20, 2001 11:02 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
Did we not have this conversation a few months ago?
I looked into this a few years ago, and found nothing of any use, until
I
discovered the DHTML editing component that came out with IE5, so I
used
that instead. In the mean time, somebody may have written a decent
RTF->HTML converter...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 20 June 2001 15:26
To: ASP Web HowTo
Subject: [asp_web_howto] RTF to HTML
Hi all,
I have a page that has a RTF Control on it... is there a way i can
convert the RTF data in it to HTML???
Message #6 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Thu, 21 Jun 2001 12:01:47 +0100
|
|
You got it all working then?
They give some nice examples, with a full "fake" word style interface
made
entirely with DHTML and images.
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 21 June 2001 11:41
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
thanks
I think I've got it figured out though...
http://msdn.microsoft.com/workshop/c-frame.htm#/workshop/author/default.
asp
Really breaks it down...
I couldn't get any of the command id's to work. Got a type mismatch
every
time i tried to execute a command on it. Turns out there's a js file
that
makes all the command id assosiations for you.. downloaded it from ms
and
stuck it in the page.. vola! works like a charm, every bit as easy as
the
RTF component.
elliott
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Thursday, June 21, 2001 5:08 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
It was in my last job, about 2 years ago but I should have a CD lying
around
with all my old work on it. I'll try and dig it out for you...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 20 June 2001 16:15
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
have you had any luck with the DHTML edit component?
I tried it and I couldn't get it to work like I wanted...
I want to make a few buttons (bold, italics ect...) and let the users
enter
whatever they want however they want, but weesh...
getting it to work was a real bad bad word...
RTF, on the other hand is a breeze.
If you have any code that works or even a reference on how to use the
DHTML
Edit control I'd love to use it.
Thanks alex...
Message #7 by "O'Hara, Elliott M" <EMOHARA@k...> on Thu, 21 Jun 2001 07:17:49 -0400
|
|
sure do. I'm playing with microsofts toolbar.js right now. I think you
might
have actually turned me onto it some time ago.
Really nice, toolbars look just like ms office stuff. Few problems, but
I
think I can work through it....
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Thursday, June 21, 2001 7:02 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
You got it all working then?
They give some nice examples, with a full "fake" word style interface
made
entirely with DHTML and images.
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 21 June 2001 11:41
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
thanks
I think I've got it figured out though...
http://msdn.microsoft.com/workshop/c-frame.htm#/workshop/author/default.
asp
Really breaks it down...
I couldn't get any of the command id's to work. Got a type mismatch
every
time i tried to execute a command on it. Turns out there's a js file
that
makes all the command id assosiations for you.. downloaded it from ms
and
stuck it in the page.. vola! works like a charm, every bit as easy as
the
RTF component.
elliott
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Thursday, June 21, 2001 5:08 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
It was in my last job, about 2 years ago but I should have a CD lying
around
with all my old work on it. I'll try and dig it out for you...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 20 June 2001 16:15
To: ASP Web HowTo
Subject: [asp_web_howto] RE: RTF to HTML
have you had any luck with the DHTML edit component?
I tried it and I couldn't get it to work like I wanted...
I want to make a few buttons (bold, italics ect...) and let the users
enter
whatever they want however they want, but weesh...
getting it to work was a real bad bad word...
RTF, on the other hand is a breeze.
If you have any code that works or even a reference on how to use the
DHTML
Edit control I'd love to use it.
Thanks alex...
|
|
 |