Print this Page

THEME Functions

Below is a listing of all the functions.

 

DeleteTheme

DeleteTheme

Deletes a theme.

 

Return Type: n/a

 

Name

Type

Description

ThemeID

Integer

The ID of the theme you want to delete.

 

GetThemeByID

GetThemeByID

Get a theme based on a theme ID.

 

Return Type:  Theme

 

Name

Type

Description

ThemeID

Integer

The ID of the theme you want to retrieve.

 

Related Items

GetThemes

 

GetThemes

GetThemes

This function gets a listing of all the themes in the FuseTalk database.

 

Return Type:  Theme()

 

Related Items

GetThemeByID

 

InsertTheme

InsertTheme

This function inserts a theme in the FuseTalk database.

 

Return Type: n/a

 

Name

Type

Description

ThemeName

String

The name of the theme you wish to insert.

StyleSheet

String

The filename of the style sheet you wish to insert.

DirName

String

The directory name of the new style.

DefaultShade

String

The shade of the background color (light = light background, dark = dark background)

 

UpdateTheme

UpdateTheme

This function updates a theme.

 

Return Type: n/a

 

Name

Type

Description

ThemeName

String

The name of the theme.

StyleSheet

String

The name of the stylesheet of the theme.

DirName

String

The directory name of the theme.

DefaultShade

String

The default shade of the theme.

ThemeID

Integer

The ID of the theme.