CMain::SetTemplateCSS(
string rel_path
)
The method assigns the CSS style for the component. Non-static method.
Parameters
Parameter | Description |
rel_path |
Relative path to CSS style of the component. |
See Also
Examples of use
$APPLICATION->SetTemplateCSS("form/form.css");