Home
last modified time | relevance | path

Searched refs:logicalTag (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/ComboStrap/
H A DStyleUtility.php57 $logicalTag = $param->getLogicalTag();
58 if ($logicalTag!==null && $param->getDefaultStyleClassShouldBeAdded() === true) {
60 $param->addClassName($logicalTag . "-combo");
62 $param->addClassName($logicalTag . "-" . $param->getType() . "-combo");
H A DSpacing.php28 $logicalTag = $attributes->getLogicalTag();
29 if ($logicalTag == SvgImageLink::CANONICAL) {
35 if ($logicalTag == \syntax_plugin_combo_cell::TAG) {
H A DTagAttributes.php178 private $logicalTag; variable in ComboStrap\\TagAttributes
211 $this->logicalTag = $tag;
254 public static function createEmpty($logicalTag = "") argument
256 if ($logicalTag !== "") {
257 return new TagAttributes([], $logicalTag);
277 return new TagAttributes($callStackArray, $logicalTag);
909 return $this->logicalTag;
915 $this->logicalTag = $tag;
1075 $logicalTag = $this->getLogicalTag();
1076 if (!empty($logicalTag)) {
[all …]
H A DPrism.php283 $logicalTag = $plugin->getPluginComponent();
285 $logicalTag = $attributes->getLogicalTag();
288 $attributes->setLogicalTag($logicalTag . "-container");
296 $codeAttributes = TagAttributes::createEmpty($logicalTag);
H A DTooltip.php93 $logicalTag = $tagAttributes->getLogicalTag();
94 … if (!in_array($logicalTag, [syntax_plugin_combo_link::TAG, syntax_plugin_combo_button::TAG])) {
H A DBrandButton.php543 $logicalTag = $this->type;
544 $linkAttributes = TagAttributes::createEmpty($logicalTag);
545 $linkAttributes->addComponentAttributeValue(TagAttributes::TYPE_KEY, $logicalTag);
H A DMarkupRef.php274 public function toAttributes($logicalTag = \syntax_plugin_combo_link::TAG): TagAttributes argument
277 $outputAttributes = TagAttributes::createEmpty($logicalTag);
H A DPage.php970 function getHtmlAnchorLink($logicalTag = null): string argument
975 ->toAttributes($logicalTag)