Documentation

ShowNote

ShowNote(
 string Note,
 string cls = "notetext"
);

The function is used to display a specified message.

Function parameters

.
ParameterDescription
Note Message text.
clsName of CSS class to use for the message.
Optional. The default value is "notetext" (usually in green by default).

Examples of use

<?
ShowNote("OK!");
?>


© «Bitrix24», 2001-2024
Up