setName('insaccent'); $this->setValue(PLUGIN_EVENT_TYPESETBUTTONS_ACCENT_BUTTON); } /** * @return string */ public function render() { if ($this->isLegacyMode()) { $this->addClass('serendipityPrettyButton'); $this->addClass('input_button'); $this->setOnClickEvent("wrapSelection(document.forms['serendipityEntry']['" . $this->getTextarea() . "'],'\\&\\#x0301\\;','')"); } else { $this->addClass('wrap_selection'); $this->setOpenTag('́'); } return parent::render(); } }