Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Andreas Frey #1
Size of Tag Editor
Hello,
I develop an extension (for webEdition) for dreamweaver at the moment. This
extension contains also a tag library.
Some of these tags have many attributes. Now the Window of the Tag Editor is
too small to show all attributes.
A grouping of the attributes is not possible.
Is there a possibility to set a text-overflow attribute of a div?
Is there a possibility to set the Dimensions of the window? I already checked
windowDimensions, but its not called when i open the Tag Editor.
This problems occures in DW MX 2004, 8 and CS3
I hope anybody can help me with this problem.
Andreas Frey Guest
-
display size on-screen differs from actual size.
With Illustrator 10 installed on Windows XP Pro with a Viewsonic 21" monitor at 16000 X 1200, the problem I am having is: The image I see on-screen,... -
How do I resize a document from Poster Size to Letter Size??
I designed a poster using ID CS (3.01) on a Windows XP platform. It is a single page document measuring 22" X 30", and I now need to print the same... -
Invoking another Editor (UrlEditor) from an Editor (CollectionEditor)
Hi, Any pointers how I can invoke the UrlEditor from a custom CollectionEditor? I have a collection property that represents a list of... -
CAN I CHANGE SIZE (PIXELS) OF A PROJECTOR TO REDUCE THE FILE SIZE?
as far as I know you would have to transform bitmap scale all bitmap members to the new size, then readjust their positions to score, and adjust... -
Cast Members Size Vs. Total Movie Size
What ultimately worked for me was to choose "Link to External File" in the media drop-down box within the importing dialog box when importing files.... -
-
ChrisBank #3
Re: Size of Tag Editor
I don't think there's an automatic way to do this. You can set the height of
the div using CSS, (<div style="height:400px">) but there is a max height of
the dialog. I assume you're hitting this limit if you're asking about
scrolling. I couldn't think of a way to get the dialog to have native OS scroll
bars.
However, I think you can set up your own type of scrolling with a bit of work
and JavaScript. The basic idea is to add your own buttons for scrolling and in
the onclick event for the button use JavaScript to set display = 'none' or
clear the display property of a node, depending on if you want to show or hide
it. You'll have to work on how you layout your controls since you can set
display to none on tr tags, which is how most of the tag dialogs are laid out.
Hope that helps,
Chris
Adobe Dreamweaver Engineering
ChrisBank Guest



Reply With Quote

