mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
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:
parent
6250019914
commit
729fd12891
4 changed files with 210 additions and 190 deletions
|
|
@ -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]');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue