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. If the language parameter is not specified, the current language is used.
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'>");
See also:
•Labels/Titles API: getProjectLogo()
•Miscellaneous settings: Project logo
•Page Designer: Working with page elements
•Page Designer: Insert Text and Image