#18554855 에디터 형식 부분 수정. - 형식이 에디터에 설정된 형식이 아닐 경우 index = 0으로 설정.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-12-19 16:15:25 +00:00
parent 5ccccbebae
commit 92c38413bc

View file

@ -5838,6 +5838,7 @@ xe.XE_FormatWithSelectUI = jQuery.Class({
this.elFormatSelect.value = blockName.toLowerCase();
if(this.elFormatSelect.selectedIndex < 0) this.elFormatSelect.selectedIndex = 0;
if(this.elFormatSelect.value != blockName.toLowerCase()) this.elFormatSelect.selectedIndex = 0;
},
$ON_SET_FORMAT_FROM_SELECT_UI : function(){