JavaScriptHelper.ShowCilentModalWindow Method (String, TableCell, String, String, Int32, Int32, String, Boolean)

HD.Common

JavaScriptHelperShowCilentModalWindow Method (String, TableCell, String, String, Int32, Int32, String, Boolean) Helper帮助文档
为指定控件绑定前台脚本:显示模态窗口

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ShowCilentModalWindow(
	string wid,
	TableCell cell,
	string eventName,
	string title,
	int width,
	int height,
	string url,
	bool isScriptEnd
)
Public Shared Sub ShowCilentModalWindow ( 
	wid As String,
	cell As TableCell,
	eventName As String,
	title As String,
	width As Integer,
	height As Integer,
	url As String,
	isScriptEnd As Boolean
)
public:
static void ShowCilentModalWindow(
	String^ wid, 
	TableCell^ cell, 
	String^ eventName, 
	String^ title, 
	int width, 
	int height, 
	String^ url, 
	bool isScriptEnd
)
static member ShowCilentModalWindow : 
        wid : string * 
        cell : TableCell * 
        eventName : string * 
        title : string * 
        width : int * 
        height : int * 
        url : string * 
        isScriptEnd : bool -> unit 

Parameters

wid
Type: SystemString

[Missing <param name="wid"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentModalWindow(System.String,System.Web.UI.WebControls.TableCell,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean)"]

cell
Type: System.Web.UI.WebControlsTableCell

[Missing <param name="cell"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentModalWindow(System.String,System.Web.UI.WebControls.TableCell,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean)"]

eventName
Type: SystemString

[Missing <param name="eventName"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentModalWindow(System.String,System.Web.UI.WebControls.TableCell,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean)"]

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentModalWindow(System.String,System.Web.UI.WebControls.TableCell,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentModalWindow(System.String,System.Web.UI.WebControls.TableCell,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentModalWindow(System.String,System.Web.UI.WebControls.TableCell,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean)"]

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentModalWindow(System.String,System.Web.UI.WebControls.TableCell,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean)"]

isScriptEnd
Type: SystemBoolean

[Missing <param name="isScriptEnd"/> documentation for "M:HD.Common.JavaScriptHelper.ShowCilentModalWindow(System.String,System.Web.UI.WebControls.TableCell,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean)"]

See Also

Reference