TIWCGJQThemeSwitcherPreload Enumeration

Enumeration of pre-load mode

Namespace: IWCGJQThemeSwitcher
type
 TIWCGJQThemeSwitcherPreload = (
 lspNone,
 lspEmptyTheme,
 lspLoadTheme
 );

The TIWCGJQThemeSwitcherPreload type exposes the following members.

Show:
 NameDescription
lspEmptyTheme

Pre-load base style

lspLoadTheme

Pre-load chosen theme in JQThemeSwitcherOptions.LoadTheme

lspNone

Do nothing

Top