Home
last modified time | relevance | path

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

/template/strap/ComboStrap/TagAttribute/
H A DTextAlign.php18 const ATTRIBUTE_NAME = "text-align"; define in ComboStrap\\TagAttribute\\TextAlign
29 if ($attributes->hasComponentAttribute(self::ATTRIBUTE_NAME)) {
34 $textAlignValues = $attributes->getValuesAndRemove(self::ATTRIBUTE_NAME);
51 …ap 4 does not support conditional value for the attribute (" . self::ATTRIBUTE_NAME . "). Therefor…
58 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, "left");
62 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, "right");
66 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, $value);
132 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, $value);