Searched defs:APP (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DApp.js1 if ( typeof APP == "undefined" ) {
2 var APP = {
8 APP.callDelayed = function callDelayed( element, func, delay ) {
19 APP.onCallReturn = function( jsonEncodedYUIResponse ) {
38 APP.call = function call( url, methodName, params, successCallback, failureCallback ) {
41 AjaxUtils.call( callUrl, APP.onCallReturn, args );
45 APP.util.PaginatedTable = function(container, urlRequest, initialRequestValues, columnDefs, responseSchema, ddGroup, tableChanges) {
56 APP.util.PaginatedTable.prototype = {
177 new APP.util.CustomDDProxy(nextTrEl.id, this.ddGroup, {resizeFrame:true}, this);
201 APP
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DApp.js1 if ( typeof APP == "undefined" ) {
2 var APP = {
8 APP.callDelayed = function callDelayed( element, func, delay ) {
19 APP.onCallReturn = function( jsonEncodedYUIResponse ) {
38 APP.call = function call( url, methodName, params, successCallback, failureCallback ) {
41 AjaxUtils.call( callUrl, APP.onCallReturn, args );
45 APP.util.PaginatedTable = function(container, urlRequest, initialRequestValues, columnDefs, responseSchema, ddGroup, tableChanges) {
56 APP.util.PaginatedTable.prototype = {
177 new APP.util.CustomDDProxy(nextTrEl.id, this.ddGroup, {resizeFrame:true}, this);
201 APP
[all...]

Completed in 20 milliseconds