Searched +refs:val +refs:label (Results 1 - 25 of 92) sorted by relevance

1234

/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/
H A DResourceCollectionSearchDialog.js78 label: $.t('common.form.close'),
85 label: saveButtonText,
89 if (_this.currentDialog.find("#select_" + _this.data.property.propName).val()) {
91 opts.onChange(newVal.val, newVal.text);
126 _.map(_.omit(properties,"_id"), _.bind(function (val,key) {
130 label: val.label,
148 return (resourceCollection && resourceCollection.label) ? resourceCollection.label
[all...]
H A DGenericEditResourceView.js116 .map(function(val, key) { val.name = key; return val; })
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]))
266 * <label class=" control-label">Usernam
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/util/
H A DJSONEditorSetupUtils.js42 if ($(this).val() === "Relationship" && type === "type") {
47 if ($(this).val() === "Relationship" && type === "itemType") {
57 if (this.path && this.input && this.label && !this.input.id && !this.label.htmlFor) {
59 this.label.htmlFor = (this.jsoneditor.options.uuid || this.jsoneditor.uuid) + "-" + this.path.replace(/\./g, "-");
63 $(this.label).addClass("col-sm-2");
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/
H A DPostProcessView.js40 var newProcessClass = this.$el.find("#newProcessClass").val().trim(),
68 newProcessClass = this.$el.find("#newProcessClass").val().trim();
70 self.$el.find("#newProcessClass").val("");
79 label: $.t("common.form.cancel"),
81 self.$el.find("#newProcessClass").val("");
87 label: $.t("common.form.ok"),
H A DEditLinkView.js57 label: $.t("common.form.cancel"),
63 label: $.t("common.form.ok"),
116 optionsKey = $tr.find("#optionsKey").val(),
117 optionsValue = $tr.find("#optionsValue").val(),
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/
H A DPostProcessView.js40 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("");
79 label: $.t("common.form.cancel"),
81 self.$el.find("[data-new-process-class]").val("");
87 label: $.t("common.form.ok"),
H A DEditLinkView.js58 label: $.t("common.form.cancel"),
64 label: $.t("common.form.ok"),
120 optionsKey = $tr.find("#optionsKey").val().trim(),
121 optionsValue = $tr.find("#optionsValue").val().trim(),
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/audit/
H A DAuditFilterPoliciesDialog.js108 label: $.t("common.form.cancel"),
113 label: $.t("common.form.submit"),
119 this.$el.find(".type-select").val(),
122 //this.$el.find(".include-exclude-select").val(),
123 "/" + this.$el.find(".topic-select").val() + "/" + this.$el.find(".location-input").val()
H A DAuditEventHandlersDialog.js101 label: $.t("common.form.cancel"),
106 label: $.t("common.form.submit"),
120 data.eventHandler.config.name = this.$el.find("#eventHandlerName").val();
121 data.eventHandler.config.topics = this.$el.find(".topics").val();
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DWorkflowUtils.js95 label: $.t("common.form.cancel"),
101 label: $.t("common.form.submit"),
104 var id = $("#candidateUsersSelect").val(),
105 label = $("#candidateUsersSelect option:selected").text(),
112 obj.assignTask(_this.model, id, label, callback);
125 * @label {the username text to be displayed in the nonCandidateWarning}
130 obj.assignTask = function(model, id, label, successCallback) {
146 UIUtils.jqConfirm($.t("templates.taskInstance.nonCanditateWarning",{ userName: label }), _.bind(function() {
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/
H A DAddChainDialog.js34 name = dialog.getModalBody().find("#name").val().trim(),
55 var name = dialog.getModalBody().find("#name").val().trim();
87 label: $.t("common.form.cancel"),
91 label: $.t("common.form.create"),
H A DAddModuleDialog.js32 if (dialog.$modalBody.find("#newModuleName").val().indexOf(" ") !== -1) {
39 nameValid = dialog.$modalBody.find("#newModuleName").val().length > 0;
48 var moduleName = dialog.getModalBody().find("#newModuleName").val(),
49 moduleType = dialog.getModalBody().find("#newModuleType").val(),
96 label: $.t("common.form.cancel"),
100 label: $.t("common.form.create"),
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/managed/
H A DEditManagedView.js369 "label": {
379 "label": ""
408 "label": {
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
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/role/
H A DRoleEntitlementsEditView.js85 label: $.t("common.form.cancel"),
91 label: $.t('common.form.save'),
210 attr.name = $(attrElement).find(".attribute-name input").val();
212 attr.assignmentOperation = $(attrElement).find(".hiddenOnAssignment").val();
213 attr.unassignmentOperation = $(attrElement).find(".hiddenOnUnassignment").val();
223 linkQualifiers = this.$el.find("#assignmentLinkQualifiers").val().split(",");
251 this.data.assignmentName = this.$el.find(".assignment-name").val();
282 onAssignment = popoverForm.find("[name=onAssignment]").val(),
283 onUnassignment = popoverForm.find("[name=onUnassignment]").val();
287 hiddenOnAssignment.val(onAssignmen
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/association/
H A DAssociationRuleView.js123 this.$el.find(".correlationQueryType").val("queries");
131 this.$el.find(".correlationQueryType").val("script");
144 if (this.$el.find(".correlationQueryType").val() === "script") {
160 if (this.$el.find(".correlationQueryType").val() === "queries") {
168 } else if (this.$el.find(".correlationQueryType").val() === "none") {
172 } else if (this.$el.find(".correlationQueryType").val() === "script") {
210 if (this.$el.find(".correlationQueryType").val() === "queries") {
213 } else if (this.$el.find(".correlationQueryType").val() === "script") {
283 if (this.$el.find(".correlationQueryType").val() === "queries") {
308 if (this.$el.find(".correlationQueryType").val()
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/connector/ldap/
H A DLDAPTypeView.js91 this.$el.find("#ldapTemplateType").val(args.ldapType);
139 this.$el.find("#ldapTemplateType").val(this.model.ldapType);
169 var value = $(event.target).val();
197 this.$el.find("#ldapTemplateType").val(this.model.ldapType);
216 $("#" + filterProp).val(filterString);
235 this.$el.find("#port").val("636").trigger("change");
238 this.$el.find("#port").val("389").trigger("change");
281 label: $.t('common.form.cancel'),
287 label: $.t('common.form.save'),
297 certField.text($('#certificateContainerClone').find('textarea').val());
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Deditable.js104 var val = this.selectedOptions[size-1].value;
111 var label = "";
114 label += this.defaultOptionLabel;
116 txt = label;
119 this.selectedOptions[size] = new Option(txt, val);
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Deditable.js104 var val = this.selectedOptions[size-1].value;
111 var label = "";
114 label += this.defaultOptionLabel;
116 txt = label;
119 this.selectedOptions[size] = new Option(txt, val);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/
H A DMapResourceView.js133 dialogRef.$modalBody.find("#saveMappingDialogClone .mappingName").val(mappingName);
150 label: $.t("common.form.cancel"),
156 label: $.t('common.form.ok'),
174 "name" : dialogRef.$modalBody.find("#saveMappingDialogClone .mappingName").val(),
232 if (dialogRef.$modalBody.find("#saveMappingDialogClone .mappingLinked").val() !== "none") {
233 tempMapping.links = dialogRef.$modalBody.find("#saveMappingDialogClone .mappingLinked").val();
288 tempObjectType = this.$el.find("#mappingTarget .resource-object-type-select").val().charAt(0).toUpperCase() + this.$el.find("#mappingTarget .resource-object-type-select").val().substring(1);
290 this.targetDetails.saveName = "system/" + this.targetDetails.name +"/" +this.$el.find("#mappingTarget .resource-object-type-select").val();
299 tempObjectType = this.$el.find("#mappingSource .resource-object-type-select").val()
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/properties/
H A DEditPropertyMappingDialog.js66 if ($(e.target).val().length || _.has(this.data.property, "source")) {
67 this.data.property.source = $(e.target).val();
101 var source = $("input[name='source']", this.currentDialog).val(),
116 } else if ($("#exampleResult", this.currentDialog).val() === "ERROR WITH SCRIPT") {
298 label: $.t("common.form.cancel"),
305 label: $.t("common.form.update"),
398 var val = $(this).val(),
401 if (val) {
402 $("#currentSourceDisplay", _this.currentDialog).val(va
[all...]
H A DAddPropertyMappingDialog.js55 var property = $("#addPropertySelect" ,this.$el).val(),
146 label: $.t("common.form.cancel"),
153 label: $.t("common.form.update"),
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/workflow/
H A DProcessHistoryView.js84 label: $.t("templates.workflows.processes.processInstance"),
98 label: $.t("templates.workflows.processes.startedBy"),
105 label: $.t("templates.workflows.processes.created"),
113 label: "COMPLETED",
210 this.model.processTypeFilter = $(event.target).val();
H A DActiveProcessesView.js84 label: $.t("templates.workflows.processes.processInstance"),
98 label: $.t("templates.workflows.processes.startedBy"),
105 label: $.t("templates.workflows.processes.created"),
216 this.model.processTypeFilter = $(event.target).val();
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/
H A DMandatoryPasswordChangeDialog.js79 label: $.t("common.form.submit"),
84 conf.loggedUser.save({"password": this.$el.find("input[name=password]").val()}).then(function () {
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAOathMechanismFactory.m46 NSString *label = [query objectForKey:@"_label"];
47 NSString *issuer = parseIssuer([query objectForKey:@"_issuer"], [query objectForKey:@"issuer"], label);
68 FRAIdentity *identity = [self identityWithIssuer:issuer accountName:label identityModel:identityModel backgroundColor:backgroundColor image:image database:database error:error];
99 // Get issuer and label
258 int val = [digits intValue];
259 if (val != 6 && val != 8) {
262 return [NSNumber numberWithInt:val];

Completed in 83 milliseconds

1234