Searched refs:ButtonTag (Results 1 – 11 of 11) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | ButtonTag.php | 19 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 D | XmlTagProcessing.php | 51 case ButtonTag::LOGICAL_TAG: 52 $renderer->doc .= ButtonTag::renderExitXhtml($data); 191 case ButtonTag::LOGICAL_TAG: 192 $renderer->doc .= ButtonTag::renderEnterXhtml($tagAttributes, $plugin, $data); 313 case ButtonTag::MARKUP_SHORT: 314 case ButtonTag::MARKUP_LONG: 315 $logicalTag = ButtonTag::LOGICAL_TAG; 316 $knownTypes = ButtonTag::TYPES; 449 case ButtonTag::LOGICAL_TAG: 450 $returnedArray = ButtonTag::handleEnter($tagAttributes, $handler); [all …]
|
| H A D | Tooltip.php | 92 if (!in_array($logicalTag, [syntax_plugin_combo_link::TAG, ButtonTag::MARKUP_LONG])) {
|
| H A D | IconTag.php | 42 ButtonTag::MARKUP_LONG,
|
| H A D | PermalinkTag.php | 139 if ($parent !== false && $parent->getTagName() === ButtonTag::MARKUP_LONG) {
|
| H A D | Dimension.php | 193 … [ButtonTag::MARKUP_LONG, syntax_plugin_combo_link::TAG, "internallink", "externallink"])) {
|
| H A D | Call.php | 99 ButtonTag::MARKUP_LONG,
|
| H A D | TagAttributes.php | 109 ButtonTag::MARKUP_LONG
|
| /template/strap/syntax/ |
| H A D | xmlinlinetag.php | 7 use ComboStrap\ButtonTag; alias 44 $array = ButtonTag::getTags();
|
| H A D | toggle.php | 6 use ComboStrap\ButtonTag; alias 108 $knownTypes = ButtonTag::TYPES;
|
| H A D | link.php | 7 use ComboStrap\ButtonTag; alias 338 if ($parentName == ButtonTag::MARKUP_LONG) { 512 case ButtonTag::MARKUP_LONG: 514 ButtonTag::processButtonAttributesToHtmlAttributes($tagAttributes); 777 if ($context === ButtonTag::MARKUP_LONG) {
|