Home
last modified time | relevance | path

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

/plugin/combo/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 LogUtility::msg("Bootstrap 4 does not support conditional value for the attribute (" . self::ATTRIBUTE_NAME . "). Therefore, the value ($textAlignValue) cannot be applied", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
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);