ShowNote
ShowNote( string Note, string cls = "notetext" );
The function is used to display a specified message.
Function parameters
Parameter | Description |
---|---|
Note | Message text. |
cls | .Name 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