Home
last modified time | relevance | path

Searched refs:dialog (Results 151 – 175 of 450) sorted by relevance

12345678910>>...18

/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js6 CKEDITOR.dialog.add( 'anchor', function( editor )
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js6 CKEDITOR.dialog.add( 'anchor', function( editor )
H A Dlink-cmpr.js1dialog.add("link",function(b){oDokuWiki_FCKEditorInstance.Lang=b.lang;ck_m_files_protocol=oDokuWik…
H A Dlink.js1dialog.add("link",function(b){oDokuWiki_FCKEditorInstance.Lang=b.lang;ck_m_files_protocol=oDokuWik…
/plugin/pagequery/
H A Dstyle.css207 .pg-dialog .ui-dialog-content {
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js514 …R.ui.dialog.html.prototype=new CKEDITOR.ui.dialog.uiElement;CKEDITOR.ui.dialog.labeledElement.prot…
515dialog.button.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{click:function(){r…
516dialog.uiElement.prototype.eventProcessors,{onClick:function(a,b){this.on("click",function(){b.app…
529dialog.button;CKEDITOR.ui.dialog.fieldset.prototype=CKEDITOR.tools.clone(CKEDITOR.ui.dialog.hbox.p…
562dialog._.currentZIndex&&(CKEDITOR.dialog._.currentZIndex=this._.editor.config.baseFloatZIndex);thi…
566dialog.isVisible()){this.fire("hide",{});this._.editor.fire("dialogHide",this);this.selectPage(thi…
578dialog._={uiElementBuilders:{},dialogDefinitions:{},currentTop:null,currentZIndex:null};CKEDITOR.e…
595dialog.vbox.prototype=new CKEDITOR.ui.dialog.hbox;(function(){var a={build:function(a,b,c){for(var…
599dialog._.currentTop;)b.hide();for(var c in A)A[c].remove();A={}}a=a.editor._.storedDialogs;for(var…
868dialog="form";else if(d.is("select"))b.data.dialog="select";else if(d.is("textarea"))b.data.dialog
[all …]
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css21 * This is the CSS file used for interface details in some dialog
/plugin/ajaxedit/
H A Dscript.js104 …jQuery( "#ajaxedit__dialog" ).dialog({title:'Error',height:300,width:400,autoOpen:true,modal:true}…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFacebook.php17 * Facebook www url - used to build dialog urls
145 return new Uri('https://www.facebook.com'.$this->getApiVersionString().'/dialog/oauth');
200 $baseUrl = self::WWW_URL .$this->getApiVersionString(). '/dialog/' . $dialogPath;
/plugin/ckgedit/ckeditor/
H A Dckeditor.js561 …R.ui.dialog.html.prototype=new CKEDITOR.ui.dialog.uiElement;CKEDITOR.ui.dialog.labeledElement.prot…
562dialog.button.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{click:function(){r…
576dialog.button;CKEDITOR.ui.dialog.fieldset.prototype=CKEDITOR.tools.clone(CKEDITOR.ui.dialog.hbox.p…
577dialog.addUIElement("html",n);CKEDITOR.dialog.addUIElement("fieldset",{build:function(b,a,d){for(v…
609dialog._.currentZIndex&&(CKEDITOR.dialog._.currentZIndex=this._.editor.config.baseFloatZIndex);thi…
614dialog._.currentTop!=this;)CKEDITOR.dialog._.currentTop.hide();if(this._.parentDialog){var b=this.…
625dialog;!1!==a.fire("cancel",{hide:!0}).hide&&a.hide()}},c,!0)};a.type="button";a.override=function…
642dialog.vbox.prototype=new CKEDITOR.ui.dialog.hbox;(function(){var a={build:function(a,c,e){for(var…
647dialog._.currentTop&&M(this);if("function"==typeof e)c=this._.storedDialogs||(this._.storedDialogs…
928dialog="hiddenfield";else if(c.is("input")){c=c.getAttribute("type")||"text";switch(c){case "butto…
[all …]
H A DCHANGES.md288 * Fixed: Words with apostrophe `'` on the replacement make the WSC dialog inaccessible.
484 * [#16954](https://dev.ckeditor.com/ticket/16954): Removed the paste dialog.
694 * SCAYT stops working after pressing the *Cancel* button in the WSC dialog.
803 * [#13554](https://dev.ckeditor.com/ticket/13554): [Edge] Fixed: Paste dialog's iframe does not rec…
830 * [#13158](https://dev.ckeditor.com/ticket/13158): Fixed: Error after canceling a dialog when creat…
1111 …s://dev.ckeditor.com/ticket/12140): Fixed: Double-clicking linked widgets opens two dialog windows.
1373 …ckeditor.com/ticket/10936): Widget System changes for easier integration with other dialog systems.
1530dialog.addIframe()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dialog.html#static-me…
1673 * [#9875](https://dev.ckeditor.com/ticket/9875): Table dialog window does not populate width correc…
1675 …ckeditor.com/ticket/9815): Cannot edit dialog window fields in an editor initialized in the jQuery…
[all …]
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js23 .dialog({
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js17 minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton(c,{label:c.lang.common.close})],co…
25 …tFindCyclic","txtReplaceCyclic"]];CKEDITOR.dialog.add("find",function(c){return q(c,"find")});CKED…
/plugin/davcard/
H A Dscript.js325 .dialog({
615 .dialog({
732 .dialog({
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_dialog.css21 * Styles used by the dialog boxes.
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig5 CKEDITOR.dialog.add("specialchar",function(i){var e,l=i.lang.specialchar,k=function(c){var b,c=c.da…
9 d(null,b)}});return{title:l.title,minWidth:430,minHeight:280,buttons:[CKEDITOR.dialog.cancelButton]…
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc6 CKEDITOR.dialog.add( 'cellProperties', function( editor ) {
10 validate = CKEDITOR.dialog.validate,
/plugin/multiorphan/
H A Dscript.js21 … $('<div/>').attr('id', 'multiorphan__preview_dialog').appendTo('body').dialog({
29 $(this).dialog('close').remove();
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig5 CKEDITOR.dialog.add("specialchar",function(i){var e,l=i.lang.specialchar,k=function(c){var b,c=c.da…
9 d(null,b)}});return{title:l.title,minWidth:430,minHeight:280,buttons:[CKEDITOR.dialog.cancelButton]…
/plugin/html5video2/
H A Dstyle.css2 .vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-p…
557 .video-js .vjs-modal-dialog {
563 .video-js .vjs-modal-dialog > * {
567 .vjs-modal-dialog .vjs-modal-dialog-content {
1408 .vjs-error .vjs-error-display .vjs-modal-dialog-content {
1629 .vjs-modal-dialog.vjs-text-track-settings {
1636 .vjs-text-track-settings .vjs-modal-dialog-content {
1652 .vjs-text-track-settings .vjs-modal-dialog-content {
1667 .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
1668 .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
[all …]
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_dialog.css21 * Styles used by the dialog boxes.
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css21 * Styles used by the dialog boxes.
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js1 CKEDITOR.dialog.add("mswordDialog",function(b){var d=b.lang.msword;var a="font-size: 1.1em;";var c=…
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 CKEDITOR.dialog.add("tagsDialog",function(e){var b={};var h=e.lang.tags;var a="test";var c=e.tags_p…
/plugin/davcal/
H A Dscript.js242 .dialog({
590 .dialog({
808 .dialog({

12345678910>>...18