mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
1. 에디터컴포넌트의 구현 방식을 변경하여 내용에 상관없이 잘 출력되도록 변경
(code highlighter 문제 해결) 2. 이모티콘 에디터컴포넌트의 팝업 내용이 IE에서 사라지는 문제 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6297 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56dbc7a996
commit
99e1e0d97b
4 changed files with 15 additions and 27 deletions
|
|
@ -10,14 +10,10 @@
|
|||
<div class="emoticonList">
|
||||
<select name="list" onchange="getEmoticons(this.options[this.selectedIndex].value); return false;">
|
||||
<!--@foreach($emoticon_list as $key => $val)-->
|
||||
<option value="{$val}">{$val}</option>
|
||||
<option <!--@if($val=='msn')-->selected="select"<!--@end--> value="{$val}">{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div id="popBody">
|
||||
<!--@foreach($emoticons as $src)-->
|
||||
<img src="images/{$src}" alt="{$src}" onclick="insertEmoticon(this); return false;" class="emoticon" />
|
||||
<!--@end-->
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue