Column width and Domino web view

Hello. if anybody has a minute, I have to create a categorized/collapsible view on the web. I typically render the views as HTML to get a handle on all the tr’s, td’s etc in css but I guess I can’t render as HTML with categories. Is there any way to control the colun width, I am trying to limit the width of the view to within a specified content area with preset margins, but the column just keeps going and going to the right. Is there a way to control column width if the view content type is Notes?

Thank you.

Subject: Column width and Domino web view

would you like to try Ext.nd? It’s a framework built for Domino web development using Ext.

Here’s a demo of it in action:

http://openntf.org/extnd/demo.nsf

And here’s a link to the Ext.nd forum:

http://extjs.com/forum/forumdisplay.php?f=15

On the demo, check out the categorized views. Our next beta will include code to handle categorized views in this fashion.

Subject: Column width and Domino web view

The root problem is that Domino doesn’t colspan the category column across the table – and the same problem occurs with response columns. If JavaScript in the browser is an option to clean up the display, you might want to try this bit of script I posted to the Code Bin over at OpenNTF.org. Besides colspanning category and resonse columns, it also makes the entire row clickable for documents while leaving twisties, font settings, and so forth alone. The worst-case scenario is that JavaScript is not enabled and you wind up with the default view display.