Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
kscap #1
Wrap Highlighted Text with Tags
I am trying to write a function to take the highlighted text in design view and
get its parent tag, then wrap that whole section with another tag.
using the function dw.getDocumentDOM().source.selectParentTag() to get the
selected text's parent does not seem to work. i get the following error: "..
The function balanceTextView() is currently unavailable"
any way to get the same functionality as
dw.getDocumentDOM().source.wrapSelection() but to bump it up to the text's
parent node then wrap tags around it?
kscap Guest
-
Text wrap adding a ghost Wrap???
hello, I was working on creating a clipping mask on a photo by using the pen tool and making a silo. Then I would cut the picture and paste into... -
current selected text to highlighted text on mouse up event through java script
hi everybody, I want to convert the current selected text to highlighted text i.e. to yellow background on mouse up event on pdf form through... -
Show highlighted text?
Hi, I have Illustrator 10 on Win2000 Professional. I must have hit something without noticing because all of the sudden, when editing text, I... -
Don't see text being highlighted
Hi All, Strange thing happening: Every now and then a text box will stop showing me what characters I have highlighted with my cursor. I drag the... -
kscap #2
Re: Wrap Highlighted Text with Tags
i seem to have figured it out...
dw.getDocumentDOM().selectParent();
dw.getDocumentDOM().source.wrapSelection();
kscap Guest



Reply With Quote

