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

  1. #1

    Default Spry detail region

    I am using a Spry+Ajax framework on one of my web pages, very similar to the
    one in the [url]http://www.adobe.com/designcenter/video_workshop/?id=vid0166[/url]

    Titled: "Using the Spry framework for Ajax"

    If you notice the example in the beginning (or download the source files),
    you'll see that when an event is clicked on the in the left column, an image
    appears on the right with a description underneath. The image appears from out
    of frame at the top, and transitions down. I cannot find any reference as to
    how this transition effect is done.

    How do I go about applying transitions such as this to my images (I am
    actually not too fond of that particular one, so a general understanding of how
    it works would be better)?

    Kevin556655 Guest

  2. Similar Questions and Discussions

    1. I know we can set max image width, but I need to set itby region. Region A has one max width; Region B another.
      We can already set a maximum image width for use globally, throughout every page. Can we do it by region? This way one region can have a max...
    2. Spry Region Defeating Me
      I purchased the entire set of Adobe Creative Suite 3 Total Training Videos and have walked through the 2 DVDs of Dreamweaver CS3 lessons. I also...
    3. Spry detail region effect on mouseOver?
      I've built a page using the conventional Spry detail region method (URL below if you're interested). BUT instead of having the detail region change...
    4. SPRY Repeating Region with CATEGORIES
      I have a seemingly simple but apparently complex issue with the Spry DataSet and Spry repeating region use that my many hours of research has not...
    5. Can I delete from the detail of a master/detail datagrid?
      Hi Mark, As for the delte certain items in the detailed grid items in MASTER/DETAIL grids. Here are my suggestions; The DataGrid, DataList or...
  3. #2

    Default Re: Spry detail region

    Kevin556655 wrote:
    > If you notice the example in the beginning (or download the source files),
    > you'll see that when an event is clicked on the in the left column, an image
    > appears on the right with a description underneath. The image appears from out
    > of frame at the top, and transitions down. I cannot find any reference as to
    > how this transition effect is done.
    > How do I go about applying transitions such as this to my images (I am
    > actually not too fond of that particular one, so a general understanding of how
    > it works would be better)?
    I'd suggest checking out the code for the page and seeing how they did that particular one, but you can also take a look at the Spry documentation for effects:
    [url]http://labs.adobe.com/technologies/spry/samples/[/url]
    Click on the effects tab and check out the samples. Make sure to take a look at the last item listed, the Transitions Sample which shows the various supported effects along with the supported transitions:
    [url]http://labs.adobe.com/technologies/spry/samples/effects/transition_sample.html[/url]
    The cool thing about the Transitions Sample is that is also gives you constructor code for the effect that you're testing.

    Also, you should ask Spry related questions in the Spry forum:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602[/url]


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: Spry detail region

    Thank you, these examples are just what I was looking for. However, I cannot
    seem to find any clear-cut instructions as to how to implement these on my
    page. I have viewed the source, and see the Javascript, but don't know the
    appropriate steps to customize it to my page. I know very little about
    Javascript, so when I make changes, I'm not sure if I'm even on the right track
    when it doesn't work.

    Are there any automated ways to apply this to a Spry Region? If not, are there
    "idiot-proof" instructions as to how to apply it to my own page? Any help in
    this area would be appreciated.

    Note about using the Spry forum in the future noted.

    Kevin556655 Guest

  5. #4

    Default Re: Spry detail region

    Wow, it's all in "Behaviors." Answered my own question. Thanks again.
    Kevin556655 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