mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@440 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6c66636dc9
commit
b1a8c6406f
8 changed files with 69 additions and 85 deletions
7
modules/plugin/tpl.admin/js/admin.js
Normal file
7
modules/plugin/tpl.admin/js/admin.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* 생성된 코드를 textarea에 출력 */
|
||||
function completeGenerateCode(ret_obj) {
|
||||
var plugin_code = ret_obj["plugin_code"];
|
||||
|
||||
var zone = xGetElementById("plugin_code");
|
||||
zone.value = plugin_code;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue