For simplicity, I am binding image URLs to the text of a span, in reality one would rather bind to the src attribute of an image.
HTH,
Julio
Julio Di Egidio
unread,
Nov 26, 2020, 6:45:44 AM11/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KnockoutJS
This is a slightly refined version. There are few mainly cosmetic changes, the only relevant difference is that I am using *an observable instead of a callback* for the scheduler object: as an example of using KO observables beyond the UI, with the benefit of a better design, since now the view constructor can
take directly a scheduler object as argument, it needn't take a scheduler constructor plus (part of) its arguments.