Searched refs:dialog (Results 1 - 25 of 90) sorted by relevance

1234

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/
H A DAddChainDialog.js27 function closeDialog (dialog) {
28 dialog.close();
30 function nameValid (dialog) {
34 name = dialog.getModalBody().find("#name").val().trim(),
35 chains = dialog.options.data.chains;
51 dialog.$modalBody.find("#alertContainer").html(alert);
54 function validateAndCreate (dialog) {
55 var name = dialog.getModalBody().find("#name").val().trim();
57 if (nameValid(dialog)) {
59 dialog
[all...]
H A DAddModuleDialog.js26 function addModuleDialogValidation (dialog) {
32 if (dialog.$modalBody.find("#newModuleName").val().indexOf(" ") !== -1) {
38 dialog.$modalBody.find("#alertContainer").html(alert);
39 nameValid = dialog.$modalBody.find("#newModuleName").val().length > 0;
40 typeValid = dialog.$modalBody.find("#newModuleType")[0].selectize.getValue().length > 0;
43 function closeDialog (dialog) {
44 dialog.close();
46 function validateAndCreate (dialog) {
47 if (addModuleDialogValidation(dialog)) {
48 var moduleName = dialog
[all...]
H A DEditModuleDialog.js22 function closeDialog (dialog) {
23 dialog.close();
25 function redirectAndClose (dialog) {
26 Router.setUrl(dialog.options.data.link);
27 dialog.close();
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/config/routes/
H A DCommonIDMRoutesConfig.js24 dialog: "org/forgerock/openidm/ui/common/MandatoryPasswordChangeDialog",
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/
H A DEditLinkView.js58 action: function (dialog) {
60 dialog.close();
66 action: function (dialog) {
67 var moduleSelectize = dialog.getModalBody().find("#selectModule")[0].selectize;
74 dialog.getModalBody().find("#selectCriteria")[0].selectize.getValue();
83 dialog.close();
86 onshow: function (dialog) {
87 dialog.getButton("saveBtn").disable();
88 dialog.getModalBody().find("#selectModule").selectize({
102 dialog
[all...]
H A DPostProcessView.js80 action: function (dialog) {
82 dialog.close();
89 action: function (dialog) {
91 dialog.close();
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/views/
H A DDevicesSettingsDialog.js25 function closeDialog (dialog) {
26 dialog.close();
43 action: function (dialog) {
44 authSkip = !dialog.$modalBody.find("#oathStatus").is(":checked");
46 dialog.close();
56 onshown: function (dialog) {
65 dialog.$modalBody.append(tpl);
H A DDeviceDetailsDialog.js23 function closeDialog (dialog) {
24 dialog.close();
38 onshown: function (dialog) {
39 dialog.$modalBody.find(".recovery-codes-download").click(function () {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/views/
H A DDevicesSettingsDialog.js25 function closeDialog (dialog) {
26 dialog.close();
43 action (dialog) {
44 authSkip = !dialog.$modalBody.find("#oathStatus").is(":checked");
46 dialog.close();
56 onshown (dialog) {
65 dialog.$modalBody.append(tpl);
H A DDeviceDetailsDialog.js36 action: (dialog) => {
37 dialog.close();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/
H A DEditLinkView.js59 action (dialog) {
61 dialog.close();
67 action (dialog) {
75 dialog.close();
78 onshow (dialog) {
79 dialog.getButton("saveBtn").disable();
95 dialog.options.validateDialog(dialog);
101 dialog.getModalBody().find("[data-module-select]")
110 dialog
[all...]
H A DPostProcessView.js80 action (dialog) {
82 dialog.close();
89 action (dialog) {
91 dialog.close();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/
H A DEditModuleDialog.js22 function closeDialog (dialog) {
23 dialog.close();
25 function redirectAndClose (dialog) {
26 Router.setUrl(dialog.options.data.link);
27 dialog.close();
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/
H A DCreateUpdateRealmDialog.js28 function validateRealmName (dialog) {
32 realmName = _.trim(dialog.$modalBody.find("input[name=\"root[name]\"]").val());
34 errors = dialog.form.editor.validate({
52 dialog.$modalBody.find("#alertContainer").html(alert);
74 * @param {Map} options A Map containing the options for the create/update realm dialog.
126 message: function (dialog) {
128 dialog.form = new Form(element[0], data.schema, data.values);
129 dialog.$modalBody.append("<div id=\"alertContainer\"></div>");
134 action: function (dialog) {
135 dialog
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/resource/
H A DMyLabelsPage.js44 action: function (dialog) {
45 dialog.close();
51 action: function (dialog) {
52 dialog.enableButtons(false);
53 dialog.getButton("ok").text($.t("common.form.working"));
58 dialog.close();
66 dialog.enableButtons(true);
67 dialog.getButton("ok").text($.t("common.form.ok"));
74 title: $.t("uma.resources.myLabels.deleteLabel.dialog.title"),
75 message: $.t("uma.resources.myLabels.deleteLabel.dialog
[all...]
H A DMyResourcesPage.js70 action: function (dialog) {
71 dialog.close();
77 action: function (dialog) {
78 dialog.enableButtons(false);
79 dialog.getButton("ok").text($.t("common.form.working"));
84 dialog.close();
88 dialog.enableButtons(true);
89 dialog.getButton("ok").text($.t("common.form.ok"));
96 title: $.t("uma.resources.myresources.unshareAllResources.dialog.title"),
97 message: $.t("uma.resources.myresources.unshareAllResources.dialog
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/
H A DMyLabelsPage.js43 action (dialog) {
44 dialog.close();
50 action (dialog) {
51 dialog.enableButtons(false);
52 dialog.getButton("ok").text($.t("common.form.working"));
57 dialog.close();
65 dialog.enableButtons(true);
66 dialog.getButton("ok").text($.t("common.form.ok"));
73 title: $.t("uma.resources.myLabels.deleteLabel.dialog.title"),
74 message: $.t("uma.resources.myLabels.deleteLabel.dialog
[all...]
H A DMyResourcesPage.js67 action (dialog) {
68 dialog.close();
74 action (dialog) {
75 dialog.enableButtons(false);
76 dialog.getButton("ok").text($.t("common.form.working"));
83 dialog.close();
87 dialog.enableButtons(true);
88 dialog.getButton("ok").text($.t("common.form.ok"));
95 title: $.t("uma.resources.myresources.unshareAllResources.dialog.title"),
96 message: $.t("uma.resources.myresources.unshareAllResources.dialog
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DcronGentleSelect.less73 .gentleselect-dialog {
88 .gentleselect-dialog > ul { padding: 0; margin: 0; list-style: none; }
89 .gentleselect-dialog > ul > li {
95 .gentleselect-dialog > ul > li.selected {
100 .gentleselect-dialog > ul > li.gentleselect-dummy:hover { background-color: #fff; }
101 .gentleselect-dialog > ul > li:hover {
106 .gentleselect-dialog > .gentleselect-title {
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/
H A DMandatoryPasswordChangeDialog.js29 "bootstrap-dialog",
58 this.model.dialog = BootstrapDialog.show({
101 this.model.dialog.close();
106 this.model.dialog.$modalFooter.find("#submitPasswordChange").prop('disabled', false);
109 this.model.dialog.$modalFooter.find("#submitPasswordChange").prop('disabled', true);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/
H A Dcontainer.css247 .yui-simple-dialog .bd .yui-icon {
255 .yui-simple-dialog .bd span.blckicon {
259 .yui-simple-dialog .bd span.alrticon {
263 .yui-simple-dialog .bd span.hlpicon {
267 .yui-simple-dialog .bd span.infoicon {
271 .yui-simple-dialog .bd span.warnicon {
275 .yui-simple-dialog .bd span.tipicon {
279 .yui-dialog .ft,
280 .yui-simple-dialog .ft {
286 .yui-dialog for
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/
H A Dcontainer.css247 .yui-simple-dialog .bd .yui-icon {
255 .yui-simple-dialog .bd span.blckicon {
259 .yui-simple-dialog .bd span.alrticon {
263 .yui-simple-dialog .bd span.hlpicon {
267 .yui-simple-dialog .bd span.infoicon {
271 .yui-simple-dialog .bd span.warnicon {
275 .yui-simple-dialog .bd span.tipicon {
279 .yui-dialog .ft,
280 .yui-simple-dialog .ft {
286 .yui-dialog for
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java63 * The dialog that is used to display progress in a task.
72 * Constructor of the dialog.
75 * of this dialog.
76 * @param title the title of the dialog.
90 * Creates the panel that will be contained in the dialog.
92 * @return the panel that will be contained in the dialog.
144 * Returns the progress bar of the dialog.
145 * @return the progress bar of the dialog.
153 * Appends some text in HTML format to the 'Details' section of the dialog.
162 * Resets the contents of the 'Details' section of the dialog
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java62 * The dialog that is used to display progress in a task.
71 * Constructor of the dialog.
74 * of this dialog.
75 * @param title the title of the dialog.
89 * Creates the panel that will be contained in the dialog.
91 * @return the panel that will be contained in the dialog.
143 * Returns the progress bar of the dialog.
144 * @return the progress bar of the dialog.
152 * Appends some text in HTML format to the 'Details' section of the dialog.
161 * Resets the contents of the 'Details' section of the dialog
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DProgressDialog.java63 * The dialog that is used to display progress in a task.
72 * Constructor of the dialog.
75 * of this dialog.
76 * @param title the title of the dialog.
90 * Creates the panel that will be contained in the dialog.
92 * @return the panel that will be contained in the dialog.
144 * Returns the progress bar of the dialog.
145 * @return the progress bar of the dialog.
153 * Appends some text in HTML format to the 'Details' section of the dialog.
162 * Resets the contents of the 'Details' section of the dialog
[all...]

Completed in 650 milliseconds

1234