Utility methods that are available without requiring additional modules.
Get the location of the host page.
Name | Type | Description |
---|---|---|
callback | function | function (location) {...} |
1 2AP.getLocation(function(location){ alert(location); });
Resize this frame.
Name | Type | Description |
---|---|---|
width | String | the desired width |
height | String | the desired height |
Rate this page: