Home
TeamSite
TeamSite, LiveSite and OpenDeploy
extra column with submit state
catorarn
ENV: win2003/TS671
business requirement:
An extra visual cue in Content Center Professional that indicates whether a file has been published and whether a file is visible to the public site or only visible to the internal corporate realm.
The idea is to have an extra column in CCPRO that is called Published which has the following xml:
[html]
property="shortName"
width="20%"/>
type="string"
icon="/teamsite/images/command_icons/icn_publish.gif"
label="Published"
resourceBundle="com.interwoven.csstd.filesys"
property="variable(published)"
propertyMap="iw.teamsite.file.published.icon.map"
width="30%"
sortable="true"/>
property="lastModifier.shortName"
width="15%"/>
[/html]
The question is whether there is an existing code sample of a resourceBundle that I can use as a benchmark or something to compare with. I also wonder where the existing iw.teamsite.job.priority.icon.map is sitting?
any help would be happily appreciated! I have been looking at the UICG guide and could not find anything there yet.
Find more posts tagged with
Comments
There are no comments yet