| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/util/ |
| H A D | MappingUtils.js | 69 element = $('<div class="fr-search-option"></div>'), 74 $(element).append('<div class="fr-search-primary">' +selectizeEscape(value) +'</div>'); 76 $(element).append('<div class="fr-search-secondary text-muted">' +selectizeEscape(value) +'</div>'); 82 return element.prop('outerHTML'); 110 return _.reduce(policies, function(memo, val){ 111 return memo && val.action === "ASYNC";
|
| H A D | LinkQualifierFilterEditor.js | 41 this.setElement(args.element); 114 if($(currentSelect).val() === "/linkQualifier") { 115 tempValue = parentHolder.find(".value").val(); 117 parentHolder.find(".value").val(tempValue); 124 $(currentSelect)[0].selectize.setValue($(currentSelect).val()); 137 var value = $(this).val(), 163 tempValue = $(this).val(); 174 appendElement.val(tempValue);
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-enduser/src/test/qunit/ |
| H A D | specific.js | 38 LoginView.element = $("<div>")[0]; 57 LoginView.$el.find("[name=login]").val("openidm-admin").trigger("change"); 77 oldPasswordDialog.$el.find("input[name=oldPassword]").val("test").trigger("change"); 81 oldPasswordDialog.$el.find("input[name=oldPassword]").val("testpassword").trigger("change");
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/authentication/ |
| H A D | SessionModuleView.js | 31 element: "#sessionModuleView", 119 element: this.$el.find(".authentication-session-changes"), 149 if (this.$el.find("#maxTokenLifeUnits").val() === "seconds") { 150 this.data.sessionModule.properties.maxTokenLifeSeconds = this.$el.find("#maxTokenLife").val(); 152 this.data.sessionModule.properties.maxTokenLifeMinutes = this.$el.find("#maxTokenLife").val(); 155 if (this.$el.find("#tokenIdleTimeUnits").val() === "seconds") { 156 this.data.sessionModule.properties.tokenIdleTimeSeconds = this.$el.find("#tokenIdleTime").val(); 159 this.data.sessionModule.properties.tokenIdleTimeMinutes = this.$el.find("#tokenIdleTime").val();
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/ |
| H A D | PostProcessView.js | 34 element: "#postProcessView", 40 var newProcessClass = this.$el.find("#newProcessClass").val().trim(), 68 newProcessClass = this.$el.find("#newProcessClass").val().trim(); 70 self.$el.find("#newProcessClass").val(""); 81 self.$el.find("#newProcessClass").val("");
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/ |
| H A D | PostProcessView.js | 34 element: "#postProcessView", 40 var newProcessClass = this.$el.find("[data-new-process-class]").val().trim(), 68 newProcessClass = this.$el.find("[data-new-process-class]").val().trim(); 70 self.$el.find("[data-new-process-class]").val(""); 81 self.$el.find("[data-new-process-class]").val("");
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/notifications/ |
| H A D | NotificationsView.js | 39 element: "#notifications", 47 this.element = args.el; 67 notificationId = $(event.target).parents(".list-group-item").find("input[name=id]").val();
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/util/ |
| H A D | JSONEditorSetupUtils.js | 42 if ($(this).val() === "Relationship" && type === "type") { 47 if ($(this).val() === "Relationship" && type === "itemType") { 62 $(this.jsoneditor.element).addClass("form-horizontal"); 76 $(this.jsoneditor.element).find('.json-editor-btn-delete[title="Delete All"]').addClass("hidden");
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/ |
| H A D | GenericEditResourceView.js | 116 .map(function(val, key) { val.name = key; return val; }) 148 this.linkedView.element = "#linkedView"; 230 _.each(newValue, _.bind(function(val,key) { 232 hasVal = val && val.length; 235 (!relationshipType && (this.oldObject[key] && !_.isEqual(this.oldObject[key], val))) || 236 (relationshipType && hasVal && !_.isEqual(JSON.parse(val), this.oldObject[key])) 321 _.each(this.$el.find(".resourceCollectionValue"), function(element) { [all...] |
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/ |
| H A D | SelfServiceView.js | 35 element: "#selfServiceContainer", 65 this.model.uiContextObject.urlContextRoot = this.$el.find("#selfServiceURL").val();
|
| H A D | SystemConfigView.js | 36 element: "#systemConfigContainer", 66 this.model.uiContextObject.urlContextRoot = this.$el.find("#selfServiceURL").val();
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/tasks/ |
| H A D | TasksMenuView.js | 49 var id = $(event.target).parents(".list-group-item").find("[name=taskId]").val(); 72 id = parent.find("input[name=taskId]").val(), 118 var userId = $(event.target).next().val(), 120 requesterDisplayName = $(event.target).next().next().val(), user, taskId; 122 taskId = $(event.target).parent().parent().find("input[name=taskId]").val(); 146 render: function(category, element, callback) { 147 if(!element) { 150 this.setElement(element); 261 var assignedUser = $(target).parent().parent().find('input[name=assignedUser]').val(), task, i, user; 263 task = this.getTaskFromCacheById($(target).closest("tr").find("input[name=taskId]").val()); [all...] |
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/ |
| H A D | Scheduler.js | 50 * element - jquery selector where the view is rendered 67 this.element = args.element; 113 this.$el.find(".complexExpression").val(this.cron.cron("convertCronVal", this.cron.cron("value"))); 126 this.$el.find(".complexExpression").val(this.defaults.schedule); 145 this.$el.find(".liveSyncSchedule").val(this.defaults.liveSyncSeconds); 169 this.$el.find(".misfirePolicy").val(this.defaults.misfirePolicy); 195 cronValue = this.cron.cron("value", this.cron.cron("convertCronVal", this.$el.find(".complexExpression").val())); 217 schedule.misfirePolicy = this.$el.find(".misfirePolicy").val(); 221 schedule.schedule = this.$el.find(".complexExpression").val(); [all...] |
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/ |
| H A D | ResourceTypeActionsView.js | 28 element: "#actions", 42 this.element = el; 85 actionName = editing.find(".form-control").val(), 110 self.$el.find(".editing input[type=text]").val("").focus(); 133 permitted = $target.val() || $target.find("input").val();
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/ |
| H A D | ResourceTypeActionsView.js | 27 element: "#actions", 42 this.element = el; 80 const actionName = this.$el.find("[data-editing-input]").val(); 111 this.$el.find("[data-editing-input]").val("").focus(); 134 permitted = $target.val() || $target.find("input").val();
|
| /forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/ |
| H A D | container_core-debug.js | 135 * @param {Object} val The value to validate 138 checkBoolean: function (val) { 139 return (typeof val == Config.BOOLEAN_TYPE); 145 * @param {Object} val The value to validate 148 checkNumber: function (val) { 149 return (!isNaN(val)); 748 * @param {String} el The element ID representing the Module <em>OR</em> 749 * @param {HTMLElement} el The element representing the Module 762 YAHOO.log("No element or element I [all...] |
| H A D | container_core-min.js | 9 if(!owner){}};var Lang=YAHOO.lang,CustomEvent=YAHOO.util.CustomEvent,Config=YAHOO.util.Config;Config.CONFIG_CHANGED_EVENT="configChanged";Config.BOOLEAN_TYPE="boolean";Config.prototype={owner:null,queueInProgress:false,config:null,initialConfig:null,eventQueue:null,configChangedEvent:null,init:function(owner){this.owner=owner;this.configChangedEvent=this.createEvent(Config.CONFIG_CHANGED_EVENT);this.configChangedEvent.signature=CustomEvent.LIST;this.queueInProgress=false;this.config={};this.initialConfig={};this.eventQueue=[];},checkBoolean:function(val){return(typeof val==Config.BOOLEAN_TYPE);},checkNumber:function(val){return(!isNaN(val));},fireEvent:function(key,value){var property=this.config[key];if(property&&property.event){property.event.fire(value);}},addProperty:function(key,propertyObject){key=key.toLowerCase();this.config[key]=propertyObject;propertyObject.event=this.createEvent(key,{scope:this.owner});propertyObject.event.signature=CustomEvent.LIST;propertyObject.key=key;if(propertyObject.handler){propertyObject.event.subscribe(propertyObject.handler,this.owner);} 36 Module.prototype={constructor:Module,element:null,header:null,body:null,footer:null,id:null,imageRoot:Module.IMG_ROOT,initEvents:function(){var SIGNATURE=CustomEvent.LIST;this.beforeInitEvent=this.createEvent(EVENT_TYPES.BEFORE_INIT);this.beforeInitEvent.signature=SIGNATURE;this.initEvent=this.createEvent(EVENT_TYPES.INIT);this.initEvent.signature=SIGNATURE;this.appendEvent=this.createEvent(EVENT_TYPES.APPEND);this.appendEvent.signature=SIGNATURE;this.beforeRenderEvent=this.createEvent(EVENT_TYPES.BEFORE_RENDER);this.beforeRenderEvent.signature=SIGNATURE;this.renderEvent=this.createEvent(EVENT_TYPES.RENDER);this.renderEvent.signature=SIGNATURE;this.changeHeaderEvent=this.createEvent(EVENT_TYPES.CHANGE_HEADER);this.changeHeaderEvent.signature=SIGNATURE;this.changeBodyEvent=this.createEvent(EVENT_TYPES.CHANGE_BODY);this.changeBodyEvent.signature=SIGNATURE;this.changeFooterEvent=this.createEvent(EVENT_TYPES.CHANGE_FOOTER);this.changeFooterEvent.signature=SIGNATURE;this.changeContentEvent=this.createEvent(EVENT_TYPES.CHANGE_CONTENT);this.changeContentEvent.signature=SIGNATURE;this.destroyEvent=this.createEvent(EVENT_TYPES.DESTORY);this.destroyEvent.signature=SIGNATURE;this.beforeShowEvent=this.createEvent(EVENT_TYPES.BEFORE_SHOW);this.beforeShowEvent.signature=SIGNATURE;this.showEvent=this.createEvent(EVENT_TYPES.SHOW);this.showEvent.signature=SIGNATURE;this.beforeHideEvent=this.createEvent(EVENT_TYPES.BEFORE_HIDE);this.beforeHideEvent.signature=SIGNATURE;this.hideEvent=this.createEvent(EVENT_TYPES.HIDE);this.hideEvent.signature=SIGNATURE;},platform:function(){var ua=navigator.userAgent.toLowerCase();if(ua.indexOf("windows")!=-1||ua.indexOf("win32")!=-1){return"windows";}else if(ua.indexOf("macintosh")!=-1){return"mac";}else{return false;}}(),browser:function(){var ua=navigator.userAgent.toLowerCase();if(ua.indexOf('opera')!=-1){return'opera';}else if(ua.indexOf('msie 7')!=-1){return'ie7';}else if(ua.indexOf('msie')!=-1){return'ie';}else if(ua.indexOf('safari')!=-1){return'safari';}else if(ua.indexOf('gecko')!=-1){return'gecko';}else{return false;}}(),isSecure:function(){if(window.location.href.toLowerCase().indexOf("https")===0){return true;}else{return false;}}(),initDefaultConfig:function(){this.cfg.addProperty(DEFAULT_CONFIG.VISIBLE.key,{handler:this.configVisible,value:DEFAULT_CONFIG.VISIBLE.value,validator:DEFAULT_CONFIG.VISIBLE.validator});this.cfg.addProperty(DEFAULT_CONFIG.EFFECT.key,{suppressEvent:DEFAULT_CONFIG.EFFECT.suppressEvent,supercedes:DEFAULT_CONFIG.EFFECT.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.MONITOR_RESIZE.key,{handler:this.configMonitorResize,value:DEFAULT_CONFIG.MONITOR_RESIZE.value});},init:function(el,userConfig){var elId,i,child;this.initEvents();this.beforeInitEvent.fire(Module);this.cfg=new Config(this);if(this.isSecure){this.imageRoot=Module.IMG_ROOT_SSL;} 38 this.element=el;if(el.id){this.id=el.id;} 39 child=this.element.firstChild;if(child){do{switch(child.className){case Module.CSS_HEADER:this.header=child;break;case Module.CSS_BODY:this.body=child;break;case Module.CSS_FOOTER:this.footer=child;break;}}while((child=child.nextSibling));} 40 this.initDefaultConfig();Dom.addClass(this.element,Module.CSS_MODULE);if(userConfig){this.cfg.applyConfig(userConfig,true);} 50 this.changeHeaderEvent.fire(headerContent);this.changeContentEvent.fire();},appendToHeader:function(element){var oHeader=this.header||(this.header=createHeader());oHeader.appendChild(element);thi [all...] |
| H A D | container_core.js | 134 * @param {Object} val The value to validate 137 checkBoolean: function (val) { 138 return (typeof val == Config.BOOLEAN_TYPE); 144 * @param {Object} val The value to validate 147 checkNumber: function (val) { 148 return (!isNaN(val)); 742 * @param {String} el The element ID representing the Module <em>OR</em> 743 * @param {HTMLElement} el The element representing the Module 972 * The main module element that contains the header, body, and footer 973 * @property element [all...] |
| /forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/ |
| H A D | container_core-debug.js | 135 * @param {Object} val The value to validate 138 checkBoolean: function (val) { 139 return (typeof val == Config.BOOLEAN_TYPE); 145 * @param {Object} val The value to validate 148 checkNumber: function (val) { 149 return (!isNaN(val)); 748 * @param {String} el The element ID representing the Module <em>OR</em> 749 * @param {HTMLElement} el The element representing the Module 762 YAHOO.log("No element or element I [all...] |
| H A D | container_core-min.js | 9 if(!owner){}};var Lang=YAHOO.lang,CustomEvent=YAHOO.util.CustomEvent,Config=YAHOO.util.Config;Config.CONFIG_CHANGED_EVENT="configChanged";Config.BOOLEAN_TYPE="boolean";Config.prototype={owner:null,queueInProgress:false,config:null,initialConfig:null,eventQueue:null,configChangedEvent:null,init:function(owner){this.owner=owner;this.configChangedEvent=this.createEvent(Config.CONFIG_CHANGED_EVENT);this.configChangedEvent.signature=CustomEvent.LIST;this.queueInProgress=false;this.config={};this.initialConfig={};this.eventQueue=[];},checkBoolean:function(val){return(typeof val==Config.BOOLEAN_TYPE);},checkNumber:function(val){return(!isNaN(val));},fireEvent:function(key,value){var property=this.config[key];if(property&&property.event){property.event.fire(value);}},addProperty:function(key,propertyObject){key=key.toLowerCase();this.config[key]=propertyObject;propertyObject.event=this.createEvent(key,{scope:this.owner});propertyObject.event.signature=CustomEvent.LIST;propertyObject.key=key;if(propertyObject.handler){propertyObject.event.subscribe(propertyObject.handler,this.owner);} 36 Module.prototype={constructor:Module,element:null,header:null,body:null,footer:null,id:null,imageRoot:Module.IMG_ROOT,initEvents:function(){var SIGNATURE=CustomEvent.LIST;this.beforeInitEvent=this.createEvent(EVENT_TYPES.BEFORE_INIT);this.beforeInitEvent.signature=SIGNATURE;this.initEvent=this.createEvent(EVENT_TYPES.INIT);this.initEvent.signature=SIGNATURE;this.appendEvent=this.createEvent(EVENT_TYPES.APPEND);this.appendEvent.signature=SIGNATURE;this.beforeRenderEvent=this.createEvent(EVENT_TYPES.BEFORE_RENDER);this.beforeRenderEvent.signature=SIGNATURE;this.renderEvent=this.createEvent(EVENT_TYPES.RENDER);this.renderEvent.signature=SIGNATURE;this.changeHeaderEvent=this.createEvent(EVENT_TYPES.CHANGE_HEADER);this.changeHeaderEvent.signature=SIGNATURE;this.changeBodyEvent=this.createEvent(EVENT_TYPES.CHANGE_BODY);this.changeBodyEvent.signature=SIGNATURE;this.changeFooterEvent=this.createEvent(EVENT_TYPES.CHANGE_FOOTER);this.changeFooterEvent.signature=SIGNATURE;this.changeContentEvent=this.createEvent(EVENT_TYPES.CHANGE_CONTENT);this.changeContentEvent.signature=SIGNATURE;this.destroyEvent=this.createEvent(EVENT_TYPES.DESTORY);this.destroyEvent.signature=SIGNATURE;this.beforeShowEvent=this.createEvent(EVENT_TYPES.BEFORE_SHOW);this.beforeShowEvent.signature=SIGNATURE;this.showEvent=this.createEvent(EVENT_TYPES.SHOW);this.showEvent.signature=SIGNATURE;this.beforeHideEvent=this.createEvent(EVENT_TYPES.BEFORE_HIDE);this.beforeHideEvent.signature=SIGNATURE;this.hideEvent=this.createEvent(EVENT_TYPES.HIDE);this.hideEvent.signature=SIGNATURE;},platform:function(){var ua=navigator.userAgent.toLowerCase();if(ua.indexOf("windows")!=-1||ua.indexOf("win32")!=-1){return"windows";}else if(ua.indexOf("macintosh")!=-1){return"mac";}else{return false;}}(),browser:function(){var ua=navigator.userAgent.toLowerCase();if(ua.indexOf('opera')!=-1){return'opera';}else if(ua.indexOf('msie 7')!=-1){return'ie7';}else if(ua.indexOf('msie')!=-1){return'ie';}else if(ua.indexOf('safari')!=-1){return'safari';}else if(ua.indexOf('gecko')!=-1){return'gecko';}else{return false;}}(),isSecure:function(){if(window.location.href.toLowerCase().indexOf("https")===0){return true;}else{return false;}}(),initDefaultConfig:function(){this.cfg.addProperty(DEFAULT_CONFIG.VISIBLE.key,{handler:this.configVisible,value:DEFAULT_CONFIG.VISIBLE.value,validator:DEFAULT_CONFIG.VISIBLE.validator});this.cfg.addProperty(DEFAULT_CONFIG.EFFECT.key,{suppressEvent:DEFAULT_CONFIG.EFFECT.suppressEvent,supercedes:DEFAULT_CONFIG.EFFECT.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.MONITOR_RESIZE.key,{handler:this.configMonitorResize,value:DEFAULT_CONFIG.MONITOR_RESIZE.value});},init:function(el,userConfig){var elId,i,child;this.initEvents();this.beforeInitEvent.fire(Module);this.cfg=new Config(this);if(this.isSecure){this.imageRoot=Module.IMG_ROOT_SSL;} 38 this.element=el;if(el.id){this.id=el.id;} 39 child=this.element.firstChild;if(child){do{switch(child.className){case Module.CSS_HEADER:this.header=child;break;case Module.CSS_BODY:this.body=child;break;case Module.CSS_FOOTER:this.footer=child;break;}}while((child=child.nextSibling));} 40 this.initDefaultConfig();Dom.addClass(this.element,Module.CSS_MODULE);if(userConfig){this.cfg.applyConfig(userConfig,true);} 50 this.changeHeaderEvent.fire(headerContent);this.changeContentEvent.fire();},appendToHeader:function(element){var oHeader=this.header||(this.header=createHeader());oHeader.appendChild(element);thi [all...] |
| H A D | container_core.js | 134 * @param {Object} val The value to validate 137 checkBoolean: function (val) { 138 return (typeof val == Config.BOOLEAN_TYPE); 144 * @param {Object} val The value to validate 147 checkNumber: function (val) { 148 return (!isNaN(val)); 742 * @param {String} el The element ID representing the Module <em>OR</em> 743 * @param {HTMLElement} el The element representing the Module 972 * The main module element that contains the header, body, and footer 973 * @property element [all...] |
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/managed/ |
| H A D | EditManagedView.js | 461 // Now the setValue val is an object containing a value and a title. 467 JSONEditor.defaults.editors.multiple.prototype.setValue = function(val,initial) { 468 if (_.isObject(val) && !_.isNull(val)) { 469 this.switcher.value = val.display; 470 this.type = _.indexOf(this.display_text, val.display); 472 this.editors[this.type].setValue(val.val, initial); 534 "val": property.type, 539 "val" [all...] |
| /forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/animation/ |
| H A D | animation-debug.js | 31 * @param {String | HTMLElement} el Reference to the element that will be animated 42 YAHOO.log('element required to create Anim instance', 'error', 'Anim'); 82 * @param {Number} val The value to be applied to the attribute. 85 setAttribute: function(attr, val, unit) { 87 val = (val > 0) ? val : 0; 90 YAHOO.util.Dom.setStyle(this.getEl(), attr, val + unit); 97 * @return {Number} val The current value of the attribute. 101 var val variable [all...] |
| H A D | animation-min.js | 9 this.init(el,attributes,duration,method);};YAHOO.util.Anim.prototype={toString:function(){var el=this.getEl();var id=el.id||el.tagName||el;return("Anim "+id);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(attr,start,end){return this.method(this.currentFrame,start,end-start,this.totalFrames);},setAttribute:function(attr,val,unit){if(this.patterns.noNegatives.test(attr)){val=(val>0)?val:0;} 10 YAHOO.util.Dom.setStyle(this.getEl(),attr,val+unit);},getAttribute:function(attr){var el=this.getEl();var val=YAHOO.util.Dom.getStyle(el,attr);if(val!=='auto'&&!this.patterns.offsetUnit.test(val)){return parseFloat(val);} variable 11 var a=this.patterns.offsetAttribute.exec(attr)||[];var pos=!!(a[3]);var box=!!(a[2]);if(box||(YAHOO.util.Dom.getStyle(el,'position')=='absolute'&&pos)){val [all...] |
| H A D | animation.js | 31 * @param {String | HTMLElement} el Reference to the element that will be animated 81 * @param {Number} val The value to be applied to the attribute. 84 setAttribute: function(attr, val, unit) { 86 val = (val > 0) ? val : 0; 89 YAHOO.util.Dom.setStyle(this.getEl(), attr, val + unit); 96 * @return {Number} val The current value of the attribute. 100 var val = YAHOO.util.Dom.getStyle(el, attr); variable 102 if (val ! [all...] |