Adds an option for "sticky" tabs.

Uses cookies to store the active tab state for a given user via an
opt-in attribute on the TabGroup.

Fixes bug 964774.

Change-Id: I361942bec6bc789447bd38153d2b1b5ab0fb4b26
This commit is contained in:
Gabriel Hurley
2012-03-26 21:09:45 -07:00
parent 4653061403
commit ec9bdf3d14
7 changed files with 591 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
{% comment %} jQuery and Plugins {% endcomment %}
<script src='{{ STATIC_URL }}horizon/js/jquery/jquery.min.js' type='text/javascript' charset="utf-8"></script>
<script src='{{ STATIC_URL }}horizon/js/json2.js' type='text/javascript' charset="utf-8"></script>
<script src='{{ STATIC_URL }}horizon/js/jquery/jquery.cookie.js' type='text/javascript' charset="utf-8"></script>
<script src='{{ STATIC_URL }}horizon/js/jquery/jquery.quicksearch.js' type='text/javascript' charset="utf-8"></script>
<script src='{{ STATIC_URL }}horizon/js/jquery/jquery.example.min.js' type='text/javascript' charset="utf-8"></script>
<script src="{{ STATIC_URL }}horizon/js/jquery/jquery.table-sorter.js" type="text/javascript" charset="utf-8"></script>