Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

explorer.theme()

krisdb2009 edited this page Feb 21, 2017 · 1 revision

Details

This method will change the Explorer theme. Resulting in differently styled windows.

This method loads in a CSS file named index.css located in webdows/resources/explorer/ThemeName

This method always returns the name of the theme that is currently loaded.

Arguments

explorer.theme(string ThemeName);

ThemeName optional: Name of the folder containing the theme in webdows/resources/explorer/ThemeName

Example

var currentTheme = explorer.theme('classic');

//currentTheme would equal "classic"


Webdows Documentation Wiki

system Object

explorer Object

Clone this wiki locally