fixing the docs on update-view-attr (Thanks to Jason Fedor). Adding paragraph about cs019-upload and appcache files.
This commit is contained in:
parent
5989bb767e
commit
0adaeb5e80
|
@ -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.
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user