Click or drag to resize
ChildrenPageDataAddCustomTbButton Method
添加自定义工具栏按钮

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void AddCustomTbButton(
	string strText,
	string strClickEvent,
	string strImgUrl
)

Parameters

strText
Type: SystemString
提示文本
strClickEvent
Type: SystemString
按钮点击事件的 js 处理
strImgUrl
Type: SystemString
按钮图片(60×20)
See Also