Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Create an objects function menu from XSL.
Peter_Bladh
Hi,I am using the Livelink Search XML API and an XSL page to show the result.Is it possible to show the function menu for objects in the result using the XSL page?/Peter
Find more posts tagged with
Comments
Hans Stoop
Message from Hans Stoop via eLinkYes it is. The exact coding depends on your Livelink version.Look at a standard Livelink pagina to see what needs to be added.What happens in standard Livelink when you press the function menu iconis that via JavaScript a URL is send to Livelink to retrieve the contentof the function. With javascript it is then displayed. It also cachesthe data.Hans > -----Original Message-----> From: eLink Discussion: Development Discussion > [mailto:development@elinkkc.opentext.com] > Sent: donderdag 21 juni 2007 17:42> To: eLink Recipient> Subject: Create an objects function menu from XSL.> > Create an objects function menu from XSL.> Posted by Bladh, Peter on 06/21/2007 11:36 AM> > Hi,> > I am using the Livelink Search XML API and an XSL page to > show the result.> > Is it possible to show the function menu for objects in the > result using the XSL page?> > /Peter> > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/llisapi.dll>
; > To Unsubscribe from this Discussion, send an e-mail to > unsubscribe.development@elinkkc.opentext.com.> > >
Peter_Bladh
Thanks for the reply.We are using Livelink 9.5 SP1 at the moment.I have succeeded with some hard coded tests in my XSL-page now :)It seems that I have to include some other stuff in my XSL-page to have it work correctly.1. Include some JavasScript files. Which ones do I have to include?2. Include the JavaScript variable "baseUrl".3. The JavaScript parameter "pageLoaded" have to be set to TRUE. How to do this the best way (use "onLoadFunc")?4. Include the DIV-tag "functionMenuParent" and the IFRAME "bridgeFrame".I have included these things with some trial. What exactly do I have to include?/Peter
Sherrie_Wang_(eu0016200user3_-_(deleted))
Message from Sherrie **** via eLinkYou can use the XLS files in the folder\support\skins\ll95skin as your templates, just modifythe places that you need to customize.-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Monday, June 25, 2007 10:10 AMTo: eLink RecipientSubject: What needs to be included...What needs to be included...Posted by Bladh, Peter on 06/25/2007 10:06 AMThanks for the reply.We are using Livelink 9.5 SP1 at the moment.I have succeeded with some hard coded tests in my XSL-page now :)It seems that I have to include some other stuff in my XSL-page to haveit work correctly.1. Include some JavasScript files. Which ones do I have to include?2. Include the JavaScript variable "baseUrl".3. The JavaScript parameter "pageLoaded" have to be set to TRUE. How todo this the best way (use "onLoadFunc")?4. Include the DIV-tag "functionMenuParent" and the IFRAME"bridgeFrame".I have included these things with some trial. What exactly do I have toinclude?/Peter[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: Create an objects function menu from XSL.
https://knowledge.opentext.com/knowledge/llisapi.dll/open/12544505Discussion
: Development Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.________________________________________________________________________This e-mail message is intended only for the person or entity to which it is addressed and is confidential, subject to copyright and may be legally privileged. Any unauthorized review, use or disclosure is prohibited. If you received this in error,please contact the sender and delete all copies of the e-mail together with any attachments.
Peter_Bladh
I can't find the folder \support\skins\ll95skin?/Peter
Sherrie_Wang_(eu0016200user3_-_(deleted))
Message from Sherrie **** via eLinkDo you have XML Appearance module installed? It is an optional modulewith a separate purchase.-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Tuesday, June 26, 2007 1:05 AMTo: eLink RecipientSubject: I can't find the folder?I can't find the folder?Posted by Bladh, Peter on 06/26/2007 01:03 AMI can't find the folder \support\skins\ll95skin?/Peter[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: Create an objects function menu from XSL.
https://knowledge.opentext.com/knowledge/llisapi.dll/open/12544505Discussion
: Development Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.________________________________________________________________________This e-mail message is intended only for the person or entity to which it is addressed and is confidential, subject to copyright and may be legally privileged. Any unauthorized review, use or disclosure is prohibited. If you received this in error,please contact the sender and delete all copies of the e-mail together with any attachments.
Peter_Bladh
No, we don't have this module./Peter
Jean-Philippe_Martin
Would it be possible for opentext to make available those .xsl files so we can base our work on them ?Thank you.