Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DBrandTag.php77 $brandButton = self::createButtonFromAttributes($tagAttributes);
86 $style = $brandButton->getStyle();
88 return LogUtility::wrapInRedForHtml("The style of the {$brandButton->getType()} button ($brandButton) could not be determined. Error: {$e->getMessage()}");
90 $snippetId = $brandButton->getStyleScriptIdentifier();
97 $tagAttributes = self::mixBrandButtonToTagAttributes($tagAttributes, $brandButton);
123 $logoShouldBeInAnchorElement = !($brandButton->getWidget() === BrandButton::WIDGET_LINK_VALUE && $textFound);
132 if (!$brandImageFound && $brandButton->hasIcon()) {
134 $iconAttributes = $brandButton->getIconAttributes();
143 if ($brandButton
226 mixBrandButtonToTagAttributes(TagAttributes $tagAttributes, BrandButton $brandButton) global() argument
[all...]
H A DBrandListTag.php55 $brandButton = new BrandButton($brandName, $type);
56 if (!$brandButton->getBrand()->supportButtonType($type)) {
74 $brandButton
85 $brandTagAttributes = $brandButton->getHtmlAttributes($page);
86 $buttonTag = $brandButton->getHtmlElement($brandTagAttributes);
89 if ($brandButton->hasIcon()) {
90 $iconArrayAttributes = $brandButton->getIconAttributes();
99 $snippetManager->attachCssInternalStyleSheet($brandButton->getStyleScriptIdentifier(), $brandButton->getStyle());
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php38 $brandButton = BrandTag::createButtonFromAttributes($shareAttributes, BrandButton::TYPE_BUTTON_SHARE);
49 $style = $brandButton->getStyle();
51 $rendererHtml .= LogUtility::wrapInRedForHtml("The style of the share button ($brandButton) could not be determined. Error: {$e->getMessage()}");
54 $snippetId = $brandButton->getStyleScriptIdentifier();
77 $buttonAttributes = $brandButton->getHtmlAttributes($requestedPage)
87 $element = $brandButton->getHtmlElement($buttonAttributes);
93 if ($brandButton->hasIcon()) {
95 $iconAttributes = $brandButton->getIconAttributes();
100 $message = "Getting the icon for the social channel ($brandButton) returns an error ({$e->getMessage()}";
135 $brandButton
[all...]
/plugin/combo/syntax/
H A Dbrand.php193 $brandButton = BrandTag::createButtonFromAttributes($openTagAttributes);
194 $actualCall->addAttribute(ColorRgb::COLOR, $brandButton->getTextColor());
270 static function addIconInCallStack(CallStack $callStack, BrandButton $brandButton) argument
273 if (!$brandButton->hasIcon()) {
276 $iconAttributes = $brandButton->getIconAttributes();