Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread editable DIV / ScrollPanel, etc
Sun, Feb 18 2018 9:18 PMPermanent Link

erickengelke

Avatar

When I work in pure HTML javascript I can edit things in a div.

eg.
<div ID='a'>asdf</a>
<script>d = window.document.getElementById('a');
d.contentEditable=true;
</script>

But no matter how I try, I cannot convince divs to be editable in EWB.  It doesn't
matter if I create them by adding a DOM element myself or if I use ScrollPanel, etc.

I'm guessing it has to do with interface controller but haven't cracked that nut yet.
Editable DIVs would help a lot.  Is there a way to accomplish this.

Thanks
http://www.erickengelke.com
Sun, Feb 18 2018 9:23 PMPermanent Link

erickengelke

Avatar

erickengelke wrote:

> When I work in pure HTML javascript I can edit things in a div.

Figured it out.  Nothing like posting to make you think up a solution.  Use HTMLLable!

Erick
http://www.erickengelke.com
Image