ActionPlugin(); } function rtti() { return 2; } function name() { return _i18n('2_auto_reply'); } function to_js() { $res = "function(Node, data) {\n" . " var i,j;\n" . " var ta = document.createElement('textarea');\n" . " ta.setAttribute('name', Node.name+'[1]');\n" . " ta.setAttribute('style', 'width:100%;');\n" . " ta.setAttribute('rows', '10');\n" . " if(data[1]) ta.value = data[1];\n" . "\n" . " Node.appendChild(document.createElement('br'));\n" . " Node.appendChild(ta);\n" . "}"; return $res; } } /******************************************************************************** * $Id$ * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100: ********************************************************************************/ ?>