文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>单独使用CKFinder选择图片

单独使用CKFinder选择图片

时间:2010-08-20  来源:小小网虫

<div>
<script type="text/javascript" src="../ckfinder/ckfinder.js"></script>

<script type="text/javascript">

function BrowseServer(inputId)
{
var finder = new CKFinder() ;
finder.basePath
= '../ckfinder/'; //导入CKFinder的路径
finder.selectActionFunction = SetFileField; //设置文件被选中时的函数
finder.selectActionData = inputId; //接收地址的input ID
finder.popup() ;
}

//文件选中时执行
function SetFileField(fileUrl,data)
{
document.getElementById(data[
"selectActionData"]).value = fileUrl ;
}
</script>

<p>
<asp:TextBox ID="txtImgPath" runat="server"></asp:TextBox>
<input type="button" value=" 浏 览 " onclick="BrowseServer('<%=txtImgPath.ID %>');" />
</p>
</div>

 

注:CKFinder 2.0

下载地址:http://ckfinder.com/download

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载