Yea, there's a problem with it, and it should be a known bug, although I
don't have any confirmation on this.
If you go into the code for cfa_HTMLEditor, scroll to where the Ektron
editor is called. You will notice they have hard-coded the editor name. It
doesn't use the value you enter. This means that when you try to pre-load
the input, JavaScript (used to load the editor window) has to inputs named
the same thing and so it doesn't work.
You can fix it though. Go into cfa_HTMLEditor.cfm and change the EditorName
attribute passed to cf_ieeditor (line 193 on my installation) to :
EditorName="#attributes.EditorName#"
Re-test having two editors on the same page. It should work after making
this change.
Jason
P.S. Anyone know if Allaire knows about this bug?
----
Jason Aden
Allaire Certified Developer
[EMAIL PROTECTED]
www.wwstudios.com
> -----Original Message-----
> From: Sanghi, Nitin [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 5:18 PM
> To: Spectra-Talk
> Subject: eWebEditPro
>
>
> I was wondering if anyone was having problems with using
> cfa_htmlEditor more
> than once on a page. When I tried doing the same, I can see
> the two htmlEditors but when I submit the page, the values from both the
> htmlEditors disappear. Is this a known issue and if so, is there
> a hotfix for this problem. I can't see why the cfa_htmlEditor would be
> limited to one per page.
>
> Thank you
>
> Nitin
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.