Home
last modified time | relevance | path

Searched refs:dialog (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js43 var dialog = this;
49 dialog.tag.innerHTML = dialog.decrypted;
51 dialog.tag.innerHTML = '<pre>' + dialog.decrypted + '</pre>';
56 dialog.tag.innerHTML = dialog.encrypted;
60 dialog.toggle();
89 dialog.button.parentNode.removeChild(dialog.div);
96 dialog.sack.setVar("data", dialog.tag.textContent);
100 dialog.encrypted = dialog.tag.textContent;
101 dialog.decrypted = unescape(dialog.sack.response);
102 dialog.toggle();
[all …]
H A Dencrypt-dialog.js14 this.dialog = document.createElement('div');
15 this.dialog.id = 'encrypt_dialog';
22 this.dialog.innerHTML =
45 var dialog = this;
85 dialog.textArea.focus();
86 dialog.textArea.form.parentNode.removeChild(dialog.dialog);
87 dialog.visible = false;
88 dialog.dialog = null;
89 dialog.textArea = null;
99 dialog.sack.onCompletion = function() {
[all …]
H A Ddecrypt-dialog.js41 var dialog = this;
68 dialog.textArea.focus();
69 dialog.textArea.form.parentNode.removeChild(dialog.div);
70 dialog.visible = false;
71 dialog.div = null;
72 dialog.textArea = null;
76 var selection = getSelection(dialog.textArea);
80 dialog.sack.setVar("data", getSelection(dialog.textArea).getText());
81 dialog.sack.onCompletion = function() {
82 if (dialog.sack.response) {
[all …]
/plugin/aichat/script/
H A DAIChatButton.js3 #dialog = null; field in AIChatButton
13 <dialog>
28 </dialog>
32 this.#dialog = this.#root.querySelector('dialog');
39 this.#dialog.querySelector('button.fs').addEventListener('click', function() {
40 this.#dialog.classList.toggle('fullscreen');
51 this.#dialog.querySelector('header h1').textContent = this.getAttribute('label') || 'AI Chat';
95 dialog {
113 dialog
[all...]
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc121 dialog.enableButton( 'ok' );
123 display_fontOpen(dialog);
126 var resetColor = function(dialog) {
139 var setFont = function(dialog) {
147 var resetFont = function(dialog) {
150 setFont(dialog);
160 dialog.disableButton('ok');
165 toggle_ok(dialog,true);
169 var dialog = this.getDialog();
170 dialog.disableButton('ok');
[all …]
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc121 dialog.enableButton( 'ok' );
123 display_fontOpen(dialog);
126 var resetColor = function(dialog) {
139 var setFont = function(dialog) {
147 var resetFont = function(dialog) {
150 setFont(dialog);
160 dialog.disableButton('ok');
165 toggle_ok(dialog,true);
169 var dialog = this.getDialog();
170 dialog.disableButton('ok');
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc9 // Create an editor command that stores the dialog initialization command.
44 // Add a new dialog window definition containing all UI elements and listeners.
45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
47 CKEDITOR.dialog.add( 'footnoteDialog', function( editor )
52 // Basic properties of the dialog window: title, minimum size.
77 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
82 html : lang.Header, //'This dialog window lets you create and edit footnotes.'
164 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
179 var dialog = this,
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc9 // Create an editor command that stores the dialog initialization command.
44 // Add a new dialog window definition containing all UI elements and listeners.
45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
47 CKEDITOR.dialog.add( 'footnoteDialog', function( editor )
52 // Basic properties of the dialog window: title, minimum size.
77 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
82 html : lang.Header, //'This dialog window lets you create and edit footnotes.'
164 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
179 var dialog = this,
[all …]
/plugin/searchjump/
H A Dscript.js4 dialog: null, property in sjump
14 sjump.dialog = document.createElement('div');
15 sjump.dialog.id = 'search__jump';
36 sjump.dialog.appendChild(prev);
37 sjump.dialog.appendChild(close);
38 sjump.dialog.appendChild(next);
45 jQuery(sjump.dialog).css('left', $page.offset().left + 'px');
48 document.body.appendChild(sjump.dialog);
68 jQuery(sjump.dialog).css('top', jQuery(sjump.$found[sjump.current]).offset().top + 'px');
85 document.body.removeChild(sjump.dialog);
/plugin/tagging/script/
H A Dadmin.js53 const actionData = actionDialog.dialog('option', 'data');
65 actionDialog.dialog('close');
75 const actionDialog = jQuery("#tagging__action-dialog").dialog({
95 const taggedPagesDialog = jQuery("#tagging__taggedpages-dialog").dialog({
110 * Injects dialog contents that match the triggered action
114 const actionData = actionDialog.dialog('option', 'data');
144 const $data = taggedPagesDialog.dialog('option', 'data');
153 * Action buttons open a dialog windo
[all...]
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc5 * The abbr plugin dialog window definition.
11 // Our dialog definition.
12 CKEDITOR.dialog.add( 'geshiDialog', function( editor ) {
69 // Basic properties of the dialog window: title, minimum size.
77 // Definition of the Basic Settings dialog tab (page).
154 var dialog = this;
155 geshi_dialog = dialog;
168 // The context of this function is the dialog object itself.
169 // http://docs.ckeditor.com/#!/api/CKEDITOR.dialog
171 var dialog = this, retval;
[all …]
/plugin/encryptedpasswords/script/
H A DGUI.js36 let $dialog = jQuery('<div class="encryptedpasswords-prompt">' +
43 $dialog.dialog({
50 const pass = $dialog.find("input[name='pass']").val();
51 if (repeat && pass !== $dialog.find("input[name='repeat']").val()) {
52 $dialog.prepend(`<p class="error">${LANG.plugins.encryptedpasswords.repeatError}</p>`);
57 resolve($dialog.find("input[name='pass']").val());
58 jQuery(this).dialog('destroy');
62 jQuery(this).dialog('close');
65 $dialog
[all...]
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc5 * The abbr plugin dialog window definition.
11 // Our dialog definition.
12 CKEDITOR.dialog.add( 'geshiDialog', function( editor ) {
70 // Basic properties of the dialog window: title, minimum size.
78 // Definition of the Basic Settings dialog tab (page).
179 var dialog = this;
180 geshi_dialog = dialog;
194 // http://docs.ckeditor.com/#!/api/CKEDITOR.dialog
196 var dialog = this, retval;
208 var num = dialog.getValueOf( 'tab-basic', 'linenums' );
[all …]
/plugin/pagebuttons/
H A Dscript.js41 $dialog.dialog({
51 $dialog.dialog("close");
58 $dialog.dialog("close");
95 $dialog.dialog({
106 $dialog.dialog("close");
114 $dialog.dialog("close");
151 $dialog.dialog({
162 $dialog.dialog("close");
170 $dialog.dialog("close");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DDialogAction.php44 public function setDialog(Dialog $dialog) argument
46 $this->dialog = $dialog;
53 return $this->dialog;
/plugin/timetrack/
H A Dscript.js20 jQuery( "#timetrack__dialog" ).dialog({title:LANG.plugins.timetrack['timetrack'],
29 jQuery("#timetrack__dialog").dialog("open");
144 if(data.dialog) {
146 jQuery("#timetrack__dialog > div").html(data.dialog);
155 jQuery("#timetrack__dialog").dialog({
157 …primary:'ui-icon-close'}, class: 'left-button' ,click: function() {jQuery(this).dialog('close');}},
165 jQuery("#timetrack__dialog").dialog({
167 … {text:LANG.plugins.timetrack['closeDialog'],click: function() {jQuery(this).dialog('close');}},
172 jQuery("#timetrack__dialog").dialog("open");
179 if(applyonly !== true) jQuery("#timetrack__dialog").dialog("close");
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js24 var dialog = window.parent ; variable
25 var oEditor = dialog.InnerDialogLoaded() ;
34 dialog.AddTab( 'Info', oEditor.FCKLang.DlgInfoTab ) ;
37 dialog.AddTab( 'Upload', FCKLang.DlgLnkUpload ) ;
40 dialog.AddTab( 'Advanced', oEditor.FCKLang.DlgAdvancedTag ) ;
51 var oFakeImage = dialog.Selection.GetSelectedElement() ;
77 dialog.SetAutoSize( true ) ;
80 dialog.SetOkButton( true ) ;
121 dialog.SetSelectedTab( 'Info' ) ;
234 dialog.SetSelectedTab( 'Info' ) ;
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js14dialog._.contents[b].Content,b)};a.setHeightBannerFrame=function(){var b=a.dialog.getContentElemen…
21dialog.getParentEditor().name;b=document.getElementById(b);var e=a.iframeNumber+"_"+a.dialog._.cur…
23dialog.getContentElement(a.dialog._.currentTabId,b)||a.LocalizationButton[b].instance;b.enable();b…
29dialog._.currentTabId],id:"options_outer__page"})},getOptions:function(b){var c=b.DefOptions.udn;a…
34dialog.hidePage("Thesaurus")},u=function(){a.dialog.hidePage("GrammTab")},q=function(){a.dialog.sh…
36dialog.getContentElement(a.dialog._.currentTabId,"BlockFinishChecking").getElement(),c=document.ac…
38 …ze(e,g);setTimeout(function(){a._.fromResizeEvent=!1;CKEDITOR.dialog.fire("resize",{dialog:a,width…
47dialog=this;b.lockSelection(b.getSelection());a.TextAreaNumber="cke_textarea_"+b.name;g.postMessag…
51 …or+") no-repeat 50% 50%",target:a.OverlayPlace});c&&(H(a.dialog),a.dialog.setupContent(a.dialog));…
53 …d&&setTimeout(function(){b.wsc.addWords(d,function(){H(a.dialog);a.dialog.setupContent(a.dialog)})…
[all …]
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js14dialog._.contents[b].Content,b)};a.setHeightBannerFrame=function(){var b=a.dialog.getContentElemen…
21dialog.getParentEditor().name;b=document.getElementById(b);var c,e=a.iframeNumber+"_"+a.dialog._.c…
23dialog.getContentElement(a.dialog._.currentTabId,b)||a.LocalizationButton[b].instance;b.enable();b…
27 …n();c.fire("saveSnapshot");a.dialog.hide()})}delete b.id;a.dialog.getParentEditor().getCommand("ch…
30dialog._.currentTabId],id:"options_outer__page"})},getOptions:function(b){var d=b.DefOptions.udn;a…
35dialog.hidePage("Thesaurus")},u=function(){a.dialog.hidePage("GrammTab")},q=function(){a.dialog.sh…
36dialog.getContentElement(a.dialog._.currentTabId,"bottomGroup").getElement(),d=document.activeElem…
37dialog.getContentElement(a.dialog._.currentTabId,"BlockFinishChecking").getElement(),d=document.ac…
52 target:a.OverlayPlace});c&&(I(a.dialog),a.dialog.setupContent(a.dialog));b.plugins.scayt&&(b.wsc.is…
54dialog);a.dialog.setupContent(a.dialog)})},400)};window.addEventListener?addEventListener("message…
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc25 dialog = this.getDialog(),
34 if ( dialog.lockRatio ) {
51 updatePreview( dialog );
56 if ( !dialog.originalElement || !dialog.preview )
60 dialog.commitContent( PREVIEW, dialog.preview );
181 dialog.lockRatio = value;
183 dialog.userlockRatio = 1;
184 dialog.lockRatio = !dialog.lockRatio;
188 if ( dialog.lockRatio )
201 return dialog.lockRatio;
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc26 dialog = this.getDialog(),
35 if ( dialog.lockRatio ) {
52 updatePreview( dialog );
57 if ( !dialog.originalElement || !dialog.preview )
61 dialog.commitContent( PREVIEW, dialog.preview );
182 dialog.lockRatio = value;
184 dialog.userlockRatio = 1;
185 dialog.lockRatio = !dialog.lockRatio;
189 if ( dialog.lockRatio )
202 return dialog.lockRatio;
[all …]
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1dialog.add("tagsDialog",function(editor){var existingTags={};var lang=editor.lang.tags;var generat…
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc1 CKEDITOR.dialog.add( 'tagsDialog', function ( editor )
109 var dialog = this;
114 var dialog = this;
116 … selected += dialog.getValueOf('tab-basic',existingTags[i].id) ? existingTags[i].id+' ' : '';
118 …selected += dialog.getValueOf('tab-basic','user_def_box') ? dialog.getValueOf('tab-basic','user_de…
119 which = dialog.getValueOf('tab-basic','which') ;
136 var dialog = this;
141 …existing += dialog.getValueOf('tab-basic',existingTags[i].id) ? existingTags[i].id+' ' : ''; // …
153 jQuery("table[class*='dialog'] :checkbox[class*='cke']").each(function( index ) {
174 dialog.setValueOf('tab-basic','user_def_box',1) ;
[all …]
/plugin/feedback/
H A Dscript.js23 $dialog.dialog({
32 $dialog.dialog("close");
44 $dialog.dialog('option', 'buttons',
49 $dialog.dialog("close");
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc1 CKEDITOR.dialog.add( 'noteDialog', function( editor ) {
28 // Invoked when the dialog is loaded.
40 var dialog = this;
43 // note.setAttribute( 'title', dialog.getValueOf( 'tab-basic', 'note' ) );
46 var noteTypeValue = dialog.getValueOf( 'tab-basic', 'notetype' );
56 var noteText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'note' );

12345678910>>...18