mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
1. jQuery뿐 아니라 여러 javascript 의 플러그인 사용을 위해 template handler에 <!--%load_js_plugin("이름")--> 기능 추가 ( ./common/js/plugins/이름/plugin.load 파일에 기재된 js/css, 또는 lang을 import 함)
2. 1번에 의해 ui.datepicker, ui.tree를 플러그인으로 빼서 적용 3. jquery의 버전별 이름이 생길 문제를 대비하여 jquery.js로 파일 이름 변경 4. js/css파일들은 크기보다 그 개수가 적어야 함으로 jquery-1.2.6.fix.js를 common.js 파일로 통합 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5083 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d2d9b2c3a2
commit
5d549bffd7
57 changed files with 149 additions and 366 deletions
|
|
@ -57,9 +57,8 @@
|
|||
<!--// 날짜 입력 -->
|
||||
<!--@elseif($val->type == 'date')-->
|
||||
|
||||
<!--// calendar -->
|
||||
<!--%import("../../../../common/js/ui.datepicker.js",optimized=false)-->
|
||||
<!--%import("../../../../common/css/ui.datepicker.css",optimized=false)-->
|
||||
<!--// datepicker javascript plugin load -->
|
||||
<!--%load_js_plugin("ui.datepicker")-->
|
||||
|
||||
<input type="hidden" name="{$val->column_name}" id="date_{$val->column_name}" value="{$val->value}" />
|
||||
<input type="text" class="inputDate" value="{zdate($val->value,'Y-m-d')}" readonly="readonly" />
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
<!--%import("css/issuetracker.css")-->
|
||||
<!--%import("filter/insert_milestone.xml")-->
|
||||
|
||||
<!--// calendar -->
|
||||
<!--%import("../../../common/js/ui.datepicker.js",optimized=false)-->
|
||||
<!--%import("../../../common/css/ui.datepicker.css",optimized=false)-->
|
||||
<!--// datepicker javascript plugin load -->
|
||||
<!--%load_js_plugin("ui.datepicker")-->
|
||||
|
||||
<!--@if($milestone)-->
|
||||
<form action="{Context::getRequestUri()}" method="post" onsubmit="return procFilter(this, insert_milestone)">
|
||||
|
|
|
|||
|
|
@ -9,9 +9,8 @@
|
|||
<!--%import("filter/insert_component.xml")-->
|
||||
<!--%import("filter/delete_component.xml")-->
|
||||
|
||||
<!--// calendar -->
|
||||
<!--%import("../../../common/js/ui.datepicker.js",optimized=false)-->
|
||||
<!--%import("../../../common/css/ui.datepicker.css",optimized=false)-->
|
||||
<!--// datepicker javascript plugin load -->
|
||||
<!--%load_js_plugin("ui.datepicker")-->
|
||||
|
||||
<form action="{Context::getRequestUri()}" method="post" onsubmit="return procFilter(this, insert_milestone)">
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue