Configuring Table Properties Dialog Box With Contribute

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

  1. #1

    Default Configuring Table Properties Dialog Box With Contribute

    Hi,
    This is a query regarding the customisation of Contribute 3 / 3.1.
    What I require, is to lock off certain aspects of the properties dialog box
    for the properties of tables. I have successfully done this for the dialog
    boxes where .htm and .js files exist, but I can't do it when it references the
    document object model:
    command="dw.showProperties('tables');" id="DWMenu_Table_TableProperties"
    Any help would be great.
    TIA.

    Eletrotec Guest

  2. Similar Questions and Discussions

    1. Table Properties
      Hello, this is driving me nuts! I have a table that we allow our club memebers post messages. When I right click, go to the properties of the...
    2. Help needed - modify "Link Properties" dialog
      According to the docs you can extend Contribute's capabilities in the same way as Dreamweaver by editing dialogue box HTML and corresponding...
    3. Document properties whithin print dialog
      Is anyone tired of having to cancel out printing a document because the print dialog retains the previous job's document layout settings? I wish the...
    4. Expandable Properties in DataBinding Dialog
      In the DataBindings dialog of a DataGrid (The dialog that pops upwhen you click on the ellipses button next to the (DataBindings)attribute) the Font...
    5. Table Format and Properties
      Hello, I have made a table and ironed out some of the glitches with it. Thanks for help before on that (I bizarrely posted the Q's in the...
  3. #2

    Default Re: Configuring Table Properties Dialog Box With Contribute

    Eletrotec wrote:
    > Hi,
    > This is a query regarding the customisation of Contribute 3 / 3.1.
    > What I require, is to lock off certain aspects of the properties dialog box
    > for the properties of tables. I have successfully done this for the dialog
    > boxes where .htm and .js files exist, but I can't do it when it references the
    > document object model:
    > command="dw.showProperties('tables');" id="DWMenu_Table_TableProperties"
    Haven't worked with Contribute much, but since it appears to be calling
    a "built in" API call rather than running a Command file, I think that
    this might not be possible for you to accomplish.

    I'd suggest that you try checking out the Contribute configuration
    folder for a file that contains the settings for the Table object,
    perhpas it is within a Command, or maybe even a Properties inspector. If
    it is like Dreamweaver though, that property inspector is built in and
    not modifiable.

    However, it may be possible to create a table inspector that overrides
    the built in one. In Dreamweaver you'd set a higher prooirty, not sure
    if that's possible in Contribute though.

    HTH

    --
    Danilo Celic
    | Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
    danilocelic *TMM* Guest

  4. #3

    Default Re: Configuring Table Properties Dialog Box WithContribute

    Ah, of course.
    Instead of creating a new custom property box (which I don't have a clue of
    doing), why don't I just point the menu option to the existing html property
    box which I have already customised?
    Thanks for the steer.

    Eletrotec 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