Very basic javascript execution
Maarten Mostert <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I have a very simple question here:
I would like to do something like:
answerofConfirm:= (html anchor)
class: 'button-xsmall pure-button button-success';
callback: [
html script:[html confirm:('Hello got It ? ’)]
];
with:
[(html tag: 'i')
class: 'fas fa-lock';
style: 'font-size: 14px;’].
I mean of course that want the basic javascript confirm response.
Thanks
Maarten Mostert
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside