Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Labels/Titles API > Methods

Labels/Titles API: setProjectLogo

Scroll Prev Next More

 

Sets the project logo.

Syntax

Labels_setProjectLogo label, language

Arguments

label

the project logo. The label parameter may contain any text or HTML code.

language

the language of the logo. Specify an empty string "" for the language parameter to use the current language.

Return value

No return value.

Example

Set the project logo.

 

Note: You can use this code in the AfterAppInit, AfterTableInit, BeforeProcess events.

 

Labels_setProjectLogo "<img src='https://mywebsite.com/images/logo.png'>", "English"

See also:

Labels/Titles API: getProjectLogo()

Miscellaneous settings: Project logo

Page Designer: Working with page elements

Page Designer: Insert Text and Image

About Labels/Titles API