i'm writing module, , i'm searching how add build-in wysiwyg editor textarea in frontend. possible? knows, how implement that? so, keeping final solution in case need : 1) put code in .phtml file want editor appear directly. 2) in 6th line of code can see elements: "short_description" . can change "short_description" element id want. can add more 1 element id separated comma , without spaces. example: put code in app/design/adminhtml/default/default/template/catalog/product/edit.phtml because want editor appear directly when edit product's description, short description etc. the code: <script type="text/javascript"> window.onload=function() { tinymce.init({ mode : "exact", elements: "short_description", theme : "advanced", plugins : "inlinepopups,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,con...