That's a css issue. I do not think there is a rows attribute. Only height. On Sunday, 25 November 2012 08:36:02 UTC-6, david.waldrop wrote: > > Oops - dumb question - I figured it out. One has to reference the sqlgrid >> variable name passed to the view. In my case "results". However, I now >> cannot seem to change the width of the desired element, but I can change >> the number of rows. Any ideas? > > > {{extend 'layout.html'}} > > {{if results.update_form:}} > {{results.update_form.element('#article_DTU_Content')['_cols']=300}} > DOES NOT WORK > {{results.update_form.element('#article_DTU_Content')['_rows']=10}} > DOES WORK > {{pass}} > >
--