Document Load Completion Event

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

  1. #1

    Default Document Load Completion Event

    Does anyone know the last file or function that is called DW completes opening a document?
    kscap Guest

  2. Similar Questions and Discussions

    1. Best event to load usercontrols in ASP.NET 2.0
      Hi My question is what is the best event in the page and in the user controls to dynamilly load the user controls, and why CreateChildControls is...
    2. could not load scene into memory. your document may bedamaged
      this error occurs when i open my .fla file "could not load scene into memory. your document may be damaged." all images / symbols are gone. is there...
    3. Document Opening Event
      Hi all, I'd like to be able to capture the event in which a document opens. I am working on an extension and would like it to do something when...
    4. Load event behavior
      Hello, I just don't get it. I have a simple webform1.aspx page, when loaded for the first time, the load even fires which is fine. In...
    5. Page Load Event Fires Twice
      This is a classic asp newsgroup. While you may be lucky enough to find a dotnet-savvy person here who can answer your question, you can eliminate...
  3. #2

    Default Re: Document Load Completion Event

    Are you looking to run a command after the user opens a document? For that you
    need to create a command that end in "_onOpen.htm" like foo_onOpen.htm. You can
    look at Design Notes_onOpen.htm as an example. It looks like CommunityMX has a
    tutorial on this as well:

    [url]http://www.communitymx.com/abstract.cfm?cid=848F7[/url]

    If this doesn't answer your question can you provide more details with what
    you'd like to do?

    Thanks :smile;

    ChrisBank Guest

  4. #3

    Default Re: Document Load Completion Event

    yeah man that will work! thanks for the heads up.
    kscap 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