JavaScriptHelper.GetShowModalWindowScript Method

HD.Common

JavaScriptHelperGetShowModalWindowScript Method Helper帮助文档
返回把指定链接地址显示模态窗口的脚本

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

public static string GetShowModalWindowScript(
	string wid,
	string title,
	int width,
	int height,
	string url
)
Public Shared Function GetShowModalWindowScript ( 
	wid As String,
	title As String,
	width As Integer,
	height As Integer,
	url As String
) As String
public:
static String^ GetShowModalWindowScript(
	String^ wid, 
	String^ title, 
	int width, 
	int height, 
	String^ url
)
static member GetShowModalWindowScript : 
        wid : string * 
        title : string * 
        width : int * 
        height : int * 
        url : string -> string 

Parameters

wid
Type: SystemString

[Missing <param name="wid"/> documentation for "M:HD.Common.JavaScriptHelper.GetShowModalWindowScript(System.String,System.String,System.Int32,System.Int32,System.String)"]

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:HD.Common.JavaScriptHelper.GetShowModalWindowScript(System.String,System.String,System.Int32,System.Int32,System.String)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:HD.Common.JavaScriptHelper.GetShowModalWindowScript(System.String,System.String,System.Int32,System.Int32,System.String)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:HD.Common.JavaScriptHelper.GetShowModalWindowScript(System.String,System.String,System.Int32,System.Int32,System.String)"]

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:HD.Common.JavaScriptHelper.GetShowModalWindowScript(System.String,System.String,System.Int32,System.Int32,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.JavaScriptHelper.GetShowModalWindowScript(System.String,System.String,System.Int32,System.Int32,System.String)"]

See Also

Reference