The UITK manual is adequate for the examples it gives for removing or adding new columns in the current UI displays. But what about modifying an existing column? Say I want to change the width of a column or just the label - what's the syntax for that in ui_custom.xml? I can't find anything in the document that talks about modifying existing display fields.
I tried to override the sort order of my Jobs and Tasks in the UI to "des" instead of "asc", which is the default - why they chose "asc" as the default I have no clue. It didn't seem to work when I put this into my ui_custom.xml:
<pagedlist id="iw.ccpro.task_list.pagedlist" sortOrder="des" sortColumn="id" pageSize="10">
It could be that "des" isn't a correct value for
sort_order - I wouldn't know because it isn't documented, at least not where I would expect it to be.
So what's the procedure to override default settings for existing UI components, specifically column attributes and sort order?
Dave SmithSr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com