Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Java Script Error

    When editing a page, I can no longer paste into a page -- I get the following
    error:

    TypeError: MM.event has no properties.

    I also get the following errors when I have clicked Publish after editing a
    page:
    When executing OnLoad in Date_BeforeSave.htm the following error occured:
    "InFile Dave_BeforeSave:
    Reference Error: Before Save is not defined

    This is a recent occurence -- just in the past couple of days. When I click
    OK on this error, I get the same error four times. I can click OK each time and
    then eventually my page publishes...

    Should I reinstall the software?


    jl2kind Guest

  2. Similar Questions and Discussions

    1. Java Script Error Keeps Popping Up
      I haven't had this trouble before. Now when I enter Contribute, an eror messsage comes up-- "While executing Dynamic Content, the following...
    2. CF Grid / Java Script / Action Script
      Hi, Does anyone know of a good reference for the attributes CFgrid exposes in a flash form? eg. I would like to select the first row on load. ...
    3. Mac and Java Script?
      Hello. I have an asp page with java script that calls a clicked event on some radio buttons. It works as expected except for Mac users. They are...
    4. Java Script error (error 3) when trying to access Commands
      Hello folks: I have been a long time lurker/reader of this forum. As of yesterday, out of nowhere, when accessing 'Commands' from the top level...
    5. Do you need to use Java script in ASP .Net?
      Hi, Experts, With the great functionalities in ASP .net, do we still need to use JavaScript? Thanks Jerry
  3. #2

    Default Re: Java Script Error

    Hi,

    1. What is your operating system?
    2. Does the issue happen on all site files?
    3. Does the issue happen to all connections defined?
    4. Did you install any new apps on your machine before the issue started
    happening?

    Please let us know what happens.





    AndrewDG-MMTS Guest

  4. #3

    Default Re: Java Script Error

    probably yes. clean up the machine incase any doubt is good idea to try
    out with
    Arun Kumar M Guest

  5. #4

    Default Java Script Error

    This is the error I received and I cannot resolve it. Does anyone have any
    ideas?

    "While executing DWContext_Test_Paste commande in ccmenus.xml the following
    Java Script error(s) occurred.
    Type Error:MM.event has no properties"

    What is the problem?

    scott1350 Guest

  6. #5

    Default Re: Java Script Error

    Can you locate the reference for DWContext_Text_Paste in your ccmenu.xml, and
    verify next to what I have below:

    <menuitem name="P_aste" enabled="dw.canClipPaste()"
    command="MM.event.notify('','dw.clipPaste()')" id="DWContext_Text_Paste" />

    The file can be found in C:\Program Files\Adobe\Contribute
    4\Configuration\Menus (contribute 4) and C:\Program Files\Macromedia\Contribute
    3\Configuration\Menus

    Here is the background info on what the file controls:

    Menus
    You can customize and extend all product menus and context menus in
    Contribute. Menu items can trigger any Contribute API function currently within
    the menu structures, and can launch new extensions, such as objects and
    commands. Menus are contained in Configuration/menus/ccmenus.xml.
    Add a new item to the Help menu to launch a browser that displays information
    specifically for your company.

    [url]http://www.adobe.com/support/documentation/en/contribute/3/extending_contribute/[/url]
    extending_contribute2.html

    HangD 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