Searched refs:tagOpen (Results 1 – 2 of 2) sorted by relevance
| /plugin/etherpadlite/scripts/ |
| D | etherpadlite.js | 465 ep.proxyInsertTags = function(textAreaID, tagOpen, tagClose, sampleText) { argument 467 …ep.sendMessage('insertTags', {'tagOpen': tagOpen, 'tagClose' : tagClose, 'sampleText' : sampleText… property 469 return ep.insertTags.apply(this, [textAreaID, tagOpen, tagClose, sampleText]);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …tagOpen,tagClose,sampleText){var txtarea=jQuery('#'+textAreaID)[0];var selection=DWgetSelection(tx…
|