If you are using javascript as a wrapper, and you have the activeX control
with the id of DHTMLSafe and you want to wrap the selection with
<your_Tag></your_Tag>, you can access the dom of the control as well as the
createRange() method.
here is the code
<javascript_snip>
source = document.DHTMLSafe.DOM.selection.createRange();
source.htmlText = "<your_Tag>" + source.htmlText + "</your_Tag>";
</javascript_snip>
Most of what you have access to in the dom of the browser you have access to
in the dom of the activeX control.
Eric Gilbert
Manager, Application Development
StoneGround
560 Sutter Street, Suite 400
San Francisco, CA 94102
415.252.0600 (phone)
415.252.0123 (fax)
http://www.stoneground.com/
CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from
disclosure under applicable law.
All code Copyright �2001 StoneGround. All rights reserved.
> -----Original Message-----
> From: BEN MORRIS [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 29, 2001 11:47 AM
> To: CF-Talk
> Subject: RE: Activeedit 2.5 - Subthread Ektron
>
>
> I would be interested in seeing the code you have written for
> this. I have started making an editor based on IE's abilities.
> Do you know if there is a way to insert any start and end tag
> (similar to snippets in studio)? For instance, making an <h1></h1>.
>
> >>> Billy Cravens <[EMAIL PROTECTED]> 08/29/01 02:11PM >>>
> As far as the ActiveX issue goes, very true. If your needs are
> relatively simple, you can easily roll your own ActiveEdit or eWebEdit
> type product - use the DHTMLEdit control built into IE4+. It has a
> couple of quirks that are easily coded around. I'm using it on my
> personal website.
>
> ---
> Billy Cravens
> Web Development, EDS
> [EMAIL PROTECTED]
>
>
> -----Original Message-----
> From: Trey Rouse [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 29, 2001 11:32 AM
> To: CF-Talk
> Subject: RE: Activeedit 2.5 - Subthread Ektron
>
>
> Neither product from ektron works with Netscape 6.1. (Just Verified
> Again)
>
> We use both empower 3.0 and ewebeditpro 2.0 and neither product is
> usable in Netscape 6.1.
>
> Be very wary of ektron solutions as they have not been tested in what I
> would call professional environments.
>
> We use the products on a clustered CF50 solution and as we have had
> installation and general support issues, we find the product has never
> been tested under these conditions. We have been pioneering this and
> making changes as we go, but the lack of testing on their part has
> pushed us months behind schedule.
>
> I'm sure if you have a small site, on a single server without
> redundancy, and all your webserver pathing is done to the local machine,
> then yes this product is probably a decent solution for you.
>
> Oh it should also be noted that while the product only works on IE, it
> only works on intel/MS installations of IE. This should be obvious as
> it utilizes activeX, but not everyone seems to get that.
>
> Trey Rouse
>
>
>
>
> -----Original Message-----
> From: Billy Cravens [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 29, 2001 10:51 AM
> To: CF-Talk
> Subject: RE: Activeedit 2.5
>
>
> Ektron's eWebEdit claims Netscape compatibility.
>
> ---
> Billy Cravens
> Web Development, EDS
> [EMAIL PROTECTED]
>
>
> -----Original Message-----
> From: Chuck Hergenroeder [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 9:16 AM
> To: CF-Talk
> Subject: RE: Activeedit 2.5
>
>
> I don't know this for a fact, but I thought the newest release worked on
> Netscape. I could be wrong though.
>
> -----Original Message-----
> From: Andrew Scott [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 10:08 AM
> To: CF-Talk
> Subject: RE: Activeedit 2.5
>
> Also one thing that one has to consider with this application is that it
> only works under IE, I am not sure about Netscape 6.x so maybe someone
> would like to confirm this but it will not work under Netscape 4.x...
>
>
> -----Original Message-----
> From: John Patterson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 21 August 2001 12:01 AM
> To: CF-Talk
> Subject: Re: Activeedit 2.5
>
> Hello,
>
> I use ActiveEdit in an internet application of mine. I use it as a
> message board for those utilizing the application. The administrator
> can post application updates and system messages and client information
> rather than using emails. It provides a nice "value-added" feature to
> my application.
>
> John
>
> ----- Original Message -----
> From: "James Taavon" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 20, 2001 9:51 AM
> Subject: Activeedit 2.5
>
>
> > I have been reading about this new product. Any feedback would be
> > appreciated.
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists