Adjusting content dynamically

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

  1. #1

    Default Adjusting content dynamically

    We are developing a Website using Contribute 3.1, where we have a requirement
    in which the page has a Rich Text Component and the publisher can enter any
    amount of data. However, after the page is published and when it is being
    displayed, the number of lines that are displayed should automatically be
    reduced to 3 and a 'More' link should be displayed. On clicking of the 'More'
    link, the rest of the content should be displayed.
    Is there a way in which we can dynamically do this?

    Radhika Venki Guest

  2. Similar Questions and Discussions

    1. Dynamically loading xml content
      I?m creating a menu bar in which the links have to be dynamically created based on the values in the xml, and the number of links(buttons) may even...
    2. adjusting thumbnails
      Is there a way to better control thumbnail printing options? there are a couple things i want to do... ---when printing 2 spreads on a 13x19 sheet...
    3. Dynamically load content into a "template" swf from textfile
      I have a dream.... Well, I have a concept. I have not actively pursued Flash in several years, though I've continued to have it in my arsenal. ...
    4. Change Content Dynamically
      I'm trying to find a way to change the contents of a table (calendar) that I have nested in a DIV. without loading a new page. In other words, go...
    5. Dynamically update web content
      Hi, Could you give me some hints on the ways of reloading or updating one web page from another web page? For example, I have a main page is...
  3. #2

    Default Re: Adjusting content dynamically

    Radhika Venki wrote:
    > We are developing a Website using Contribute 3.1, where we have a requirement
    > in which the page has a Rich Text Component and the publisher can enter any
    > amount of data. However, after the page is published and when it is being
    > displayed, the number of lines that are displayed should automatically be
    > reduced to 3 and a 'More' link should be displayed. On clicking of the 'More'
    > link, the rest of the content should be displayed.
    > Is there a way in which we can dynamically do this?
    >
    Hi,

    You can always create a link "More" with target set to either open in
    same window (_self / default) or Open in new window (_blank) where you
    can display all the data.
    However, since your requirement requires dynamic coding, this has to
    be done using your coding language and contribute may not be able to
    handle such dynamic data of limiting the number of rows to be seen when
    the data is served by some server.
    Let me know which language are you using and what exactly are you
    looking for, may be i can help you do that.

    Thanks
    Arun
    - Contribute Team
    Arun Kumar M 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