JavaScriptHelper.ShowModalDialogWindow Method (String, Int32, Int32, Int32, Int32)

HD.Common

JavaScriptHelperShowModalDialogWindow Method (String, Int32, Int32, Int32, Int32) Helper帮助文档
打开指定大小位置的模式对话框

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

public static void ShowModalDialogWindow(
	string webFormUrl,
	int width,
	int height,
	int top,
	int left
)
Public Shared Sub ShowModalDialogWindow ( 
	webFormUrl As String,
	width As Integer,
	height As Integer,
	top As Integer,
	left As Integer
)
public:
static void ShowModalDialogWindow(
	String^ webFormUrl, 
	int width, 
	int height, 
	int top, 
	int left
)
static member ShowModalDialogWindow : 
        webFormUrl : string * 
        width : int * 
        height : int * 
        top : int * 
        left : int -> unit 

Parameters

webFormUrl
Type: SystemString
连接地址
width
Type: SystemInt32
height
Type: SystemInt32
top
Type: SystemInt32
距离上位置
left
Type: SystemInt32
距离左位置
See Also

Reference