TIWCGJQTreeViewThemesPlugin.SetTheme(string,string,string) Method

Set the tree's theme. Triggers an event.

Namespace: IWCGJQTreeView
public
 procedure SetTheme(AName, AUrl, AThemeFolder:string);

Parameters

AName
Type: string

The name of the theme to use to style the tree.

AUrl
Type: string

The location of the theme's CSS file, if omitted jstree will look for the file in: < theme folder >/themes/< name >/style.css. You can set the theme folder using: $.jstree._themes = "PATH/TO/FOLDER/";, otherwise it is autodetected as <jquery.tree.js location>/themes/.

AThemeFolder
Type: string

The Theme Folder