Home
last modified time | relevance | path

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

/plugin/etherpadlite/scripts/
H A Detherpadlite.js465 ep.proxyInsertTags = function(textAreaID, tagOpen, tagClose, sampleText) { argument
467 …ep.sendMessage('insertTags', {'tagOpen': tagOpen, 'tagClose' : tagClose, 'sampleText' : sampleText…
469 return ep.insertTags.apply(this, [textAreaID, tagOpen, tagClose, sampleText]);