JavaScriptHelperShowModalWindow Method | Helper帮助文档 |
把指定链接地址显示模态窗口
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ShowModalWindow( string wid, string title, int width, int height, string url )
Public Shared Sub ShowModalWindow ( wid As String, title As String, width As Integer, height As Integer, url As String )
public: static void ShowModalWindow( String^ wid, String^ title, int width, int height, String^ url )
static member ShowModalWindow : wid : string * title : string * width : int * height : int * url : string -> unit
Parameters
- wid
- Type: SystemString
窗口ID - title
- Type: SystemString
标题 - width
- Type: SystemInt32
宽度 - height
- Type: SystemInt32
高度 - url
- Type: SystemString
链接地址
See Also