PrototypeImp Methods

HttpServer.dll

The PrototypeImp type exposes the following members.

Methods

  NameDescription
AjaxFormOnSubmit
javascript action that should be added to the "onsubmit" event in the form tag.
(Overrides JavascriptHelperImplementation..::.AjaxFormOnSubmit()()().)
AjaxRequest
Requests a url through ajax
(Overrides JavascriptHelperImplementation..::.AjaxRequest(String, array<String>[]()[]).)
AjaxUpdater
Ajax requests that updates an element with the fetched content
(Overrides JavascriptHelperImplementation..::.AjaxUpdater(String, String, array<String>[]()[]).)
CloseDialog
Close a javascript dialog window/div.
(Overrides JavascriptHelperImplementation..::.CloseDialog()()().)
CreateDialog
create a modal dialog (usually using DIVs)
(Overrides JavascriptHelperImplementation..::.CreateDialog(String, String, array<String>[]()[]).)
DialogLink
A link that pop ups a Dialog (overlay div)
(Overrides JavascriptHelperImplementation..::.DialogLink(String, String, array<String>[]()[]).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GenerateOptions
Generates a list with JS options.
(Inherited from JavascriptHelperImplementation.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also