racket/collects/mysterx/scribblings/activex.scrbl
Matthew Flatt 3bb0a78d0d finish mysterx docs
svn: r9329
2008-04-16 12:22:52 +00:00

15 lines
380 B
Racket

#lang scribble/doc
@(require "common.ss")
@title[#:tag "activex" #:style 'toc]{ActiveX and DHTML}
A MysterX application consists of one or more browsers, which are
instances of the class @scheme[mx-browser%].
@local-table-of-contents[]
@include-section["browsers.scrbl"]
@include-section["documents.scrbl"]
@include-section["html-events.scrbl"]
@include-section["html.scrbl"]