Here's the XHTML generated by the Firefox page source.  When I change
the values in my own code, they also change in the source, but the
size of the textarea does not change at all.

             </tr><tr>
      <td>Current Medication(s)</td>
      <td><textarea  name="F984808911835ROX"
lift:gc="F984808911835ROX" rows="3" cols="15"></textarea></td>
             </tr><tr>
      <td>Intended Medication(s)</td>

      <td><textarea  name="F984808911836ZOS"
lift:gc="F984808911836ZOS" rows="3" cols="15"></textarea></td>
             </tr><tr>
      <td>Comments</td>
      <td><textarea  name="F984808911837DS1"
lift:gc="F984808911837DS1" rows="3" cols="15"></textarea></td>


On Mar 3, 4:17 pm, "Joachim A." <[email protected]> wrote:
> It might be the case that David has some css rules which change the size of
> the textarea.
> It's easy to check in firebug or something similair to see what the applied
> values are.
>
> Joachim
>
> > Can you post the generated XHTML for the textarea? I would want to verify
> > that it's actually setting the attributes.
>
> > Derek
>
> > On Tue, Mar 3, 2009 at 2:08 PM, DavidV <[email protected]> wrote:
> > > For some reason when I override the textareaRows and textareaCols
> > > methods in MappedTextarea, the size of the text block appears the same
> > > in my web application no matter what size I assign to the rows and
> > > cols.  Does anyone know how to decrease the size of the blank text
> > > area that shows up on the webpage?
> > > Thanks,
> > > David

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to