> > 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}}
--

