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:
Why my DIV dont respect the column widths?
tkz.
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).
May 2,