Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Sep 19, 2025

AP

Utility methods that are available without requiring additional modules.

Methods

getLocation (callback)

Get the location of the host page.

Parameters

NameTypeDescription
callbackfunctionfunction (location) {...}

Example

1
2
AP.getLocation(function(location){
    alert(location);
});

resize (width, height)

Resize this frame.

Parameters

NameTypeDescription
widthStringthe desired width
heightString

the desired height

Rate this page: