You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/media/前台调用方法.txt

17 lines
664 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<script language="javascript">
//快速图片上传
function openKCFinder_fast() {
window.CallBack=oopenKCFinder_fast_callback;
window.open('/media/popselectpicture.php?site_lgc=1', 'kcfinder_textbox', 'status=0, toolbar=0, location=0, menubar=0, directories=0,resizable=1, scrollbars=0, width=800, height=600' );
}
function oopenKCFinder_fast_callback(result) {
var site_image_url='http://images.chinahighlights.com';
if (result != null && result.Pinfo[0]) {
$.modaldialog.success("图片地址:<br/>"+site_image_url+result.Pinfo[0].PUrl);
}
}
</script>
//还需要服务器上面就进行mklin具体设置在插件wysiwyg的ckfinder里面有说明文档