issue 1629 select signaure editor skins.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10998 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-08-08 06:57:26 +00:00
parent 64dc273bc2
commit e67b2f450e
5 changed files with 22 additions and 18 deletions

View file

@ -86,20 +86,7 @@ jQuery(function($){
});
});
suForm.find('._imageType')
.find('input:checkbox:not(:checked)').closest('tr')
.find('._subItem').hide().end()
.end()
.end()
.find('input:checkbox')
.change(function(){
var $subItem = $(this).closest('tr').find('._subItem');
if($(this).is(':checked')) $subItem.show();
else $subItem.hide();
})
.end();
$('a.modalAnchor._extendFormEdit').bind('before-open.mw', function(event){
$('a.modalAnchor._extendFormEdit').bind('before-open.mw', function(event){
var memberFormSrl = $(event.target).parent().attr('id');
var checked = $(event.target).closest('tr').find('input:radio:checked').val();