1.ueditor
<script src="__PUBLIC__/ueditor/ueditor.config.js" type="text/javascript"></script>//引入
<script src="__PUBLIC__/ueditor/ueditor.all.js" type="text/javascript"></script>//引入
<textarea name="content" rows="100%" style="width:100%" id="myEditor"></textarea> //使用
<script type="text/javascript">
var editor = new UE.ui.Editor();
editor.render("myEditor");
</script>
2.My97DatePicker
<script type="text/javascript" src="__ROOT__/Public/My97DatePicker/WdatePicker.js"></script>//引入
<input type="text" class="Wdate" id="actStarttime" onFocus="WdatePicker({lang:‘zh-cn‘})" />//使用
时间: 2024-11-08 03:16:59