Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
562a1171
Commit
562a1171
authored
Mar 22, 2016
by
Rafael Ostertag
Browse files
BSTabs.js: started on commenting. Not finished, though.
parent
2963826f
Changes
1
Show whitespace changes
Inline
Side-by-side
javascript/src/BSTabs.js
View file @
562a1171
...
...
@@ -14,6 +14,8 @@ if (!QfqNS) {
/**
* Tab Constructor.
*
* Programatically access Bootstrap nav-tabs.
*
* @param {string} tabId HTML id of the element having `nav` and `nav-tabs` classes
* @constructor
*/
...
...
@@ -34,7 +36,10 @@ if (!QfqNS) {
};
/**
* Get active tab from DOM
* Get active tab from DOM.
*
* Used upon object creation to fill the currentTab. It gets the ID of the currently shown tab. It does it, by
* targeting the element in the navigator having the `active` class set.
*
* @private
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment