Searched refs:addAttribute (Results 1 – 17 of 17) sorted by relevance
| /template/sprintdoc/ |
| H A D | svg.php | 299 $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 D | BackgroundTag.php | 103 $parentCall->addAttribute(Position::POSITION_ATTRIBUTE, "relative"); 112 $parentCall->addAttribute(BackgroundAttribute::BACKGROUNDS, $backgrounds);
|
| H A D | WebCodeTag.php | 130 $actualTag->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
|
| /template/strap/ComboStrap/ |
| H A D | CardTag.php | 99 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE); 101 $actualCall->addAttribute(Dimension::RATIO_ATTRIBUTE, "16:9");
|
| H A D | PipelineTag.php | 44 $openingCall->addAttribute(PluginUtility::PAYLOAD, $script);
|
| H A D | Call.php | 609 function &addAttribute($key, $value) function in ComboStrap\\Call 804 $this->addAttribute("class", $value); 874 $this->addAttribute("style", $cssValue);
|
| H A D | CarrouselTag.php | 50 $actualCall->addAttribute(
|
| H A D | DateTag.php | 120 $openingTag->addAttribute(DateTag::DATE_ATTRIBUTE, $date);
|
| H A D | PermalinkTag.php | 140 $parent->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
|
| H A D | OutlineSection.php | 177 $this->headingEnterCall->addAttribute("id", $this->getHeadingId());
|
| H A D | OutlineVisitor.php | 142 … $h1ContentCall->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
|
| H A D | Outline.php | 393 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE); 847 $call->addAttribute(HeadingTag::PARSED_LABEL, $label);
|
| H A D | CallStack.php | 827 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
|
| /template/strap/syntax/ |
| H A D | brand.php | 194 … $actualCall->addAttribute(ColorRgb::COLOR, $brandButton->getTextColor()); 202 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
|
| H A D | preformatted.php | 176 $openingCall->addAttribute(self::HAS_EMPTY_CONTENT, true);
|
| H A D | tooltip.php | 193 $parent->addAttribute(Tooltip::TOOLTIP_ATTRIBUTE, $attributes);
|
| H A D | contentlist.php | 263 $child->addAttribute(BoxTag::HTML_TAG_ATTRIBUTE, "li");
|