Prev | Next | wish_list |
bug/drop_down.sh
demonstrates this bug.
If you run the javascript debugger,
the xml file will result in the error message
TypeError: document.write is not a function
Currently there are calls to the javascript document.write
function in the xml version of the output.
This was done to group buttons with the corresponding javascript
and so that the same button menu could be used in multiple files.
This is not allowed because xml parsers cannot handle
document.write
.
A separate file, with the corresponding xml, should be used
for these button menus.
icon
commands
so they can use images available on the web, in addition to those
available locally.
$tbl/spaces/$$
$tbl/spaces/adjust_1/$$
$tbl/spaces/adjust_1/adjust_2/$$
//
comments can be recognized.
Perhaps this should be a new command called nlcomment
.
$th
command to use the same font as $icode
.
$$
. Use a special termination command for others; e.g.,
$center
could be terminated by $endc
.