Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DBrandTag.php22 public const WIDGET_ATTRIBUTE = "widget"; define in ComboStrap\\BrandTag
55 $value = $tagAttributes->getComponentAttributeValue(self::WIDGET_ATTRIBUTE);
62 $tagAttributes->addComponentAttributeValue(self::WIDGET_ATTRIBUTE, $defaultWidget);
109 $tagAttributes->removeComponentAttributeIfPresent(self::WIDGET_ATTRIBUTE);
193 $widget = $brandAttributes->getValue(self::WIDGET_ATTRIBUTE, BrandButton::WIDGET_BUTTON_VALUE);
/plugin/combo/syntax/
H A Dtoggle.php20 const WIDGET_ATTRIBUTE = "widget"; define in syntax_plugin_combo_toggle
107 $defaultParameters[self::WIDGET_ATTRIBUTE] = BrandButton::WIDGET_BUTTON_VALUE;