ActionPlugin(); } function rtti() { return 1; } function name() { return _i18n('1_fwd_to'); } function to_js() { $res = "function(Node, data) {\n" . " var i,j;\n" . " var sel = 0;\n" . " var select = document.createElement('select');\n" . " select.setAttribute('name', Node.name+'[1]');\n" . " Node.appendChild(document.createTextNode(' '));\n" . "\n" // OG: must insert select node before creating options because of IE5 bug . " Node.appendChild(select);\n" . "\n" . " for(i=0,j=0; i