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

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DApp.js344 APP.util.Paginator = function(container, imagesDir) {
346 this.imagesDir = imagesDir;
354 imagesDir: null,
392 prevLinkImg.setAttribute("src", this.imagesDir + "left.GIF");
420 nextLinkImg.setAttribute("src", this.imagesDir + "right.GIF");
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DApp.js344 APP.util.Paginator = function(container, imagesDir) {
346 this.imagesDir = imagesDir;
354 imagesDir: null,
392 prevLinkImg.setAttribute("src", this.imagesDir + "left.GIF");
420 nextLinkImg.setAttribute("src", this.imagesDir + "right.GIF");

Completed in 21 milliseconds