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