Hello,
i tried it in several ways (without success), and searched for any documentation or usage examples but didn't found any helpful one.
Can somebody show me an example how to use the Ext.Editor class?
Many thanks in advance!
Hello,
i tried it in several ways (without success), and searched for any documentation or usage examples but didn't found any helpful one.
Can somebody show me an example how to use the Ext.Editor class?
Many thanks in advance!
Post what you have so far.
Code:<html> <head><title></title> <link rel="stylesheet" type="text/css" href="../resources/css/ext-all.css" /> <script type="text/javascript" src="../adapter/ext/ext-base.js"></script> <script type="text/javascript" src="../ext-all.js"></script> <script type="text/javascript"><!-- var editor = function() { return new Ext.Editor( new Ext.form.TextArea({emptyText:"click here"}), {x:50,y:50} ).render(); } //--> </script> </head> <body> <a href="javascript:void(editor().show())">Editor</a> </body> </html>
any ideas?
did anyone use the "Editor" at all?