PHP Classes

File: public/js/tinymce/src/themes/mobile/src/test/js/browser/SkinFalseTest.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/themes/mobile/src/test/js/browser/SkinFalseTest.js   Download  
File: public/js/tinymce/src/themes/mobile/src/test/js/browser/SkinFalseTest.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 708 bytes
 

Contents

Class file image Download
asynctest( 'browser.tinymce.themes.mobile.SkinFalseTest', [ 'ephox.agar.api.Pipeline', 'ephox.mcagar.api.TinyLoader', 'tinymce.themes.mobile.Theme' ], function (Pipeline, TinyLoader, Theme) { var success = arguments[arguments.length - 2]; var failure = arguments[arguments.length - 1]; Theme(); TinyLoader.setup(function (editor, onSuccess, onFailure) { // This is a weird test that only checks that the skinloaded event is fired even if skin is set to false Pipeline.async({}, [ ], onSuccess, onFailure); }, { skin: false, theme: 'mobile', skin_url: '/project/src/skins/lightgray/dist/lightgray' }, success, failure); } );