:: Forum >>

Spin Component & AW.HTML.Div problems

Hi alex.. iv got some problems

First about spin, u will implement? I tried append 2 buttons(top and down) in the end of AW.UI.Input, but doenst work.

About AW.HTML.Div, when i try to append HTML Table, example:

<body>
<table id='test' width='100%'>
<tr>
<td width="80%">first column</td>
<td width="80%">second column</td>
</tr>
</table>
<script>
var div = new AW.HTML.Div;
div.setId("blablabla");
div.setContent("tableContent", function() { return document.getElementById("test").innerHTML });
</script>
</body>

Why my DIV dont respect the column widths?

tkz.
Paulo Cesar Silva Reis (PC from Brazil).
Tuesday, May 2, 2006
ops sry, first column width = 80%
second 20%;
dammit copy and past :-)
Paulo Cesar Silva Reis (PC from Brazil).
Tuesday, May 2, 2006

This topic is archived.


Back to support forum

Forum search