JavaScript客户端脚本输出帮助类
SystemObject HD.CommonJavaScriptHelper
Namespace: HD.CommonAssembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
public class JavaScriptHelper
Public Class JavaScriptHelper
public ref class JavaScriptHelper
type JavaScriptHelper = class end
The JavaScriptHelper type exposes the following members.
| Name | Description |
---|
| JavaScriptHelper | Initializes a new instance of the JavaScriptHelper class |
Top
| Name | Description |
---|
| Alert |
弹出信息
|
| AlertAndGoHistory |
弹出信息,并返回历史页面
|
| AlertAndParentUrl |
弹出信息 并指定到父窗口
|
| AlertAndRedirect |
弹出信息,并跳转指定页面。
|
| CloseWindow |
关闭当前窗口
|
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetCurrentPage |
得到当前页对象实例
|
| GetHashCode | (Inherited from Object.) |
| GetShowModalWindowScript |
返回把指定链接地址显示模态窗口的脚本
|
| GetType | (Inherited from Object.) |
| GoHistory |
回到历史页面
|
| JavaScriptExitIfream |
页面跳转(跳出框架)
|
| JavaScriptLocationHref |
转向Url指定的页面
|
| MemberwiseClone | (Inherited from Object.) |
| OpenWebFormSize |
打开指定大小的新窗体
|
| ParentRedirect |
返回到父窗口
|
| RefreshOpener |
刷新打开窗口
|
| RefreshParent |
刷新父窗口
|
| RegisterScriptBlock |
注册脚本块
|
| ShowCilentConfirm(WebControl, String, String) |
显示客户端确认窗口
|
| ShowCilentConfirm(WebControl, String, String, Int32, Int32, String) |
显示客户端确认窗口
|
| ShowCilentModalWindow(String, TableCell, String, String, Int32, Int32, String, Boolean) |
为指定控件绑定前台脚本:显示模态窗口
|
| ShowCilentModalWindow(String, WebControl, String, String, Int32, Int32, String, Boolean) |
为指定控件绑定前台脚本:显示模态窗口
|
| ShowModalDialogJavascript |
打开模式对话框
|
| ShowModalDialogWindow(String, String) |
打开模式对话框
|
| ShowModalDialogWindow(String, Int32, Int32, Int32, Int32) |
打开指定大小位置的模式对话框
|
| ShowModalWindow |
把指定链接地址显示模态窗口
|
| ToString | (Inherited from Object.) |
| WriteScript |
写javascript脚本
|
Top
Reference