Join
Log In
> -->>
Log Out
Support
Help
Conduit
Mobile
Wibiya
How It Works
Benefits
Features
Showcase
Contact Us
Conduit API
Introduction
HTML App
Using Advanced APIs
Introduction
+ Methods
EBOpenPopHtml
Introduction
+ Methods
AddAlert
AddApplicationMenuItem
AddCommandMenuItem
AddGadget
AddGadgetMenuItem
AddLinkButton
AddLinkMenuItem
AddRadioStation
AddRSS
GetAllToolbarsInfo
GetInfo
GetSupportedUserAddMenu
IsSupportedFunction
IsVisible
Refresh
Developing the game
+ Methods
ChangeHeight
ChangeSize
CloseFloatingWindow
GetCurrentHeight
Gadget
Introduction
HTML Apps Height
XML Specifications
Code Usage
Create HTML component
Error Code Table
Glossary
Code Example
+ Methods
CrossDomainHttpRequest
GetInfo
SendNotification
RegisterForMessaging
SendMessage
JSInjection
ChangeWidth
DeleteGlobalKey
DeleteKey
GetCurrentWidth
GetMainFrameTitle
GetMainFrameUrl
GetSearchTerm
GetVersion
OpenGadget
RefreshComponentById
RefreshToolbar
RetrieveGlobalKey
RetrieveKey
SelfNavigate
StoreGlobalKey
StoreKey
Code Usage
+ Events
EBKeyChanged
EBTabRestored
EBDocumentComplete
EBGlobalKeyChanged
EBNavigateComplete
EBSearchTermChanged
Code Usage
Flash plugin behavior
Embeding Flash
+ ASP.Net
+ ExternalMenu
+ Constructors
ExternalMenuCtor
+ EM_Button
EM_Button
+ Properties
ButtonTooltip
DefaultButtonText
DefaultIconUrl
+ EM_Menu
+ Constructors
EM_MenuCtor
EM_Menu
+ EM_MenuItem
+ Constructors
EM_MenuItemCtor
+ EM_Data
EM_Data
+ EM_Link
+ Constructors
EM_LinkCtor
EM_Link
+ Enums
LinkType
+ Properties
Target
Url
+ EM_PopHtml
+ Constructors
EM_PopHtmlCtor
EM_PopHtml
+ Properties
Height
Url
Width
+ Enums
DataType
+ Properties
Link
PopHtml
Type
EM_MenuItem
+ Properties
Caption
Data
IconUrl
+ EM_Separator
+ Constructors
EM_SeparatorCtor
EM_Separator
+ Properties
Caption
Hint
IconUrl
MenuItems
+ Enums
MenuType
ExternalMenu
+ Methods
GetXml
+ Properties
Button
ExternalInterval
Menu
Type
Live Demo Usage
Targets
Detecting Flash version
Conduit API
Code Usage
Security Settings
Show Hide mechanism
Where to go from here
Facebook
Toolbar
Case Study
Introduction
Introduction
Online users
Add user Login
Add Quick Search
Add user Messages
GetInfo
- Description
This function retrieves information on a specific app and its environmental parameters. For example, it can be used to determine the app’s context (toolbar or engine) and then run context-specific functions on it.
- Syntax
GetInfo()
- Parameters
None.
- Return Value
JSon Object
containing the following info:
Parameter
Description
Range
Type
.appID
App identifier
string
.context.embedLocation
The location of the App (Embedded App, Gadget or Web Browser)
Embeded App/Gadget/ Web Browser
string
.context.host
The host of this app (Engine or Toolbar)
Engine/Toolbar
string
.general.browser
The current browser type
IE or Firefox
string
.general.browserVersion
The current browser version
e.g. “8.0.7600.16385”
string
.general.OS
The current Operating System type
e.g. “Windows”
string
.general.OSVersion
The current Operating System version
e.g. “6.1”
string
.general.toolbarName
Toolbar name
e.g. “Demo”
string
.general.toolbarVersion
Toolbar version
e.g. “5.7.2.2”
string
.size.height
The height of the gadget/component
> 0
integer
.size.width
The width of the gadget/component.
> 0
integer
- Remarks
This function can be used both with the HTML App and with the gadget window. *Notice: API methods must be invoked after the web page has triggered the "onload" event.
- Code Example
This example contains a button. Clicking on the button will display an HTML page with several app and environmental data.
Get App Information
- Code Usage