From 8b32c4c0678ce9d3c96703539fdae530017836c8 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 22 Nov 2011 02:52:17 -0500 Subject: [PATCH] adding more documentation of the new example --- scribblings/cs019.scrbl | 8 ++++++++ scribblings/manual.scrbl | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/scribblings/cs019.scrbl b/scribblings/cs019.scrbl index 0e04df5..07a4e8c 100644 --- a/scribblings/cs019.scrbl +++ b/scribblings/cs019.scrbl @@ -417,6 +417,14 @@ A simple TODO list manager. [@link["http://hashcollision.org/whalesong/examples/where-am-i/where-am-i.rkt"]{src}] Uses @racket[on-location-change] and @racket[on-mock-location-change] to demonstrate location services. } + + +@item{@link["http://hashcollision.org/whalesong/examples/hot-cross-buns/hot-cross-buns.html"]{hot-cross-buns.html} +[@link["http://hashcollision.org/whalesong/examples/hot-cross-buns/hot-cross-buns.rkt"]{src}] +Demonstrates use of checkboxes. Uses @racket[view-has-attr?] to see if a checkbox has been +checked, and @racket[remove-view-attr] to change the @emph{checked} attribute when the user +wants to reset the page. +} ] These examples are written in a less featureful language level diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index 19dcd02..4319d41 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -162,6 +162,14 @@ A simple TODO list manager. [@link["http://hashcollision.org/whalesong/examples/where-am-i/where-am-i.rkt"]{src}] Uses @racket[on-location-change] and @racket[on-mock-location-change] to demonstrate location services. } + + +@item{@link["http://hashcollision.org/whalesong/examples/hot-cross-buns/hot-cross-buns.html"]{hot-cross-buns.html} +[@link["http://hashcollision.org/whalesong/examples/hot-cross-buns/hot-cross-buns.rkt"]{src}] +Demonstrates use of checkboxes. Uses @racket[view-has-attr?] to see if a checkbox has been +checked, and @racket[remove-view-attr] to change the @emph{checked} attribute when the user +wants to reset the page. +} ]