Hi! I wound like to add some additional information on overview page when cliking on document link. How can i override overview action for WEBDOC module? Thanks!
Did you already consider an Active View?
We are using an overriden overview page as well, without problems.
No. where can i find information about Active View?
Another question. This script returns WebNodeCmd object:
Object WebDOC_WebNodeCmd = $WebNode.WebNodes.GetItem($WebDoc).Cmd("Overview")
How can i retrieve WebNodeAction object?
I found possible solution:
Object WebDOC_WebNodeAction = $WebNode.WebNodes.GetItem($WebDoc).Action("Overview")
But it doesn't work. Can anyone say why?
If the data is available, either directly or can be got via an OScript call you could use CustomizationsRT to replace the standard WebLingo file with your own version, see http://www.greggriffiths.org/livelink/development/weblingo/customizationsrt/ for some examples