mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
x_tabbable now triggers a 'tab_change' event when a tab is clicked
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11768 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bdaeccd4fe
commit
bc8f09a9bb
2 changed files with 9 additions and 0 deletions
|
|
@ -1862,6 +1862,10 @@ jQuery(function($){
|
|||
$previewForm.find('input[name=act]').remove();
|
||||
$previewForm.find('input[name=mid]').remove();
|
||||
$previewForm.find('input[name=vid]').remove();
|
||||
/*
|
||||
$('#design .x_tabbable').on('tab_change', function(ev, nIdx, $el){
|
||||
console.log(44, ev, nIdx, $el);
|
||||
});*/
|
||||
$('#design').bind('show', function(){
|
||||
var sMenuId = $._xeAdminVar.sSelectedMenuSrl;
|
||||
var htInfo = htNodeInfo[sMenuId];
|
||||
|
|
@ -2088,6 +2092,8 @@ jQuery(function($){
|
|||
$(this).closest('li').find('input[name=layout_item]').click();
|
||||
});
|
||||
$('#layout').on('click', 'input[name=layout_item]', function(){
|
||||
$('#layout').nextAll().hide();
|
||||
|
||||
$('#layout').find('li.selected').removeClass('selected');
|
||||
$(this).closest('li').addClass('selected');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue