Managing a custom tablib

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

  1. #1

    Default Managing a custom tablib

    Hello,

    Now that my regular expressions work (for those who have read my previous
    post), I would like to be able to manage my firm's custom tab libray in a
    DreamWeaver extension.

    That is, to display an auto-complete drop-down list like those that appear
    when editing HTML files, but with our own tags.

    First of all, I would need to know which kind of an extension I need. I've
    read the official DreamWeaver 8 documentation regarding the extension types,
    but was unable to figure that out.

    Then, if anyone has any clue on how to manage this drop-down list, he will be
    welcome.

    Cheers,

    TheGridOne

    TheGridOne Guest

  2. Similar Questions and Discussions

    1. Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
      Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I...
    2. Update Custom Collection that is bound to DataGrid made up of Custom COlumns
      I recieved some very useful help from Steven Cheng in an earlier post in this group entitled 'Dynamically create datagrid columns' and am now...
    3. How to assign a custom principal with a custom soap extension
      I have created a custom soap extension. What I need to do next is assign my own custom principal to the current request context so that the...
    4. Custom TextBox with custom attributes and properties question
      I have an webform that has a datarepeater on it. In that repeater I'm binding some data and I have put a textbox control in there. On the...
    5. How are you managing your users?
      I'm embarking on a project, aimed at managing our user accounts. I'm hoping to get some suggestions from you folks. I really want to avoid having to...
  3. #2

    Default Re: Managing a custom tablib

    >
    > First of all, I would need to know which kind of an extension I need. >
    > TheGridOne
    >
    You don't really need an extension for that.
    Look at CodeHints folder in your DW configuration. Create your own XML file,
    following the same schema, create your own CodeHints folder in your config
    profil,and put your XML in it.

    If you need to use it as an extension, just use a mxi file to copy the file
    at the right place.

    B

    Bertrand Guest

  4. #3

    Default Re: Managing a custom taglib

    The tag hints are based off your tag library. Once you create your tag
    libraries they should start showing up in the tag hints list. You should make
    sure you have the correct doctypes listed for your taglibrary tag in
    TagLibraries.vtm

    Chris
    Adobe Dreamweaver Engineering

    ChrisBank 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