KioFrame Class
KioFrame allows the calling page to perform typical browser functions. The methods in this class will be run in the calling docked UI element. This includes the main toolbar and any docked browsers or spacers.
Functions
Type | Signature |
void |
GoHome()
Navigates the calling frame to it's configured default page |
string |
GetUrl()
Gets the URL of the calling frame |
void |
LoadUrl(string)
Loads a url in the calling frame |
void |
LoadString(string, string)
Loads page content into the calling frame replacing any content already there |
void |
InjectJavaScript()
Injects JavaScript into the calling frame |
void |
Print()
Prints the calling frame's page using the default Windows printer without prompting |
int |
GetTrustLevels(string)
Gets a mask of the scripting ACL trust levels for the calling frame |