[kpax-devel] rendering of text-area

Friedrich Dominicus frido at q-software-solutions.de
Mon Jun 19 09:13:34 UTC 2006


I have the following defwebform:
(defwebform products-form
   ((tag :text :label "Tag"
         :options (:size 20))
    
    (description :text-area :label "Description" :cols 30 :rows 20)
    (price :text :label "Price")
    (id :hidden)
    (vat :text :label "VAT"))

   (:submit "save-product"))

However the text area field is sequezed to a much smaller field.
Is something wrong witth my usage?

Regards
Friedrich



More information about the kpax-devel mailing list