mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
편집도구 바로가기 추가 / 에디터가 활성화 되기 전에는 편집도구가 비활성 상태이도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6302 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
93734f809d
commit
8270be558f
1 changed files with 8 additions and 8 deletions
|
|
@ -34,10 +34,10 @@
|
|||
<!--@end-->
|
||||
<!-- 에디터 -->
|
||||
<div class="xpress-editor {$colorset}">
|
||||
<div id="smart_content"> <a href="#xe_iframe" class="skip">» {$lang->edit->jumptoedit}</a>
|
||||
<div id="smart_content"> <a href="#xe-editor-container-{$editor_sequence}" class="skip">» {$lang->edit->jumptoedit}</a>
|
||||
|
||||
<!-- 편집 컴포넌트 -->
|
||||
<div class="tool">
|
||||
<div class="tool off">
|
||||
<!--@if($enable_default_component)-->
|
||||
<!-- 기본 컴포넌트 출력 -->
|
||||
<ul class="do item">
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</ul>
|
||||
<ul class="type">
|
||||
<li class="xpress_xeditor_ui_format">
|
||||
<select class="xpress_xeditor_ui_format_select">
|
||||
<select class="xpress_xeditor_ui_format_select" disabled="true">
|
||||
<option value="">{$lang->edit->header}</option>
|
||||
<!--@foreach($lang->edit->header_list as $key=>$obj)-->
|
||||
<option value="{$key}">{$obj}</option>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
</select>
|
||||
</li>
|
||||
<li class="xpress_xeditor_ui_fontName">
|
||||
<select class="xpress_xeditor_ui_fontName_select">
|
||||
<select class="xpress_xeditor_ui_fontName_select" disabled="true">
|
||||
<option value="">{$lang->edit->fontname}</option>
|
||||
<!--@foreach($lang->edit->fontlist as $key=>$obj)-->
|
||||
<option value="{$key}" style="font-family:{$key}">{$obj}</option>
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
</select>
|
||||
</li>
|
||||
<li class="xpress_xeditor_ui_fontSize">
|
||||
<select class="xpress_xeditor_ui_fontSize_select">
|
||||
<select class="xpress_xeditor_ui_fontSize_select" disabled="true">
|
||||
<option value="">{$lang->edit->fontsize}</option>
|
||||
<option value="9px" style="font-size:9px">9px</option>
|
||||
<option value="10px" style="font-size:10px">10px</option>
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
</select>
|
||||
</li>
|
||||
<li class="xpress_xeditor_ui_lineHeight">
|
||||
<select class="xpress_xeditor_ui_lineHeight_select">
|
||||
<select class="xpress_xeditor_ui_lineHeight_select" disabled="true">
|
||||
<option value="">{$lang->edit->lineheight}</option>
|
||||
<option value="1">100%</option>
|
||||
<option value="1.2">120%</option>
|
||||
|
|
@ -462,7 +462,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 에디터 출력 -->
|
||||
<div class="input_area xpress_xeditor_editing_area_container">
|
||||
<div id="xe-editor-container-{$editor_sequence}" class="input_area xpress_xeditor_editing_area_container">
|
||||
<textarea id="xpress-editor-{$editor_sequence}" cols="10" rows="10"></textarea>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue