묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
test
2011.01.15 15:54
// 에디터에 포커스를 줌 function editorFocus(editor_sequence) { try { var iframe_obj = editorGetIFrame(editor_sequence); if (jQuery.isFunction(iframe_obj.setFocus)) { iframe_obj.setFocus(); } else { iframe_obj.contentWindow.focus(); } } catch(e){} }
// 에디터에 포커스를 줌 function editorFocus(editor_sequence) { try { var iframe_obj = editorGetIFrame(editor_sequence); if (jQuery.isFunction(iframe_obj.setFocus)) { iframe_obj.setFocus(); } else { iframe_obj.contentWindow.focus(); } } catch(e){} }
// 에디터에 포커스를 줌 function editorFocus(editor_sequence) { try { var iframe_obj = editorGetIFrame(editor_sequence); if (jQuery.isFunction(iframe_obj.setFocus)) { iframe_obj.setFocus(); } else { iframe_obj.contentWindow.focus(); } } catch(e){} }