aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Remove presentation rolemilk542016-09-291-1/+0
| | | | | Fixes #10122 Closes gh-1748
* Tabs: Strip hash from remote content URLsScott González2016-08-311-1/+4
| | | | | | | | As of jQuery 3.0.0, hashes are no longer stripped for Ajax requests. This causes issues in IE <11, so we need to strip this before making the request. Ref jquery/jquery#1732 Closes gh-1736
* Tabs: Fix testScott González2016-05-251-2/+2
|
* Tabs: Fix default `classes` optionScott González2016-05-251-1/+1
| | | | Fixes #14973
* Tabs: Fix line length violationsAlexander Schmitz2016-04-131-1/+2
| | | | Ref gh-1690
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-3/+3
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Tabs: Adjust handling of disabled option, using _setOptionDisabledJörn Zaefferer2015-09-251-11/+7
| | | | | | | | Tabs support multiple values to disable individual tabs. Only add the ui-tabs-disabled class when all tabs are disabled. Ref #9151 Closes gh-1599
* Tabs: Style updatesAlexander Schmitz2015-09-111-0/+22
| | | | Ref #14246
* Tabs: Style updatesAlexander Schmitz2015-08-211-19/+19
| | | | | Ref #14246 Ref gh-1588
* Tabs: Move tabs into widgets directoryAlexander Schmitz2015-08-081-0/+902
Ref #13885