Commit de5602b9 authored by 梅玉龙's avatar 梅玉龙

增加字段

parent c332c448
<?php
$edit_id = $edit_id?:'remark';
// 默认文字
switch ($edit_id) {
case 'stand_remark':
......@@ -26,7 +27,7 @@ switch ($edit_id) {
<script charset='gbk' src='<?= STATIC_SOURCE_URL ?>/common/js/kindeditor-4.1.10/lang/zh_CN.js'></script>
</head>
<body style="backgroud:none;">
<textarea name="remark" id="<?= $edit_id ?>" cols="0" rows="0"
<textarea name="<?= $edit_id ?>" id="<?= $edit_id ?>" cols="0" rows="0"
style="width:835px;height:155px;display:none;"></textarea>
<script>
document.getElementById('<?=$edit_id?>').value = window.parent.document.getElementById('<?=$edit_id?>').value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment