[Q] How to adjust the height of ContentContainer
417937Apr 22 2004 — edited Apr 22 2004I used ContentContainer to hold serveral UIX components together.
But I don't know how to lessen the height of ContentContainer.
the code is the below :
<contentContainer background="medium" width="100%" >
<contents>
<rowLayout>
<contents>
<checkBox text="´ë±â" name="checkbox1" value="1" />
<checkBox text="ÇÕ¼º" name="checkbox2" value="1" />
<checkBox text="¹ß¼Û" name="checkbox3" value="1" />
<checkBox text="¿Ï·á" name="checkbox4" value="1" />
<choice name="attrNameOrders" data:selectedValue="attrNameOrders@ctrl:page" shortDesc="Search Column">
<contents>
<option text="OrdCode" value="OrdCode"/>
<option text="OrdUid" value="OrdUid" rendered="false"/>
<option text="OrdName" value="OrdName"/>
<option text="OrdAddr1" value="OrdAddr1" rendered="false"/>
<option text="OrdAddr2" value="OrdAddr2" rendered="false"/>
<option text="OrdDate" value="OrdDate" rendered="false"/>
<option text="AppDate" value="AppDate"/>
<option text="NumOligo" value="NumOligo"/>
<option text="NumPrc" value="NumPrc"/>
<option text="Process" value="Process" rendered="false"/>
<option text="Updated" value="Updated" rendered="false"/>
<option text="Priority" value="Priority" rendered="false"/>
</contents>
</choice>
<textInput name="textbtn1" text="Some text" columns="20"/>
<submitButton text="ã±â" ctrl:event="update"/>
<spacer width="10"/>
<submitButton text="ÁÖ¹®°»½Å" ctrl:event="update"/>
<spacer width="10"/>
<submitButton text="´ë·®ÀÔ·Â" ctrl:event="delete"/>
<fileUpload name="fu" columns="25" />
</contents>
</rowLayout>
</contents>
</contentContainer>
the result of this code is
<IMG SRC="http://myhome.hanafos.com/~island33/container.jpg">
<BR><BR><BR>
my expecting result is the below:
<IMG SRC="http://myhome.hanafos.com/~island33/container_new.jpg">