【问题标题】:RadFileExplorer Customize alert popup if folder already presentRadFileExplorer 如果文件夹已存在,则自定义警报弹出窗口
【发布时间】:2019-12-20 13:06:09
【问题描述】:

我正在使用 Telerik ASP.Net Ajax RadFileExplorer。当用户尝试添加路径中已存在的文件夹时,radfileexplorer 会显示一个警告弹出窗口,指出“此目录中已存在同名对象!”。

我的问题是“是否可以在 radWindow 弹出窗口而不是警报框中显示相同的内容”?

【问题讨论】:

    标签: telerik telerik-ajax


    【解决方案1】:

    您可以:从客户端调用它:

    <button onclick="radconfirm('Client radconfirm: Are you sure?', confirmCallBackFn, 330, 180, null, 'Client RadConfirm', $dialogsDemo.imgUrl); return false;">
                    This folder already exists, are you sure?
    </button>
    

    点击这里查看更多示例https://demos.telerik.com/aspnet-ajax/window/examples/browserdialogboxes/defaultcs.aspx?show-source=true

    【讨论】:

    • 感谢您的回答。我的问题与 radfileexplorer 的功能有关。我知道 radconfirm 弹出窗口。但我的问题是如何规避 radfileexplorer 首先显示警报弹出窗口。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-11-16
    • 2012-10-31
    • 2016-08-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多