Home
last modified time | relevance | path

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

/plugin/numbering/
H A Dscript.js67 var numberInsertAtCarret = function (textAreaID, text) argument
69 var txtarea = jQuery('#' + textAreaID)[0];
/plugin/etherpadlite/scripts/
H A Detherpadlite.js465 ep.proxyInsertTags = function(textAreaID, tagOpen, tagClose, sampleText) { argument
469 return ep.insertTags.apply(this, [textAreaID, tagOpen, tagClose, sampleText]);
473 ep.proxyInsertAtCarret = function(textAreaID, text) { argument
477 return ep.insertAtCarret.apply(self, [textAreaID, text]);