Skip to content

Link one competition page to another #2368

@ihsaan-ullah

Description

@ihsaan-ullah

Sometimes, organizers want to point to another page e.g. terms or starting kit from the overview page through a clickable link. This is possible through an anchor tag with javascript.

Terms page

<a href="#" onclick="javascript:$('.item[data-tab=_tab_page_term]').trigger('click');">Term Page</a>

Other pages e.g. Evaluation

<a href="#" onclick="javascript:$('.item[data-tab=_tab_page1]').trigger('click');">Evaluation Page</a>

NOTE: page numbers start from 0, first page is _tab_page0 (except terms page).


I created this issue for future users who may search for something similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BeginnerThis would be a good task for a beginner to take on, to learn about the projectDocumentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions