Home
last modified time | relevance | path

Searched refs:ButtonTag (Results 1 – 11 of 11) sorted by relevance

/plugin/combo/ComboStrap/
H A DButtonTag.php19 class ButtonTag class
92 $elements[] = ButtonTag::MARKUP_LONG;
93 $elements[] = ButtonTag::MARKUP_SHORT;
128 $context = ButtonTag::MARKUP_LONG;
143 $context = ButtonTag::MARKUP_LONG;
163 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(ButtonTag::MARKUP_LONG);
171 if ($context == ButtonTag::LOGICAL_TAG) {
173 ButtonTag::processButtonAttributesToHtmlAttributes($tagAttributes);
187 if ($context === ButtonTag::MARKUP_LONG) {
H A DXmlTagProcessing.php52 case ButtonTag::LOGICAL_TAG:
53 $renderer->doc .= ButtonTag::renderExitXhtml($data);
183 case ButtonTag::LOGICAL_TAG:
184 $renderer->doc .= ButtonTag::renderEnterXhtml($tagAttributes, $plugin, $data);
304 case ButtonTag::MARKUP_SHORT:
305 case ButtonTag::MARKUP_LONG:
306 $logicalTag = ButtonTag::LOGICAL_TAG;
307 $knownTypes = ButtonTag::TYPES;
440 case ButtonTag::LOGICAL_TAG:
441 $returnedArray = ButtonTag
[all...]
H A DTooltip.php92 if (!in_array($logicalTag, [syntax_plugin_combo_link::TAG, ButtonTag::MARKUP_LONG])) {
H A DIconTag.php42 ButtonTag::MARKUP_LONG,
H A DPermalinkTag.php139 if ($parent !== false && $parent->getTagName() === ButtonTag::MARKUP_LONG) {
H A DDimension.php193 [ButtonTag::MARKUP_LONG, syntax_plugin_combo_link::TAG, "internallink", "externallink"])) {
H A DCall.php99 ButtonTag::MARKUP_LONG,
H A DTagAttributes.php109 ButtonTag::MARKUP_LONG
/plugin/combo/syntax/
H A Dxmlinlinetag.php7 use ComboStrap\ButtonTag; alias
44 $array = ButtonTag::getTags();
H A Dlink.php7 use ComboStrap\ButtonTag; alias
296 if ($parentName == ButtonTag::MARKUP_LONG) {
470 case ButtonTag::MARKUP_LONG:
472 ButtonTag::processButtonAttributesToHtmlAttributes($tagAttributes);
735 if ($context === ButtonTag::MARKUP_LONG) {
H A Dtoggle.php6 use ComboStrap\ButtonTag; alias
108 $knownTypes = ButtonTag::TYPES;