Searched refs:html (Results 126 - 150 of 723) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/
H A DAddModuleDialog.js38 dialog.$modalBody.find("#alertContainer").html(alert);
87 UIUtils.fillTemplateWithData("templates/admin/views/realms/authentication/modules/AddModuleTemplate.html",
91 function (html) {
94 message: $(html),
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/update/
H A DVersionsView.js44 template: "templates/admin/settings/update/VersionsTemplate.html",
61 "partials/settings/_updateVersionGridArchive.html"
147 this.$el.html(Handlebars.compile("{{> settings/_updateVersionGridArchive}}")({
163 this.$el.html("<span class='version-description'>" + this.model.get("description") + "</span>");
180 this.$el.html(button);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/views/jsonSchema/editors/
H A DJSONEditorView.js31 const template = "templates/common/jsonSchema/editors/_HelpPopover.html";
32 UIUtils.compileTemplate(template).then((html) => {
34 const helpPopOver = $(html);
38 html: true,
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DCreateSAML2MetaDataViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
50 import com.sun.web.ui.view.html.CCDropDownMenu;
423 String html = event.getContent();
424 int idx = html.indexOf("singleChoiceRealm");
425 idx = html.lastIndexOf("<tr>", idx);
426 html = html.substring(0, idx) + "</table>\n" +
428 html.substring(idx);
429 return html;
[all...]
H A DFSSAMLSetTrustedPartnerTypeViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
41 import com.sun.web.ui.view.html.CCButton;
42 import com.sun.web.ui.view.html.CCCheckBox;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DCreateSAML2MetaDataViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
50 import com.sun.web.ui.view.html.CCDropDownMenu;
423 String html = event.getContent();
424 int idx = html.indexOf("singleChoiceRealm");
425 idx = html.lastIndexOf("<tr>", idx);
426 html = html.substring(0, idx) + "</table>\n" +
428 html.substring(idx);
429 return html;
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerEditGeneralViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
37 import com.iplanet.jato.view.html.Option;
38 import com.iplanet.jato.view.html.OptionList;
44 import com.sun.web.ui.view.html.CCDropDownMenu;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceAddViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
38 import com.iplanet.jato.view.html.Button;
39 import com.iplanet.jato.view.html.OptionList;
44 import com.sun.web.ui.view.html.CCSelect;
H A DActionTiledView.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
32 import com.iplanet.jato.view.html.Option;
33 import com.iplanet.jato.view.html.OptionList;
42 import com.sun.web.ui.view.html.CCCheckBox;
43 import com.sun.web.ui.view.html.CCDropDownMenu;
44 import com.sun.web.ui.view.html.CCRadioButton;
45 import com.sun.web.ui.view.html.CCSelectableList;
H A DPolicyNormalViewBeanBase.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
38 import com.sun.web.ui.view.html.CCButton;
39 import com.sun.web.ui.view.html.CCTextField;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceAddViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
38 import com.iplanet.jato.view.html.Button;
39 import com.iplanet.jato.view.html.OptionList;
44 import com.sun.web.ui.view.html.CCSelect;
H A DActionTiledView.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
32 import com.iplanet.jato.view.html.Option;
33 import com.iplanet.jato.view.html.OptionList;
42 import com.sun.web.ui.view.html.CCCheckBox;
43 import com.sun.web.ui.view.html.CCDropDownMenu;
44 import com.sun.web.ui.view.html.CCRadioButton;
45 import com.sun.web.ui.view.html.CCSelectableList;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerEditGeneralViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
37 import com.iplanet.jato.view.html.Option;
38 import com.iplanet.jato.view.html.OptionList;
44 import com.sun.web.ui.view.html.CCDropDownMenu;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DWebCLIHelper.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
75 String html;
94 html = buff.toString();
96 html = getUsageHTML();
100 return html;
309 public static String escapeTags(String html) { argument
310 return ESAPI.encoder().encodeForHTML(html);
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/dashboard/widgets/
H A DMemoryUsageWidget.js38 template : "templates/dashboard/widget/DashboardSingleWidgetTemplate.html",
82 this.$el.find(".widget-header").html('<div class="header">' +$.t("dashboard.used") +'</div>'
197 this.$el.find(".percent").html(percent);
213 this.$el.find(".percent").html(percent + "%");
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DWebCLIHelper.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
75 String html;
94 html = buff.toString();
96 html = getUsageHTML();
100 return html;
309 public static String escapeTags(String html) { argument
310 return ESAPI.encoder().encodeForHTML(html);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/editor/
H A Deditor-beta-debug.js1013 var html = '';
1016 html += '<a style="background-color: ' + i + '" href="#">' + i.replace('#', '') + '</a>';
1019 html += '<span><em>X</em><strong></strong></span>';
1020 picker.innerHTML = html;
1061 * @param {Object} _oButton <a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> reference
1092 * @param {Object} _button <a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> reference
1255 * @return {<a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a>}
1270 * @return {<a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> or <a href="YAHOO.widget.MenuItem.html">YAHOO.widget.MenuItem</a>}
1308 * @return {<a href="YAHOO.widget.Button.html">YAHO
[all...]
H A Deditor-beta.js998 var html = '';
1001 html += '<a style="background-color: ' + i + '" href="#">' + i.replace('#', '') + '</a>';
1004 html += '<span><em>X</em><strong></strong></span>';
1005 picker.innerHTML = html;
1046 * @param {Object} _oButton <a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> reference
1077 * @param {Object} _button <a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> reference
1237 * @return {<a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a>}
1252 * @return {<a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> or <a href="YAHOO.widget.MenuItem.html">YAHOO.widget.MenuItem</a>}
1290 * @return {<a href="YAHOO.widget.Button.html">YAHO
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/editor/
H A Deditor-beta-debug.js1013 var html = '';
1016 html += '<a style="background-color: ' + i + '" href="#">' + i.replace('#', '') + '</a>';
1019 html += '<span><em>X</em><strong></strong></span>';
1020 picker.innerHTML = html;
1061 * @param {Object} _oButton <a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> reference
1092 * @param {Object} _button <a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> reference
1255 * @return {<a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a>}
1270 * @return {<a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> or <a href="YAHOO.widget.MenuItem.html">YAHOO.widget.MenuItem</a>}
1308 * @return {<a href="YAHOO.widget.Button.html">YAHO
[all...]
H A Deditor-beta.js998 var html = '';
1001 html += '<a style="background-color: ' + i + '" href="#">' + i.replace('#', '') + '</a>';
1004 html += '<span><em>X</em><strong></strong></span>';
1005 picker.innerHTML = html;
1046 * @param {Object} _oButton <a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> reference
1077 * @param {Object} _button <a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> reference
1237 * @return {<a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a>}
1252 * @return {<a href="YAHOO.widget.Button.html">YAHOO.widget.Button</a> or <a href="YAHOO.widget.MenuItem.html">YAHOO.widget.MenuItem</a>}
1290 * @return {<a href="YAHOO.widget.Button.html">YAHO
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/
H A DUtils.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
89 String html = formFromMap(redirectUrl, pmap, true);
90 out.write(html);
136 * Generates a html hidden form to acccomplish a auto POST from the browser
140 * @param addAutoSubmit adds html and javascript to autosubmit form
141 * @return html code
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/calendar/
H A Dcalendar-debug.js1578 if (tagName == "html") {
1639 if (target.tagName.toLowerCase() == "html") {
1665 if (target.tagName.toLowerCase() == "html") {
2290 * @param {Array} html The current working HTML array
2293 YAHOO.widget.Calendar.prototype.renderHeader = function(html) {
2309 html[html.length] = "<thead>";
2310 html[html.length] = "<tr>";
2311 html[htm
[all...]
H A Dcalendar-min.js36 target=target.parentNode;tagName=target.tagName.toLowerCase();if(tagName=="html"){return;}}
41 while(target.tagName.toLowerCase()!="td"){target=target.parentNode;if(target.tagName.toLowerCase()=="html"){return;}}
43 while(target.tagName.toLowerCase()!="td"){target=target.parentNode;if(target.tagName.toLowerCase()=="html"){return;}}
48 break;}};YAHOO.widget.Calendar.prototype.initStyles=function(){var defStyle=YAHOO.widget.Calendar._STYLES;this.Style={CSS_ROW_HEADER:defStyle.CSS_ROW_HEADER,CSS_ROW_FOOTER:defStyle.CSS_ROW_FOOTER,CSS_CELL:defStyle.CSS_CELL,CSS_CELL_SELECTOR:defStyle.CSS_CELL_SELECTOR,CSS_CELL_SELECTED:defStyle.CSS_CELL_SELECTED,CSS_CELL_SELECTABLE:defStyle.CSS_CELL_SELECTABLE,CSS_CELL_RESTRICTED:defStyle.CSS_CELL_RESTRICTED,CSS_CELL_TODAY:defStyle.CSS_CELL_TODAY,CSS_CELL_OOM:defStyle.CSS_CELL_OOM,CSS_CELL_OOB:defStyle.CSS_CELL_OOB,CSS_HEADER:defStyle.CSS_HEADER,CSS_HEADER_TEXT:defStyle.CSS_HEADER_TEXT,CSS_BODY:defStyle.CSS_BODY,CSS_WEEKDAY_CELL:defStyle.CSS_WEEKDAY_CELL,CSS_WEEKDAY_ROW:defStyle.CSS_WEEKDAY_ROW,CSS_FOOTER:defStyle.CSS_FOOTER,CSS_CALENDAR:defStyle.CSS_CALENDAR,CSS_SINGLE:defStyle.CSS_SINGLE,CSS_CONTAINER:defStyle.CSS_CONTAINER,CSS_NAV_LEFT:defStyle.CSS_NAV_LEFT,CSS_NAV_RIGHT:defStyle.CSS_NAV_RIGHT,CSS_CLOSE:defStyle.CSS_CLOSE,CSS_CELL_TOP:defStyle.CSS_CELL_TOP,CSS_CELL_LEFT:defStyle.CSS_CELL_LEFT,CSS_CELL_RIGHT:defStyle.CSS_CELL_RIGHT,CSS_CELL_BOTTOM:defStyle.CSS_CELL_BOTTOM,CSS_CELL_HOVER:defStyle.CSS_CELL_HOVER,CSS_CELL_HIGHLIGHT1:defStyle.CSS_CELL_HIGHLIGHT1,CSS_CELL_HIGHLIGHT2:defStyle.CSS_CELL_HIGHLIGHT2,CSS_CELL_HIGHLIGHT3:defStyle.CSS_CELL_HIGHLIGHT3,CSS_CELL_HIGHLIGHT4:defStyle.CSS_CELL_HIGHLIGHT4};};YAHOO.widget.Calendar.prototype.buildMonthLabel=function(){var pageDate=this.cfg.getProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key);var monthLabel=this.Locale.LOCALE_MONTHS[pageDate.getMonth()]+this.Locale.MY_LABEL_MONTH_SUFFIX;var yearLabel=pageDate.getFullYear()+this.Locale.MY_LABEL_YEAR_SUFFIX;if(this.Locale.MY_LABEL_MONTH_POSITION==2||this.Locale.MY_LABEL_YEAR_POSITION==1){return yearLabel+monthLabel;}else{return monthLabel+yearLabel;}};YAHOO.widget.Calendar.prototype.buildDayLabel=function(workingDate){return workingDate.getDate();};YAHOO.widget.Calendar.prototype.renderHeader=function(html){var colSpan=7;var DEPR_NAV_LEFT="us/tr/callt.gif";var DEPR_NAV_RIGHT="us/tr/calrt.gif";var defCfg=YAHOO.widget.Calendar._DEFAULT_CONFIG;if(this.cfg.getProperty(defCfg.SHOW_WEEK_HEADER.key)){colSpan+=1;}
50 html[html.length]="<thead>";html[html.length]="<tr>";html[html
[all...]
H A Dcalendar.js1570 if (tagName == "html") {
1630 if (target.tagName.toLowerCase() == "html") {
1656 if (target.tagName.toLowerCase() == "html") {
2281 * @param {Array} html The current working HTML array
2284 YAHOO.widget.Calendar.prototype.renderHeader = function(html) {
2299 html[html.length] = "<thead>";
2300 html[html.length] = "<tr>";
2301 html[htm
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/
H A Dcontainer.css52 * html body.masked select {
56 * html div.yui-panel-container select {
60 * html div.drag select {
64 * html div.hide-select select {

Completed in 403 milliseconds

1234567891011>>