Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve tabs #793

Merged
merged 9 commits into from
Sep 20, 2024
Merged

Improve tabs #793

merged 9 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. Changed tab functionality:

    - Tab labels buttons need to have an id attached
    - Content need to define the attribute 'tabcontentfor=...' specifying the ID of the button that reveal that content.
    - Contents are styled based on their tags. This means inline contents can be placed (for example using the <span> tag).
    
    This changes make tabs more useful and easy to use.
    atteggiani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    efa56d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94743fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5f64fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a098f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75c4355 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e167f8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    915bd28 View commit details
    Browse the repository at this point in the history
  8. Fix tabFunctionality JS function to open the first tab in case there …

    …is a cookie with a tab ID not in the page.
    atteggiani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dde42cf View commit details
    Browse the repository at this point in the history
  9. Added possibility to add multiple (spaced-out) IDs in 'tabcontentfor'…

    …, for a content that should be displayed if any of the tabs correspondent to those IDs is active.
    atteggiani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ee12925 View commit details
    Browse the repository at this point in the history