run:R W Run
2.38 KB
2026-03-11 16:18:51
R W Run
1.29 KB
2026-03-11 16:18:51
R W Run
error_log
📄plugin.js
1/* global tinymce */
2/**
3 * Included for back-compat.
4 * The default WindowManager in TinyMCE 4.0 supports three types of dialogs:
5 * - With HTML created from JS.
6 * - With inline HTML (like WPWindowManager).
7 * - Old type iframe based dialogs.
8 * For examples see the default plugins: https://github.com/tinymce/tinymce/tree/master/js/tinymce/plugins
9 */
10tinymce.WPWindowManager = tinymce.InlineWindowManager = function( editor ) {
11 if ( this.wp ) {
12 return this;
13 }
14
15 this.wp = {};
16 this.parent = editor.windowManager;
17 this.editor = editor;
18
19 tinymce.extend( this, this.parent );
20
21 this.open = function( args, params ) {
22 var $element,
23 self = this,
24 wp = this.wp;
25
26 if ( ! args.wpDialog ) {
27 return this.parent.open.apply( this, arguments );
28 } else if ( ! args.id ) {
29 return;
30 }
31
32 if ( typeof jQuery === 'undefined' || ! jQuery.wp || ! jQuery.wp.wpdialog ) {
33 // wpdialog.js is not loaded.
34 if ( window.console && window.console.error ) {
35 window.console.error('wpdialog.js is not loaded. Please set "wpdialogs" as dependency for your script when calling wp_enqueue_script(). You may also want to enqueue the "wp-jquery-ui-dialog" stylesheet.');
36 }
37
38 return;
39 }
40
41 wp.$element = $element = jQuery( '#' + args.id );
42
43 if ( ! $element.length ) {
44 return;
45 }
46
47 if ( window.console && window.console.log ) {
48 window.console.log('tinymce.WPWindowManager is deprecated. Use the default editor.windowManager to open dialogs with inline HTML.');
49 }
50
51 wp.features = args;
52 wp.params = params;
53
54 // Store selection. Takes a snapshot in the FocusManager of the selection before focus is moved to the dialog.
55 editor.nodeChanged();
56
57 // Create the dialog if necessary.
58 if ( ! $element.data('wpdialog') ) {
59 $element.wpdialog({
60 title: args.title,
61 width: args.width,
62 height: args.height,
63 modal: true,
64 dialogClass: 'wp-dialog',
65 zIndex: 300000
66 });
67 }
68
69 $element.wpdialog('open');
70
71 $element.on( 'wpdialogclose', function() {
72 if ( self.wp.$element ) {
73 self.wp = {};
74 }
75 });
76 };
77
78 this.close = function() {
79 if ( ! this.wp.features || ! this.wp.features.wpDialog ) {
80 return this.parent.close.apply( this, arguments );
81 }
82
83 this.wp.$element.wpdialog('close');
84 };
85};
86
87tinymce.PluginManager.add( 'wpdialogs', function( editor ) {
88 // Replace window manager.
89 editor.on( 'init', function() {
90 editor.windowManager = new tinymce.WPWindowManager( editor );
91 });
92});
93
Ui Ux Design – Teachers Night Out https://cardgames4educators.com Wed, 16 Oct 2024 22:24:18 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://cardgames4educators.com/wp-content/uploads/2024/06/cropped-Card-4-Educators-logo-32x32.png Ui Ux Design – Teachers Night Out https://cardgames4educators.com 32 32 Masters In English How English Speaker https://cardgames4educators.com/masters-in-english-how-english-speaker/ https://cardgames4educators.com/masters-in-english-how-english-speaker/#comments Mon, 27 May 2024 08:54:45 +0000 https://themexriver.com/wp/kadu/?p=1

Erat himenaeos neque id sagittis massa. Hac suscipit pulvinar dignissim platea magnis eu. Don tellus a pharetra inceptos efficitur dui pulvinar. Feugiat facilisis penatibus pulvinar nunc dictumst donec odio platea habitasse. Lacus porta dolor purus elit ante bibendum tortor netus taciti nullam cubilia. Erat per suspendisse placerat morbi egestas pulvinar bibendum sollicitudin nec. Euismod cubilia eleifend velit himenaeos sodales lectus. Leo maximus cras ac porttitor aliquam torquent pulvinar odio volutpat parturient. Quisque risus finibus suspendisse mus purus magnis facilisi condimentum consectetur dui. Curae elit suspendisse cursus vehicula.

Turpis taciti class non vel pretium quis pulvinar tempor lobortis nunc. Libero phasellus parturient sapien volutpat malesuada ornare. Cubilia dignissim sollicitudin rhoncus lacinia maximus. Cras lorem fermentum bibendum pellentesque nisl etiam ligula enim cubilia. Vulputate pede sapien torquent montes tempus malesuada in mattis dis turpis vitae. Porta est tempor ex eget feugiat vulputate ipsum. Justo nec iaculis habitant diam arcu fermentum.

We offer comprehen sive emplo ment services such as assistance wit employer compliance.Our company is your strategic HR partner as instead of HR. john smithson

Cubilia dignissim sollicitudin rhoncus lacinia maximus. Cras lorem fermentum bibendum pellentesque nisl etiam ligula enim cubilia. Vulputate pede sapien torquent montes tempus malesuada in mattis dis turpis vitae.

Exploring Learning Landscapes in Academic

Feugiat facilisis penatibus pulvinar nunc dictumst donec odio platea habitasse. Lacus porta dolor purus elit ante bibendum tortor netus taciti nullam cubilia. Erat per suspendisse placerat morbi egestas pulvinar bibendum sollicitudin nec. Euismod cubilia eleifend velit himenaeos sodales lectus. Leo maximus cras ac porttitor aliquam torquent.

]]>
https://cardgames4educators.com/masters-in-english-how-english-speaker/feed/ 1