|
ClientSideExtensions Class
|
Defines javascript client-side extensions for web controls.
Inheritance Hierarchy
SystemObject
GSF.Web.UIClientSideExtensions
Namespace: GSF.Web.UIAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.232-beta
Syntaxpublic static class ClientSideExtensions
<ExtensionAttribute>
Public NotInheritable Class ClientSideExtensions
[ExtensionAttribute]
public ref class ClientSideExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ClientSideExtensions = class end
GSF.Web.UI.ClientSideExtensions = function();
Type.createClass(
'GSF.Web.UI.ClientSideExtensions');
View SourceThe ClientSideExtensions type exposes the following members.
Methods | Name | Description |
---|
 | BringToFront |
Brings the page's browser window to the foreground.
|
 | Close(Control, String) |
Closes the current page when the control is clicked and returns the specified returnValue to the web page that opened it.
|
 | Close(Page, String) |
Closes the current page when it has finished loading in the browser and returns the specified returnValue to the web page that opened it.
|
  | JavaScriptDecode |
Decodes JavaScript characters from given string.
|
  | JavaScriptEncode |
Performs JavaScript encoding on given string.
|
 | MsgBox(Control, String, String, MsgBoxStyle, Boolean) |
Shows a windows application style message box when the control is clicked.
|
 | MsgBox(Page, String, String, MsgBoxStyle, Boolean) |
Shows a windows application style message box when the page has loaded.
|
 | PushToBack |
Pushes the page's browser window to the background.
|
 | Refresh(Control) |
Registers the control to perform a page refresh.
|
 | Refresh(Page, Boolean) |
Registers this page to perform a page refresh.
|
 | SetDefaultButton |
Registers a default button to be activated when the ENTER key is pressed inside this textbox.
|
 | SetSubmitOnce |
Registers the button to be disabled after one click to prevent multiple postbacks.
|
 | Show(Control, String, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean) |
Shows a modeless popup window for the specified web page url when the control is clicked.
|
 | Show(Page, String, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean) |
Shows a modeless popup window for the specified web page url when the page has loaded.
|
 | ShowDialog(Control, String, Control, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean) |
Shows a modal popup window for the specified web page url when the control is clicked.
|
 | ShowDialog(Page, String, Control, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean) |
Shows a modal popup window for the specified web page url when the page has loaded.
|
 | ShowPopup(Control, String, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Shows a popup for the specified web page url when the control is clicked.
|
 | ShowPopup(Page, String, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Shows a popup for the specified web page url when the page has loaded.
|
Top
See Also