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)
hierarchy browser popup from a popup
MarekR
I have a datacapture.cfg template that uses a cgi-callout to present the user with a pop-up window where he/she can edit some custom form fields. Here's the relevant section of datacapture.cfg:
<item name="ObjectConfig">
<label>Object Configuration</label>
<hidden required="t">
<cgi-callout label="Configure Object" url="/iw-bin/Corporate/eSpirit/objectconfig.ipl"/>
</hidden>
</item>
The objectconfig.ipl file is relatively simple and everything works great. It uses TeamSite::CGI_lite to send the values back to the data capture page to populate hidden fields. However, there is one thing I would like to do and I can't figure it out. Currently, the user is allowed to select an image for a field in the datacapture page via a browser object:
<item name="ImagePath">
<label>Image</label>
<database data-type="VARCHAR2(100)"/>
<browser required="f" size="30" maxlength="100" extns=".jpg,.gif" initial-dir="/articles/images" ceiling-dir="/"/>
</item>
I would like to have the user select the image in the pop-up window (objectconfig.ipl). Ideally, I'd like to use the "hierarchy browser" (hierbrowser.jsp) dialog that is used by the datacapture page. Is there a way to accomplish this?
Thank you in advance.
Find more posts tagged with
Comments
There are no comments yet