Searched refs:textAreaID (Results 1 – 2 of 2) sorted by relevance
/plugin/numbering/ |
H A D | script.js | 67 var numberInsertAtCarret = function (textAreaID, text) argument 69 var txtarea = jQuery('#' + textAreaID)[0];
|
/plugin/etherpadlite/scripts/ |
H A D | etherpadlite.js | 465 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]);
|