TIWCGJQShowMessage Methods

 NameDescription
GetGenerateIWCLScript

Represents method GetGenerateIWCLScript. (Overrides TIWCGJQComponent.GetGenerateIWCLScript.)

GetScriptLinks(TStrings)

The procedure to include the jquery plugin javascript files.

Notes to Inheritors

Add your jquery plugin javascript files to "ALink" parameter.

 (Overrides TIWCGJQComponent.GetScriptLinks(TStrings).)
HideDialog

Method to hide the prompt/message

HideNotification(string)

Method to hide the log message

jsHideNotification(string)

Return javascript to hide the log message.

jsShowMessage(string,TIWCGJQShowMessageType)

Return the javascript to show the message.

jsShowNotification(string,TIWCGJQShowNotificationType,Integer,boolean,string)

Return the javascript to show the notification message.

jsShowPromptMessage(string,string)

Return the javascript to show the prompt message.

RenderHTML(TIWCompContext)

Represents method RenderHTML(TIWCompContext). (Overrides TIWCGJQComponent.RenderHTML(TIWCompContext).)

ResetJSonProps

Represents method ResetJSonProps. (Overrides TIWCGJQComponent.ResetJSonProps.)

ShowMessage(string,TIWCGJQShowMessageType)

Show the message.

ShowNotification(string,TIWCGJQShowNotificationType,Integer)

Overloaded. Show the notification message.

ShowNotification(string,TIWCGJQShowNotificationType,Integer,boolean,string)

Overloaded. Show the notification message.

ShowPromptMessage(string,string)

Show the prompt message.

Top