Hi. This is my code. How i can set his components on left side on top? please help me.
<panel font-size="14">
<tableLayout cellSpacing="10">
<row/>
<row heightPolicy="Dynamic">
<cell columnSpan="3" hAlign="Left" vAlign="Top">
<textLabel font-size="20" label="Log in to the Tutorial Application"/>
</cell>
</row>
<row height="1"/>
<row height="30">
<cell width="100" hAlign="Left" vAlign="Top">
<textLabel label="Username:"/>
</cell>
<cell columnSpan="2" hAlign="Left" vAlign="Top">
<textField name="username" autoComplete="Y"/>
</cell>
</row>
<row height="30">
<cell hAlign="Left" vAlign="Top">
<textLabel label="Password:"/>
</cell>
<cell columnSpan="2" hAlign="Left" vAlign="Top">
<passwordField name="password"/>
</cell>
</row>
<row height="30">
<cell hAlign="Left" vAlign="Top">
<textLabel label="Remember Me:"/>
</cell>
<cell columnSpan="2" hAlign="Left" vAlign="Top">
<checkBox name="rememberMe"/>
</cell>
</row>
<row height="30">
<cell/>
<cell columnSpan="2" hAlign="Left" vAlign="Top">
<button font-color="#303030" font-style="Bold" label="Log In"/>
</cell>
</row>
<row height="1"/>
<row/>
</tableLayout>
</panel>
asked
22 Oct '12, 21:56
lezgin
71●5●33
accept rate:
0%