« Return to Thread: how to set minimum Heigth in dijit.form.Textarea in TableContainer

how to set minimum Heigth in dijit.form.Textarea in TableContainer

by V S P :: Rate this Message:

Reply to Author | View in Thread


I am using textarea within TableContainer

and no matter what I try, the text area comes out
to be very think 'bar' and only gets larger if I type in inside

It has to be at least a column of rows wide, so that the user knows
where to type in.

Why does the below not change at least to be minimum heigth of some
sort?



<span dojoType="dojox.layout.TableContainer" cols="1"
id="ID_Service_FLDS_CMD"
                        customClass="greyLNF" style="border: 1px solid black;width: 100%;">  
                  <div id=ID_txt_start title="at Start Text:"  style="width:50%; heigth:15em;"
       
                  dojoType="dijit.form.Textarea"></div>
</span>


thank you
--
Vlad P
author of C++  ORM  http://github.com/vladp/CppOrm/tree/master


--
http://www.fastmail.fm - The way an email service should be

_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
Dojo-interest@...
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

 « Return to Thread: how to set minimum Heigth in dijit.form.Textarea in TableContainer