Re: Interesting WALabel construct
gettimothy <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Figured it out: Just put some text in the with block:
html label
with:[html html:'Input Label'.
html textInput
placeholder:'.medium-6.cell'].
---- On Sat, 24 Mar 2018 07:42:32 -0400 gettimothy<[email protected]> wrote ----
Hi all.
I ran across this:
<label>Input Label <input type="text" placeholder=".medium-6.cell"> </label>
here: https://foundation.zurb.com/sites/docs/forms.html#text-inputs
I am trying to figure out how to code that using the WALabelTag but I don't see how.
I can create my own subclass, but I thought I would ask here
thx
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside