Re: GUI Editor
"marc" <[email protected]> Sat, 6 Mar 2004 08:44:33 +0100
| Newsgroups | gmane.comp.cms.xaraya.user.german |
|---|---|
| Organization | Xaraya News Server |
| Message-ID | <[email protected]> |
Tut mir leid. Am Ende muss es heissen:
<script type="text/javascript" defer="1">
var config = new HTMLArea.Config(); // create a new configuration
object having all the default values
config.width = '400px';
config.height = '400px';
HTMLArea.replaceAll(config);
</script>
Marc