Important changes to Tiny Cloud pricing > Find out more
Return to Website

tinymce.WindowManager

Namespace tinymce
Class WindowManager

This class handles the creation of native windows and dialogs. This class can be extended to provide for example inline dialogs.

Example

Public Methods

Method Defined By
WindowManager(ed:Editor) : Constructs a new window manager instance. WindowManager
alert(t:String, cb:function, s:Object):void : Creates a alert dialog. WindowManager
close(w:Window):void : Closes the specified window. WindowManager
confirm(t:String, cb:function, s:Object):void : Creates a confirm dialog. WindowManager
createInstance(cl:String):Object : Creates a instance of a class. WindowManager
open(s:Object, p:Object):void : Opens a new window. WindowManager

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.