Header + width + Column
Hi,
I am with problem in increasing the width of my column, they can help me?
Thanks!
I am with problem in increasing the width of my column, they can help me?
Thanks!
Alexandre, SC
April 24,
#obj .aw-column-0{width: 45px; text-align: center;}
entry for the column you want to resize.
<html>
<head>
<script src="/ActiveWidgets/runtime/lib/aw.js"></script>
<link href="/ActiveWidgets/runtime/styles/aqua/aw.css" rel="stylesheet"></link>
<style>
#obj .aw-column-0{width: 45px; text-align: center;}
#obj .aw-column-1{width: 80px; text-align: center;}
#obj .aw-column-2{width: 105px; text-align: center;}
#obj .aw-column-3{width: 20px; text-align: center;}
#obj .aw-column-4{width: 300px; text-align: center;}
</style>
</head>
<body>
<script>
var obj = new AW.UI.Grid;
obj.setId('obj');
obj.setHeaderText("header");
obj.setCellText("cell");
obj.setColumnCount(5);
obj.setRowCount(5);
document.write(obj);
</script>
</body>
</html>
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021