Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
resize workflow instantiation window?
sivaramiyer
1. How do i resize workflow instantiation window?
2. How do I update the TS web application? (not the ones that i can do through ui_custom adding a new tab/custom menu etc) but, the TS core webapp itself.? I know this is too high level, but, any help/pointers appreciated. I cannot find much documentation or any reliable material around this.
TS ver: 671 SP1
Thanks!
Siv
Find more posts tagged with
Comments
ISCBorisB
How do i resize workflow instantiation window?
In WFT you can use CGI_info function with "html_body_options" Parameter. Check samples in TeamSite Workflow Developer’s Guide.
In WFM you'd have to modify Model's custom_instantiation.cfg File. Place top.resizeTo(...) command into "init" Handler.
How do I update [...] the TS core webapp?
This is way too vague. If that means modifying iwserver functionality there is just no way to do that.
If it means something else, what is it?