Cita:
me lanza el errorvar botBold=$(tgt+'bold');
botBold.onmouseup = (function(obj){return function(){obj.editor.execCommand('bold', false, null);}})(this);
botBold.onmouseup = (function(obj){return function(){obj.editor.execCommand('bold', false, null);}})(this);
Uncaught TypeError: Cannot call method 'execCommand' of undefined
¿Que me pide?