Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Javascript コンソールに次のように入力すると: tinyMCEPopup.close();
戻り値: TypeError: 未定義のプロパティ 'windowManager' を読み取れません
ありがとう!
ポップアップ内から、次のように呼び出します。
parent.tinyMCE.activeEditor.windowManager.close(window);
試す:
win.ed.windowManager.close(this); //where //win is parent window //ed is tinyMCE object
それが役に立てば幸い