Best Of
Re: Is there an option to set individual column width in the TableReportView options?
The options for the Table WebReport component are documented in the Smart View SDK docs for your Content Server version. There isn't currently a supported way of controlling column widths. We do have a feature request to add this which is logged as https://jira.opentext.com/browse/LLWR-13413.
For information, there are some improvements coming out in this area for the 21.1. update. These include:
- The Table WebReport is registered as its own widget in the Perspective Manager so there will be no need to use the HTML WebReport to launch this any more.
- The Table WebReport can be configured to show in the Smart View when clicking on a WebReport node and not just when loaded into a Perspective.
- We added support for making multiple columns searchable.
I think allowing control over column widths is a useful feature to add so hopefully we'll have time to add it before too long.
Regards
Ian
Re: Is there an option to set individual column width in the TableReportView options?
I made a mistake in the CSS class - the "csui-nodetable" addresses all table-like widgets. If your column property is unique enough to appear only in that single webreport, the style will work well. But if not, you will resize columns in other widgets, which show by chance a property with the same name.
Every widget has a unique CSS class on the topmost element. The NodesTable widget uses "csui-nodestable" (mind the "s" in the middle.) WebReports widgets use "webreports-table-report-view" and "webreports-nodestable-report-view". If you use these classes in the CSS selector, you will make sure that other widgets will not be broken.
The only problem that remains is a conflict with other reports. If the same property name were used in other report for different data, you would resize it accidentally too. You would have to choose the property names cleverly, so that those, which need column-resizing, would be unique enough and if used in any other report, they would be wanted to get resized too.
Re: Guides/Samples of OScript
Hi - Welcome to OScripting :-)
Given you have the SDK / CSIDE: you've access to every line of code we ship - once the server is running you can see all the objects in memory vis the Module Explorer.
However / having said that: this is a lot to digest if you're not familiar. OScript is a unique language, as is the Content Server framework. I very, very strongly recommend signing up for a course - they're very good at ramping up on this activity.
Re: AppWorks API documentation
AppWorks Platform API documentation is included in the product itself. You can use the Documentation icon on the mid left of the screen once you are logged in in AppWorks Platform. See screenshot:
Re: Content Server API - older versions
Quick update: our PM team is reviewing the gaps in content; I'll post again as soon as I have links to share.



