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:
ChanMyeong 2012-09-18 22:53:33 +00:00
parent ac36bf3be4
commit b696cc0e4b

View file

@ -95,6 +95,17 @@
</div>
<div class="x_tab-pane" id="linkMenu">
<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>