Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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,...
    2. 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...
    3. 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...
    4. 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...
    5. 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....
  3. #2

    Default Re: Size of Tag Editor

    Is there no solution for this problem?
    Andreas Frey Guest

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139