Home
last modified time | relevance | path

Searched refs:BarTag (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/Tag/
H A DBarTag.php24 class BarTag class
30 public const CANONICAL = BarTag::SLIDE_TAG;
36 public static $tags = [BarTag::BAR_TAG, BarTag::SLIDE_TAG];
57 $htmlTag = BarTag::getHtmlTag();
62 $size = $tagAttributes->getValueAndRemoveIfPresent(BarTag::SIZE_ATTRIBUTE);
68 return array(BarTag::HTML_TAG_ATTRIBUTES => $htmlTag);
79 $htmlTag = $openingTag->getPluginData(BarTag::HTML_TAG_ATTRIBUTES);
81 if ($htmlTag === BarTag::HTML_SECTION_TAG) {
95 if (SiteConfig::getConfValue(BarTag::CONF_ENABLE_BAR_EDITING, 1)) {
101 LogUtility::error("The position of the slide is not an integer", BarTag::CANONICAL);
[all …]
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php8 use ComboStrap\Tag\BarTag; alias
57 case BarTag::LOGICAL_TAG:
58 $renderer->doc .= BarTag::renderExitXhtml($data);
197 case BarTag::LOGICAL_TAG:
198 $renderer->doc .= BarTag::renderEnterXhtml($tagAttributes, $data);
326 case BarTag::BAR_TAG:
327 case BarTag::SLIDE_TAG:
328 $logicalTag = BarTag::LOGICAL_TAG;
455 case BarTag::LOGICAL_TAG:
456 $returnedArray = BarTag::handleEnter($tagAttributes);
[all …]
H A DContainerTag.php6 use ComboStrap\Tag\BarTag; alias
H A DGridTag.php6 use ComboStrap\Tag\BarTag; alias
98 BarTag::BAR_TAG,
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php18 use ComboStrap\Tag\BarTag; alias