Panel management related code added

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11313 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-09-18 11:39:15 +00:00
parent 66cdae394f
commit a9f1bde25e
3 changed files with 57 additions and 78 deletions

View file

@ -6,6 +6,7 @@ jQuery(function($){
$('.x .skipNav>a').click(function(){
$($(this).attr('href')).attr('tabindex','0').css('outline','0').focus();
});
/*
// TARGET toggle
$('.x [data-toggle]').click(function(){
$($(this).attr('data-toggle')).toggle();
@ -21,6 +22,7 @@ jQuery(function($){
$($(this).attr('data-hide')).hide();
return false;
});
*/
// Tab Navigation
var $tabbable = $('.x .x_tabbable');
$tabbable.find('.x_tab-pane:not(".x_active")').hide();