Click or drag to resize
JavascriptAppendConfirm Method (String)
向控件增加一个询问窗,当客户端用户确定时执行,否则取消执行

Namespace: Adf.Web.Controls
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public void AppendConfirm(
	string msg
)

Parameters

msg
Type: SystemString
询问内容
See Also