Re: [Hypercontent-users] Workflow constants
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2007-03-07 13:36:36
|
On Mar 6, 2007, at 11:42 PM, tom tom wrote: > Hi, > In the worflow screens I want to change the names for > Build, Build all and View Build, > > I can see the screen names in workflow.properties but > cant figure it out which vm will have these constants > in the screens folder. The workflow screens are generated by /screens/workflow.vm. You won't find literal references to the constants there, however; the constant keys are mapped to workflow script names and event names defined in the scripts. workflow.vm gathers information about what scripts and events are active from the underlying java APIs. > > Also I want to open the View Build screen in a > seperate Window instead of the same window. Which vm > file should I look into. View Built currently uses an HTTP redirect, which can't be pointed at a separate window. One thing to consider is pointing the redirect to a page with javascript that will pop open a new window, then redirect the existing window back to HC. Cheers, Alex |