Intersoft WebDesktop Documentation
WebNotification
Send Feedback
Intersoft WebDesktop > Client-side References > WebNotification

Glossary Item Box

 WebNotification Properties

Interval Description
Gets or sets the WebNotification's interval

ValueType
Int

Default Value

DisplayLatency Description
Gets or sets the WebNotificaton's display latency

ValueType
Int

Default Value

IntegratedToDesktopManager Description
Gets or sets the WebNotification integrated mode

ValueType
MenuIntegrationMode

Default Value

ServiceType Description
Gets or sets the WebNotification's service type

ValueType
String

Default Value

ServiceUrl Description
Gets or sets the WebNotification's service url

ValueType
String

Default Value

DisplayMode Description
Gets or sets the WebNotification's display mode

ValueType
DisplayMode

Default Value

ContentText Description
Gets or sets the WebNotification's content text

ValueType
String

Default Value

ContentImage Description
Gets or sets the WebNotification's content image

ValueType
Image

Default Value

CaptionText Description
Gets or sets the WebNotification's caption text

ValueType
String

Default Value

ShowActionDropdown Description
Gets or sets a value indicating whether WebNotification should show drop down action

ValueType
Boolean

Default Value

ShowCloseButton Description
Gets or sets a value indicating whether close button should be shown in this WebNotification instance

ValueType
Boolean

Default Value

EnableSound Description
Gets or sets a value indicating whether sound should be enabled for this WebNotification instance

ValueType
Boolean

Default Value

SoundFile Description
Gets or sets the sound file of this WebNotification instance

ValueType
String

Default Value

AnimationStyle Description
Gets or sets the animation style of this WebNotification instance

ValueType
String

Default Value

ImagePosition Description
Gets or sets the image's position in this WebNotification instance

ValueType
String

Default Value

ImageVAlign Description
Gets or sets the image's vertical alignment of this WebNotification instance

ValueType
String

Default Value

ImagesSettings Description
Gets the ImagesSettigns of this WebNotification instance

ValueType
ImagesSettings

Default Value

ClientSideEvents Description
Gets the ClientSideEvents of this WebNotification instance

ValueType
WebNotificationClientSideEvents

Default Value

MenuStyleSettings Description
Gets the MenuStyleSettings of this WebNotification instance

ValueType
MenuStyleSettings

Default Value

Menu Description
Gets the Menu of this WebNotification instance

ValueType
WebMenu

Default Value

Items Description
Gets or sets the items collection in this WebNotification instance

ValueType
Collection (ISArray)

Default Value

Enabled Description
Gets or sets a value indicating whether this WebNofitication instance should be enabled

ValueType
Boolean

Default Value

ClientID Description
Gets the server control identifier generated by ASP.NET

ValueType
String

Default Value

ID Description
Gets or sets the programmatic identifier assigned to the WebNotification control instance

ValueType
String

Default Value

NotifyWindowClickable Description
Gets or sets a value indicating whether this WebNotification will notify if the window is clickable

ValueType
Boolean

Default Value

NotifyWindowURL Description
Gets or sets a value indicating whether this WebNofitication instance will notify the window url

ValueType
Boolean

Default Value

NotifyWindowName Description
Gets or sets a value indicating whether this WebNofitication instance will notify the window's name

ValueType
Boolean

Default Value

AutoStart Description
Gets or sets a value indicating whether this WebNofitication is automatically start

ValueType
Boolean

Default Value

RunOnce Description
Gets or sets a value indicating whether this WebNofitication instance will run only once

ValueType
Boolean

Default Value

 WebNotification Methods

Show Description
Shows the specified WebNotification control.

Parameters

Remarks

Return Value

Samples

Hide Description
Hides the specified WebNotification control.

Parameters

Remarks

Return Value

Samples

 
Enable Description
Enables the state of WebNotification control.

Parameters

Remarks

Return Value

Samples

 
Disable Description
Disables the state of WebNotification control.

Parameters

Remarks

Return Value

Samples

 
GetCaptionElement Description
Gets the caption element of WebNotification control.

Parameters

Remarks

Return Value
Object (HTML CellElement)

Samples

 
SetCaptionText Description
Sets the caption of WebNotification control.

Parameters
text ( String )
Indicates the caption text that will be applied.


Remarks

Return Value

Samples

 
GetOptionElement Description
Gets the ActionDropDown element of WebNotification control.

Parameters

Remarks

Return Value
Object (HTML SpanElement)

Samples

 
GetCloseElement Description
Gets the Close element of WebNotification control

Parameters

Remarks

Return Value
Object (HTML SpanElement)

Samples

 
GetCaptionBarElement Description
Gets the Caption Bar element of WebNotification control.

Parameters

Remarks

Return Value
Object (HTML TableElement)

Samples

 
GetContentElement Description
Gets the content element of WebNotification control.

Parameters

Remarks

Return Value
Object (HTML DivElement)

Samples

 
GetContentTextElement Description
Gets the context text of WebNotification control.

Parameters

Remarks

Return Value
Object (HTML DivElement)

Samples

 
GetContentImageElement Description
Gets the content image of WebNotification control.

Parameters

Remarks

Return Value
Object (HTML ImageElement)

Samples

 
GetContentTemplateElement Description
Gets the content template element of WebNotification control.

Parameters

Remarks

Return Value
Object (HTML DivElement)

Samples

 
GetCurrentNotification Description
Gets the current WebNotificationEvent object.

Parameters

Remarks

Return Value
Object (WebNotificationEvent)

Samples

 
GetAllNotifications Description
Gets all the WebNotificationEvent objects in the WebNotification control.

Parameters

Remarks

Return Value
Object (WebNotificationEventCollection)

Samples

 
GetLastNotification Description
Gets the last WebNotificationEvent object.

Parameters

Remarks

Return Value
Object (WebNotificationEvent)

Samples

 
GetMissedNotifications Description
Gets missed WebNotificationEvent objects.

Parameters

Remarks

Return Value
Object (WebNotificationEventCollection)

Samples

 
GetActionMenu Description
Gets the ActionMenu object of the WebNotification control.

Parameters

Remarks

Return Value
WebMenu object

Samples

 
Notify Description
Notifies the specified WebNotificationEvent object.

Parameters
notification ( WebNotificationEvent )
Indicates the WebNotificationEvent that will be notified.


Remarks

Return Value

Samples

 
GetSoundElement Description
Gets the sound element of WebNotification control.

Parameters

Remarks

Return Value
Object (HTML BgSoundElement)

Samples

 
© 2012 Intersoft Solutions Corp. All Rights Reserved.