
Could someone give me a code snippet to create a drop down like this: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2 thanks

http://www.yesodweb.com/book/templates the book and blog on yesodweb, the haskellers source code, and the web-devel archives are excellent places to look for answers. max On Jun 1, 2011, at 2:35 PM, Michael Litchard wrote:
Could someone give me a code snippet to create a drop down like this:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
thanks
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

Oh the book is coming along nicely! It was quite sparse last I
checked. Thanks for the tip.
On Wed, Jun 1, 2011 at 2:37 AM, Max Cantor
http://www.yesodweb.com/book/templates
the book and blog on yesodweb, the haskellers source code, and the web-devel archives are excellent places to look for answers.
max
On Jun 1, 2011, at 2:35 PM, Michael Litchard wrote:
Could someone give me a code snippet to create a drop down like this:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
thanks
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

Just a heads up. I noticed haskellers.com and the yesdoweb wiki to be
down. And, I was pretty vague in describing my problem.
I was working with the yesod-examples, and was trying to use a drop
down form in place of the form used in the example.
On Wed, Jun 1, 2011 at 9:46 AM, Michael Litchard
Oh the book is coming along nicely! It was quite sparse last I checked. Thanks for the tip.
On Wed, Jun 1, 2011 at 2:37 AM, Max Cantor
wrote: http://www.yesodweb.com/book/templates
the book and blog on yesodweb, the haskellers source code, and the web-devel archives are excellent places to look for answers.
max
On Jun 1, 2011, at 2:35 PM, Michael Litchard wrote:
Could someone give me a code snippet to create a drop down like this:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
thanks
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

Yeah, that's a problem with my VPS. They haven't yet responded to my
report. I suppose I'll be migrating away from them sooner rather than
later.
Michael
On Wed, Jun 1, 2011 at 8:13 PM, Michael Litchard
Just a heads up. I noticed haskellers.com and the yesdoweb wiki to be down. And, I was pretty vague in describing my problem. I was working with the yesod-examples, and was trying to use a drop down form in place of the form used in the example.
On Wed, Jun 1, 2011 at 9:46 AM, Michael Litchard
wrote: Oh the book is coming along nicely! It was quite sparse last I checked. Thanks for the tip.
On Wed, Jun 1, 2011 at 2:37 AM, Max Cantor
wrote: http://www.yesodweb.com/book/templates
the book and blog on yesodweb, the haskellers source code, and the web-devel archives are excellent places to look for answers.
max
On Jun 1, 2011, at 2:35 PM, Michael Litchard wrote:
Could someone give me a code snippet to create a drop down like this:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
thanks
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

I did a grep for selectField over the haskellers source, and found
some hits. But having nothing to look at I have to make some guesses
on what that renders. Is selectFields a checklist, a dropdown, or
neither? I need both checklists and dropdowns.
On Wed, Jun 1, 2011 at 11:21 AM, Michael Snoyman
Yeah, that's a problem with my VPS. They haven't yet responded to my report. I suppose I'll be migrating away from them sooner rather than later.
Michael
On Wed, Jun 1, 2011 at 8:13 PM, Michael Litchard
wrote: Just a heads up. I noticed haskellers.com and the yesdoweb wiki to be down. And, I was pretty vague in describing my problem. I was working with the yesod-examples, and was trying to use a drop down form in place of the form used in the example.
On Wed, Jun 1, 2011 at 9:46 AM, Michael Litchard
wrote: Oh the book is coming along nicely! It was quite sparse last I checked. Thanks for the tip.
On Wed, Jun 1, 2011 at 2:37 AM, Max Cantor
wrote: http://www.yesodweb.com/book/templates
the book and blog on yesodweb, the haskellers source code, and the web-devel archives are excellent places to look for answers.
max
On Jun 1, 2011, at 2:35 PM, Michael Litchard wrote:
Could someone give me a code snippet to create a drop down like this:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
thanks
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

Sorry, forgot to mention the cabal docs. either linked on hackage or on your local machine if you set enable-documentation in your .cabal/config file. max On Jun 2, 2011, at 5:25 AM, Michael Litchard wrote:
I did a grep for selectField over the haskellers source, and found some hits. But having nothing to look at I have to make some guesses on what that renders. Is selectFields a checklist, a dropdown, or neither? I need both checklists and dropdowns.
On Wed, Jun 1, 2011 at 11:21 AM, Michael Snoyman
wrote: Yeah, that's a problem with my VPS. They haven't yet responded to my report. I suppose I'll be migrating away from them sooner rather than later.
Michael
On Wed, Jun 1, 2011 at 8:13 PM, Michael Litchard
wrote: Just a heads up. I noticed haskellers.com and the yesdoweb wiki to be down. And, I was pretty vague in describing my problem. I was working with the yesod-examples, and was trying to use a drop down form in place of the form used in the example.
On Wed, Jun 1, 2011 at 9:46 AM, Michael Litchard
wrote: Oh the book is coming along nicely! It was quite sparse last I checked. Thanks for the tip.
On Wed, Jun 1, 2011 at 2:37 AM, Max Cantor
wrote: http://www.yesodweb.com/book/templates
the book and blog on yesodweb, the haskellers source code, and the web-devel archives are excellent places to look for answers.
max
On Jun 1, 2011, at 2:35 PM, Michael Litchard wrote:
Could someone give me a code snippet to create a drop down like this:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2
thanks
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (3)
-
Max Cantor
-
Michael Litchard
-
Michael Snoyman