Problem creating Behaviors

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

  1. #1

    Default Problem creating Behaviors

    I'm porting some of my GoLive Actions over to DW Behaviors and am having some
    problems.

    The support functions in my Behavior .js file, following the main function,
    are not being included in the page where the function is used. The globals at
    the top of the .js file are also not included. I'm working with a trial version
    of DW so I don't have much documentation on creating Behaviors.

    Appreciate any help with this?


    actionguy Guest

  2. Similar Questions and Discussions

    1. Server behaviors which require other server behaviors
      I have a server behavior which initializes my CMS, and it is required by all the other server behaviors I've created for the CMS. I can use...
    2. Problem with Behaviors
      I am not able to create an "open new browser window" behavior in Dreamweaver 4. I am putting a "#" in the link field, but when I select a file for...
    3. Problem assigning behaviors
      I have the misfortune to be using a loaner Powerbook right now (as opposed to my own). I am using Dreamweaver MX, which is what I normally use....
    4. Problem creating dynamic PDF
      I have a dynamic page on my site that I would like to save as a PDF and be able to email to users at their request. I set up the code below: ...
    5. creating new sprites and adding behaviors to them
      I need to create new sprites out of thin air. Which I have done. The problem is assigning behaviors to them. I keep getting an error message that...
  3. #2

    Default Re: Problem creating Behaviors

    I would suggest looking through the Extending Dreamweaver documentation. Not
    exactly a step by step approach but a good resource.

    [url]http://www.adobe.com/support/dreamweaver/extend.html[/url]

    --
    Regards,
    Trent Pastrana
    [url]www.fourlevel.com[/url]
    --------------------


    "actionguy" <webforumsuser@macromedia.com> wrote in message
    news:g4vkld$19d$1@forums.macromedia.com...
    > I'm porting some of my GoLive Actions over to DW Behaviors and am having
    > some
    > problems.
    >
    > The support functions in my Behavior .js file, following the main
    > function,
    > are not being included in the page where the function is used. The globals
    > at
    > the top of the .js file are also not included. I'm working with a trial
    > version
    > of DW so I don't have much documentation on creating Behaviors.
    >
    > Appreciate any help with this?
    >
    >

    T. Pastrana Guest

  4. #3

    Default Re: Problem creating Behaviors

    Thanks Trent.

    This is the documentation I was referencing. I didn't see anything about
    script size restrictions or in what order the functions of an Action should be.
    I'll give it another read though. Thanks again.

    walt

    actionguy 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