Home
last modified time | relevance | path

Searched refs:tagClose (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php69 xml_set_element_handler($this->_parser, 'tagOpen', 'tagClose');
139 public function tagClose($parser, $tag) function in IXR\\Message\\Message
/dokuwiki/lib/scripts/
H A Dtextselection.js104 * Apply tagOpen/tagClose to selection in textarea, use sampleText instead
109 function insertTags(textAreaID, tagOpen, tagClose, sampleText){ argument
127 endofs: tagClose.length
137 text = tagOpen + text + tagClose;