Click or drag to resize
JavascriptAppendAlert Method (String)
向控件增加一组提示消息,消息每组一行

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

Parameters

msg
Type: SystemString
消息组
See Also