Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Pedro Bastos
0
Views
2
Comments
Iframe and Jtree together
Question
Hi,
I'm using the jtree.oml , and i want the link to open in a iframe.
I'm using the iframe like in the enterprise with the 2 variables IFrameURL and InFrame.
I think that i have to use a javascript command in the url variable of the tree structure, but i'm not sure.
Best Regards,
Thank you
Tiago Simões
Staff
Hi Pedro,
You have 2 options, if you want to open all the links in the same target frame:
- Drag an
Expression widget
to the screen that has the tree
- Put its expression property
"<base target='
frameName
'>"
- Set the property
Escape Content
to false
If each link should open in a different frame then you'll have to modify jtree.oml itself, modifying the tree structure to have also a target property and to insert that target in the A tags created by the tree.
Hope this helps,
Tiago Simões
1 reply
15 Apr 2008
Show thread
Hide thread
Pedro Bastos
It worked perfectly, thank you :D
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...