fixing the docs on update-view-attr (Thanks to Jason Fedor). Adding paragraph about cs019-upload and appcache files.

This commit is contained in:
Danny Yoo 2011-11-20 23:17:01 -05:00
parent 5989bb767e
commit 0adaeb5e80
2 changed files with 14 additions and 2 deletions

View File

@ -147,6 +147,18 @@ support}.
@subsection{Using the appcache}
The applications generated with Whalesong are intended to work even
when you're not connected to a network. When uploading your app with
the @tt{cs019-upload} script, don't forget to upload the
@filepath{appcache} file along with the other files. Once you visit
the application's page on your phone, the application files will be
cached locally. Bookmark the page, turn off Wi-Fi, and revisit the
page again: the application should continue to work.
@subsection{Tick tock}
@ -610,7 +622,7 @@ Get the attribute @racket[name] at the focus.
}
@defproc[(update-view-attr [v view] [name String] [value String]) view]{
Update the attribute @racket[n] with the value @racket[v] at the focus.
Update the attribute @racket[name] with the value @racket[value] at the focus.
}

View File

@ -885,7 +885,7 @@ Get the attribute @racket[name] at the focus.
}
@defproc[(update-view-attr [v view] [name String] [value String]) view]{
Update the attribute @racket[n] with the value @racket[v] at the focus.
Update the attribute @racket[name] with the value @racket[value] at the focus.
}
@defproc[(view-css [v view] [name String]) view]{