Documentation

ShowError

ShowError(
 string message,
 string css_class = 
);

The function is used to display error message.

Function parameters

ParameterDescription
message Message string.
css_class Name of CSS class to prepare the message.
Optional parameter, as a rule highlighted in red.

Examples of use

<?
ShowError("Error!");
?>


© «Bitrix24», 2001-2024
Up