Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !2329

adding nav-list toggable functionality

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/Gutek/nav-list into master Feb 29, 2012
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 7

Created by: Gutek

making nav-list to work similar to tabs. so we could add data-toggable attribute of value nav-list and javascript code will do the rest.

this check-in contains:

  • JavaScript code based on Tabs code (almost the same)
  • JavaScript Unit Tests for Nav-List
  • nav.less update to include new class nav-list-content (it is added as a separate class but could be merged with tab-content
  • example on javascript.html - simple one, without doc, just to show how it works.

in one of the project I needed that functionality and I thought it could be useful to have it by default on bootstrap, or maybe someone else will needed too.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Gutek/nav-list