Issue 2455:[Admin UI Refactoring] Content >WYSIWYG Editor

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11608 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-10-08 05:18:54 +00:00
parent 6250019914
commit 729fd12891
4 changed files with 210 additions and 190 deletions

View file

@ -10,7 +10,7 @@ function resultGetEditorSkinColorList(ret_obj,response_tags, params) {
var selectbox = null;
jQuery(function($){
if(params.testid){
selectbox = $("#"+params.testid).next('label').next('select');
selectbox = $("#"+params.testid).next('label').children('select');
}else{
selectbox = (params.type == 'document') ? $('select[name=sel_editor_colorset]') : $('select[name=sel_comment_editor_colorset]');
}