mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Issue 2444. Tree component UI update.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11321 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ac36bf3be4
commit
b696cc0e4b
1 changed files with 11 additions and 0 deletions
|
|
@ -95,6 +95,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="x_tab-pane" id="linkMenu">
|
<div class="x_tab-pane" id="linkMenu">
|
||||||
<input type="text" required title="메뉴 링크" disabled placeholder="메뉴를 선택하면 자동 입력됨" />
|
<input type="text" required title="메뉴 링크" disabled placeholder="메뉴를 선택하면 자동 입력됨" />
|
||||||
|
<script>
|
||||||
|
jQuery(function($){
|
||||||
|
// #linkMenu prototype
|
||||||
|
setTimeout(function(){
|
||||||
|
$('.mapi').clone().removeClass().removeAttr('id').addClass('clone').appendTo('#linkMenu').find('li').removeAttr('id').removeAttr('class').find('ins, .side').remove();
|
||||||
|
$('.clone a').click(function(){
|
||||||
|
$('#linkMenu>input').val($(this).text());
|
||||||
|
});
|
||||||
|
}, 1000);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue