Selecting multiiple documents to open at once

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Selecting multiiple documents to open at once

    Is there a way that I can select more than one document at a time to open in Dreamweaver, without defining a site?
    Jackilan Guest

  2. Similar Questions and Discussions

    1. Iterate through open documents
      AVAppGetActiveDoc() gets the active document. I need a way to iterate though all the open documents and get AVDoc objects for each document. ...
    2. file:/// list of open documents
      Nevermind, I figured it out. I used the getDocumentList() to get the array then I used the URL method to get the file path for each page.
    3. Save and Open documents
      I`m using Illustator CS on a Dell Latitude with windows XP and have some problems. When opening (File - Open) a previously saved file I do not get my...
    4. Acrobate 6.0.1 documents won't stay open
      They just keep closing on me.
    5. Acrobat won't open documents on web
      My acrobat used to run just fine. Suddenly, it didn't open documents anymore. Yesterday, I uninstalled and reinstalled.... I am still unable to open...
  3. #2

    Default Selecting multiiple documents to open at once

    Is there a way that I can select more than one document at a time to open in Dreamweaver, without defining a site?
    Jackilan Guest

  4. #3

    Default Re: Selecting multiiple documents to open at once

    Defining a site is the easiest way but if you are desperate not to have to do
    that you can browse for the files in Windows and select the files you want to
    open by pressing Shift or Ctrl and left clicking on the files you want to open.
    Then right click and select 'Edit with Dreamweaver MX'. All of the files
    selected should then open in Dreamweaver. This will only work for files in the
    same directory though. If you want to select multiple documents to open in
    different directories you will need to define a site.

    The only other way I think you can do it is by coding your own custom command
    using the Dreamweaver API and using the dreamweaver.openDocument() function
    somehow.

    EQ_Developer 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