RonB
|
| Posted: 08/13/2002, 4:11 AM |
|
Hi,
I use the online editor that comes as a dreamweaver extension a lot to give
people a way of admitting html news or articles. This works fine until you
want to give them a change to alter a submitted piece. Is there anyone out
there that uses this editor and knows a way to put a database piece of html
back into the editor for alteration?
RonB
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/14/2002, 2:12 AM |
|
Does that editor consist of javascript and input tag of text type ?
If so you may need to create hidden control bound to db column that is
populated
with editor content in onsubmit event.
--
Alex,
Support Engineer
CodeCharge Team
"RonB" <r.borkent@chello123.nl> wrote in message
news:ajapgn$4ej$1@news.codecharge.com...
> Hi,
>
> I use the online editor that comes as a dreamweaver extension a lot to
give
> people a way of admitting html news or articles. This works fine until you
> want to give them a change to alter a submitted piece. Is there anyone out
> there that uses this editor and knows a way to put a database piece of
html
> back into the editor for alteration?
>
> RonB
>
>
|
|
|
 |
RonB
|
| Posted: 08/14/2002, 5:25 AM |
|
Hi Alex,
I already set things up so the html gets loaded into a hidden control. I now
have to figure out an onchange or onload event that takes that piece of html
and transports it to the editor. the editors control is embedded in an
iframe so it get's rather complicated for a javascript beginner like me. I
have a dificult time grasping the complecated dom structure of a page that
has an IFRAME and sources that frame to an external htm page containing the
edit part of the editor ehm... or something like that 
RonB
"Alexey Alexapolsky" <alexa@codecharge.com> schreef in bericht
news:ajd6u7$eff$2@news.codecharge.com...
> Does that editor consist of javascript and input tag of text type ?
> If so you may need to create hidden control bound to db column that is
> populated
> with editor content in onsubmit event.
>
> --
>
> Alex,
> Support Engineer
> CodeCharge Team
>
>
> "RonB" <r.borkent@chello123.nl> wrote in message
>news:ajapgn$4ej$1@news.codecharge.com...
> > Hi,
> >
> > I use the online editor that comes as a dreamweaver extension a lot to
> give
> > people a way of admitting html news or articles. This works fine until
you
> > want to give them a change to alter a submitted piece. Is there anyone
out
> > there that uses this editor and knows a way to put a database piece of
> html
> > back into the editor for alteration?
> >
> > RonB
> >
> >
>
>
|
|
|
 |
|