s337 with vScroll function?

Options

Hi there,

I am using the s337 tag to list the top participants and team honor roll, but I can't get the lists to scroll. Does this code look right to you?

<div class="vScroll">

<div class="title">Team Honor Roll</div>

<div id="1e5fbc5" class="scrollContent" style="background-color: #ffffff;">

<div id="1e5fbc5in"><convio:session name="42" param="1100:top-teams:10"></convio:session></div>

</div>

<noscript><div class="scrollContent" style="overflow: auto"> </div> </noscript></div>

<script type="text/javascript">

addOnLoadHandler(function(){vScrollClass.initScroll('1e5fbc5');});

</script>

Tagged:

Comments

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic

    Charity,


    Can you give me a live link where you are trying to use this?


    Here's all I ever use:


    Top Participants

    ]


    Top Teams

    ]


    Here's the raw S-tag:


    ]





    Parameters

    type
    one of:
    • top_teams_list
    • top_participants_list
    • top_gifts_list
    • top_5_teams_by_div_list
    • top_10_teams_by_div_list
    • top_5_participants_by_type_list
    • top_10_participants_by_type_list
    • top_team_gifts_list
    • team_donor_list
    • top_events_by_affiliate_list
    fr_id
    the ID of the TeamRaiser
    team_id
    the ID of a team in the TeamRaiser
    cons_id
    the ID of a TeamRaiser participant
    display_mode
    one of:
    • SCROLLING
    • LIST
    • TEXTAREA
    • EDITMODE
    display_amt
    one of:
    • SUM
    • COUNT
    display_size
    a number specifying the maximum number of items to display in the list
    title
    the title to display at the top of the list.

    Example of adding an honor roll to a pagemaker page where the Teamraiser's ID is 1040:


    ]




  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic
    Kent Gilliam:

    Charity,


    Can you give me a live link where you are trying to use this?


    Here's all I ever use:


    Top Participants

    ]


    Top Teams

    ]


    Here's the raw S-tag:


    ]





    Parameters

    type
    one of:
    • top_teams_list
    • top_participants_list
    • top_gifts_list
    • top_5_teams_by_div_list
    • top_10_teams_by_div_list
    • top_5_participants_by_type_list
    • top_10_participants_by_type_list
    • top_team_gifts_list
    • team_donor_list
    • top_events_by_affiliate_list
    fr_id
    the ID of the TeamRaiser
    team_id
    the ID of a team in the TeamRaiser
    cons_id
    the ID of a TeamRaiser participant
    display_mode
    one of:
    • SCROLLING
    • LIST
    • TEXTAREA
    • EDITMODE
    display_amt
    one of:
    • SUM
    • COUNT
    display_size
    a number specifying the maximum number of items to display in the list
    title
    the title to display at the top of the list.

    Example of adding an honor roll to a pagemaker page where the Teamraiser's ID is 1040:


    ]




    Just wanted to show you where/how I used the above S-tag: http://www.sdhumane.org/site/TR/Events/2011Walk?fr_id=1080&pg=entry

  • Kent Gilliam:

    Charity,


    Can you give me a live link where you are trying to use this?


    Here's all I ever use:


    Top Participants

    ]


    Top Teams

    ]


    Here's the raw S-tag:


    ]





    Parameters

    type
    one of:
    • top_teams_list
    • top_participants_list
    • top_gifts_list
    • top_5_teams_by_div_list
    • top_10_teams_by_div_list
    • top_5_participants_by_type_list
    • top_10_participants_by_type_list
    • top_team_gifts_list
    • team_donor_list
    • top_events_by_affiliate_list
    fr_id
    the ID of the TeamRaiser
    team_id
    the ID of a team in the TeamRaiser
    cons_id
    the ID of a TeamRaiser participant
    display_mode
    one of:
    • SCROLLING
    • LIST
    • TEXTAREA
    • EDITMODE
    display_amt
    one of:
    • SUM
    • COUNT
    display_size
    a number specifying the maximum number of items to display in the list
    title
    the title to display at the top of the list.

    Example of adding an honor roll to a pagemaker page where the Teamraiser's ID is 1040:


    ]




    Well I guess I was trying too hard, using the wrong S-tag. :-) Thanks very much - I am sure this will work.

  • Kent Gilliam:

    Charity,


    Can you give me a live link where you are trying to use this?


    Here's all I ever use:


    Top Participants

    ]


    Top Teams

    ]


    Here's the raw S-tag:


    ]





    Parameters

    type
    one of:
    • top_teams_list
    • top_participants_list
    • top_gifts_list
    • top_5_teams_by_div_list
    • top_10_teams_by_div_list
    • top_5_participants_by_type_list
    • top_10_participants_by_type_list
    • top_team_gifts_list
    • team_donor_list
    • top_events_by_affiliate_list
    fr_id
    the ID of the TeamRaiser
    team_id
    the ID of a team in the TeamRaiser
    cons_id
    the ID of a TeamRaiser participant
    display_mode
    one of:
    • SCROLLING
    • LIST
    • TEXTAREA
    • EDITMODE
    display_amt
    one of:
    • SUM
    • COUNT
    display_size
    a number specifying the maximum number of items to display in the list
    title
    the title to display at the top of the list.

    Example of adding an honor roll to a pagemaker page where the Teamraiser's ID is 1040:


    ]




    I had a similar issue once. Try adding this to your page wrapper under Additional HTML Tags for HEAD Element:


    <script type="text/javascript" src="../js/vScroll.js"></script>

    Regards, Brian

Categories