How to get all open document?

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

  1. #1

    Default How to get all open document?

    I want to replace some elements through all open documents in dreamweaver.
    eg. replace to and to
    I know i can do this by using "replacing all", but i want to replace a lot of
    things together. it's boring to replace them one by one :P
    Anyone know how to make it?
    Thank you for your help! ^^:rose;

    xsiren Guest

  2. Similar Questions and Discussions

    1. cannot see the document when open
      When I open scanned document in my reader, it comes up but I cannot SEE anything but blank pages. Why?? The reader displays the name of the documnent...
    2. Run a command on document open?
      Hi, Is it possible to have Dreamweaver run a given Command on document open? I wrote a Command to check the revision of a template it's using...
    3. PDF document ; cannot open pdf within main document
      Pdf doc created in vs. 6.1 The document is placed on a network for other users to view. Operating systems Microsoft 2000. Most users are able to view...
    4. ?How can I open a document in projector???
      Hi! Does anyboday know how to open Word or PowerPoint or PDF file from the projector? (in both Mac & PC) I tried this Lingo open "My.doc" with...
    5. Open fh8 document in fh9 not working
      I keep trying to open a fh8 document and my fh9 won't recognize it- the fh8 doc is from a Mac & I use a pc, can someone help me? --
  3. #2

    Default Re: How to get all open document?

    I guess you are looking for dreamweaver.getDocumentList()


    --
    ----------------------------
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion and Dreamweaver developers:
    [url]http://www.massimocorner.com[/url]
    ----------------------------



    Massimo Foti Guest

  4. #3

    Default Re: How to get all open document?

    Actually, no.....
    I want to get all the contents of all open documents,
    so that i can do changes to every content, and replace the old one :D
    xsiren Guest

  5. #4

    Default Re: How to get all open document?

    the "dreamweaver.getDocumentList()" is only for get all the list of open
    documens, istn't it?
    i tried to alert the value of it, and it show something like
    "file://D:\develop\1.html" "file://D:\develop\2.html"

    xsiren Guest

  6. #5

    Default Re: How to get all open document?

    "xsiren" <webforumsuser@macromedia.com> wrote in message
    news:f1v1o5$333$1@forums.macromedia.com...
    > the "dreamweaver.getDocumentList()" is only for get all the list of open
    > documens, istn't it?
    > i tried to alert the value of it, and it show something like
    > "file://D:\develop\1.html" "file://D:\develop\2.html"
    And then you are supposed to get the DOM out of the url, passing it as an
    argument to dreamweaver.getDocumentDOM()


    -----------------------------
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion and Dreamweaver developers:
    [url]http://www.massimocorner.com[/url]
    ----------------------------


    Massimo Foti Guest

  7. #6

    Default Re: How to get all open document?

    I got your main idea!!!!!
    THANK YOU Massimo Foti~~~~
    Wish you a good day :)
    xsiren 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