Home
last modified time | relevance | path

Searched refs:hasStyleDeclaration (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/
DPluginUtility.php721 $tagAttributes->hasStyleDeclaration("border")
723 $tagAttributes->hasStyleDeclaration("border-width")
734 $tagAttributes->hasStyleDeclaration("border")
736 $tagAttributes->hasStyleDeclaration("border-style")
742 if (!$tagAttributes->hasStyleDeclaration("border-radius")) {
DSkin.php136 if ($attributes->hasStyleDeclaration(ColorRgb::BORDER_COLOR)) {
DTagAttributes.php921 function hasStyleDeclaration($styleDeclaration): bool function in ComboStrap\\TagAttributes