Customizing ToonTalk's HTML Dialogs

ToonTalk displays all dialogs based upon HTML files that are user accessible. The current list of dialog files that you can customize are:

JavaScript is used on all the HTML dialog pages. Information is passed the page via window.dialogArguments. This is a string with semi-colons (';') separating different values. To return information to ToonTalk you need to send a string back as the value of window.returnValue and then you need to call window.close(). The string you return to ToonTalk should be a valid command line string.

Note that if you create a specialized dialog page and name it something.htm.tt or something.html.tt (where something can be any valid name) then when doubled clicked, Start ToonTalk will be launched and start with that dialog page.

home | search | purchase | manual | news | info | games | faq | support | downloads | endorsements | press | contact us