Click or drag to resize

PageLoaded

This topic describes the ShipExec Client PageLoaded Business Rule

A business rule hook that fires once the current page has been loaded in the browser

Sample PageLoaded Business Rule
JavaScript
    this.PageLoaded = function(location) {

    }

See Also