Home
last modified time | relevance | path

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

/template/sprintdoc/
H A Dsvg.php299 $rect->addAttribute('class', self::BACKGROUNDCLASS);
301 $rect->addAttribute('x', '0');
302 $rect->addAttribute('y', '0');
303 $rect->addAttribute('height', '100%');
304 $rect->addAttribute('width', '100%');
/template/strap/ComboStrap/Tag/
H A DBackgroundTag.php103 $parentCall->addAttribute(Position::POSITION_ATTRIBUTE, "relative");
112 $parentCall->addAttribute(BackgroundAttribute::BACKGROUNDS, $backgrounds);
H A DWebCodeTag.php130 $actualTag->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
/template/strap/ComboStrap/
H A DCardTag.php99 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
101 $actualCall->addAttribute(Dimension::RATIO_ATTRIBUTE, "16:9");
H A DPipelineTag.php44 $openingCall->addAttribute(PluginUtility::PAYLOAD, $script);
H A DCall.php609 function &addAttribute($key, $value) function in ComboStrap\\Call
804 $this->addAttribute("class", $value);
874 $this->addAttribute("style", $cssValue);
H A DCarrouselTag.php50 $actualCall->addAttribute(
H A DDateTag.php120 $openingTag->addAttribute(DateTag::DATE_ATTRIBUTE, $date);
H A DPermalinkTag.php140 $parent->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
H A DOutlineSection.php177 $this->headingEnterCall->addAttribute("id", $this->getHeadingId());
H A DOutlineVisitor.php142 … $h1ContentCall->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
H A DOutline.php393 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
847 $call->addAttribute(HeadingTag::PARSED_LABEL, $label);
H A DCallStack.php827 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
/template/strap/syntax/
H A Dbrand.php194 … $actualCall->addAttribute(ColorRgb::COLOR, $brandButton->getTextColor());
202 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
H A Dpreformatted.php176 $openingCall->addAttribute(self::HAS_EMPTY_CONTENT, true);
H A Dtooltip.php193 $parent->addAttribute(Tooltip::TOOLTIP_ATTRIBUTE, $attributes);
H A Dcontentlist.php263 $child->addAttribute(BoxTag::HTML_TAG_ATTRIBUTE, "li");