Is there a ruby library for generating HTML? I'm looking for something
(other than what rails comes with), that's not tied tightly to any
particular web server framework.
Basically i just want to be able to call a method like get_textarea(..),
pass in the appropriate html attributes and get back a string with an html
<textarea> snippet with the attribuetes set.
Is there a ruby library for generating HTML? I'm looking for something
(other than what rails comes with), that's not tied tightly to any
particular web server framework.
Basically i just want to be able to call a method like get_textarea(..),
pass in the appropriate html attributes and get back a string with an html
<textarea> snippet with the attribuetes set.
On 12/16/05, Gene Tani <gene.tani@gmail.com> wrote:
Larry White wrote:
> Is there a ruby library for generating HTML? I'm looking for something
> (other than what rails comes with), that's not tied tightly to any
> particular web server framework.
>
> Basically i just want to be able to call a method like get_textarea(..),
> pass in the appropriate html attributes and get back a string with an
html
> <textarea> snippet with the attribuetes set.
>
> Thanks in advance.
> -larry
-----Original Message-----
From: Larry White [mailto:ljw1001@gmail.com]
Sent: Fri 12/16/2005 4:27 PM
To: ruby-talk ML
Subject: Re: library for html generation
yikes!
thanks much.
On 12/16/05, Gene Tani <gene.tani@gmail.com> wrote:
Larry White wrote:
> Is there a ruby library for generating HTML? I'm looking for something
> (other than what rails comes with), that's not tied tightly to any
> particular web server framework.
>
> Basically i just want to be able to call a method like get_textarea(..),
> pass in the appropriate html attributes and get back a string with an
html
> <textarea> snippet with the attribuetes set.
>
> Thanks in advance.
> -larry