Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
LeedsJohn #1
Insert text into specific editable region
I can use dom.getEditableRegionList() and dom.getSelectedEditableRegion() to
write text into the selected editable region, but I would like to insert text
at the start of an editable region called 'mainContent'.
How can I do this?
LeedsJohn Guest
-
Editable region became uneditable
This is weird! While my clients were working on the site in Contribute, some of the pages lost the ability to edit one of the editable regions. ... -
Not showing text in editable region
I'm the administrator for a site, and both my users and I are experiencing this odd problem. The last line of text in an editable region (whether... -
Editable region size
hi, Hopefully, I am on the right forum. I am creating a table based template with the editable regions in a single two column table. My... -
Specify editable region w/out template
Is it possible to set up an editable region on an existing html page without using templates? Thanks John B. -
Editable region no longer editable
Brad, what did you determine on this question--I am having the exact same problem too--when i try to edit a nested template editable region, it tells... -
E Michael Brandt #2
Re: Insert text into specific editable region
Search for that node by finding its id in the getEditableRegionList()
array, and prepend your text to its innerHTML.
emichael brandt
LeedsJohn wrote:> I can use dom.getEditableRegionList() and dom.getSelectedEditableRegion() to
> write text into the selected editable region, but I would like to insert text
> at the start of an editable region called 'mainContent'.
> How can I do this?
>
>E Michael Brandt Guest



Reply With Quote

