racket/collects/mysterx/scribblings/activex.scrbl
Eli Barzilay ac26fe7554 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00

15 lines
381 B
Racket

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