How to disable the "Format Table" menu item?

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

  1. #1

    Default How to disable the "Format Table" menu item?

    I have my site set up to disallow users to specify fonts and background colors,
    and yet in the "Table" menu, they can access the "Format Table" option which
    lets user pick from some Contribute-predefined table styles with background
    colors. Why is this not also disabled?

    abna Guest

  2. Similar Questions and Discussions

    1. How to call "Optimize Scanned PDF" menu item from IAC
      Hi all, would like to know what how to call "Optimize Scanned PDF" menu item from IAC. successfully called "Reduce File Size" menu but the file...
    2. Can Format="flash" existist in a <table> tage?
      I use an html template for my site with navigation on the top, and and editable region in the center. I am noticing that when ever I try to place a...
    3. How to format a table inside cfform type="flash"?
      I am aware that you cannot use table HMTL tag inside <cfform type="flash>. I would like to get my data to be displayed in a tablular form! How do...
    4. Thunderbird "Watch Thread" menu Item for Mails
      Hi, does anybody know the config options in user.js to enable the "Watch Thread" command for Mails not just for News? Thanks in advance ...
    5. "Start" "Program" "Menu" list is empty
      For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your...
  3. #2

    Default Re: How to disable the "Format Table" menu item?

    Hmm, I'm not sure how to do it via roles, however, I can tell you where to find
    that menu item in Contribute so you can remove it from the clients machine.

    In C:\Program Files\Macromedia\Contribute 3\Configuration\Menus, you'll find
    ccmenus.xml

    Do a search for "Format Table..."

    Remove line:

    <menuitem name="_Format Table..." file="Commands/ccFormatTable.htm"
    id="DWMenu_Table_FormatTable" />

    I'll research to see if its possible to disable the menuitem via roles.

    Alan Musselman Guest

  4. #3

    Default Re: How to disable the "Format Table" menu item?

    Hi Alan,

    interesting option. Is there a documentation or do you know any websites about
    altering/editing Contribute behaviour by editing xml- and js-files? I'd like to
    remove the "indent" button as it opposes webstandards. And maybe it would even
    be possible to add a functionality for <abbr> and <acronym>-tags as well as
    title-attirbutes for images?

    As you seem to be a macromedia offical: Are there any plans for a Contribute
    version (maybe Contribute 4.0) to support web standards and accessibility? Or
    at least a version parallel to the regular Contribute like the Contribute
    ebay-version? This would be really important to our web agency as we switch to
    development of standard compliant websites but still would like to offer our
    customers Contribute?!

    Thanks
    Jan

    Chefpraktikant 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