Home
last modified time | relevance | path

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

/plugin/numbering/
Dscript.js67 var numberInsertAtCarret = function (textAreaID, text) argument
69 var txtarea = jQuery('#' + textAreaID)[0];
/plugin/etherpadlite/scripts/
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]);
/plugin/zwidoku/files/
H A Djs.js1textAreaID,tagOpen,tagClose,sampleText){var txtarea=jQuery('#'+textAreaID)[0];var selection=DWgetS…