My hunch temms me that you are not prefixing the path to yourtargetbrowse correctly
I just tried replacing the path of a targetbrowseview.html witha copy of it from my modules html directory. It seemed to call it correctly.
I kept the path to my module in the variable ding. I changed afew stuff in my copy deliberately and it did not compile. Hence I know it is myfile that is being called.
Whatever I tried I could not change the look or feel in my copyso I kept a few debug instructions in it
//thiswill call a target browse dailog
//sure teh the form name is set corrcetly
//ONCLICK="doCreateIn('theForm', 'CTT' )
;Assoc tbargs
;tbargs.createType= 0
//userwants to call his own tragetbrowse
//this was my original line
//;;call<htmlPrefix + 'targetbrowsedialog.html'>( tbargs, "Create",FALSE )
;;call <ding + 'mytargetbrowsedialog.html'>( tbargs, "Create",FALSE )
//in case youwant to see the module and how I did this take a look.I would trace the webnodeaction as shown in the screen cap.It should show up for folders and docs.
You can look atit from this link https://knowledge.opentext.com/knowledge/llisapi.dll/17264022/showwebnodeaction_9_5_0.zip?func=doc.Fetch&nodeid=17264022&viewType=1
If you sochoose.
BTW why is thedev oscript side this silent.Has everybody gone webservices ?
From: eLink Discussion:Development Discussion [mailto:development@elinkkc.opentext.com] Sent: Wednesday, January 13, 2010 3:11 AMTo: eLink RecipientSubject: Custom pop up dialog
Custom pop up dialog
Posted by gajanan.kinge@capgemini.com (Kinge, Gajanan) on 2010/01/13 04:07
I am trying to develop custom pop up dialog box such that on clicking "Browse Livelink" button it opens up custom pop up dialog however in the process it call "TargetBrowse.html" of webnode.I am expecting my custom file which is euivalent of tragetbrowse.html to be called and have set all features appropriately.Debugging the code shows that customised version of tragetbrowse.html is being set in response but it never grt invoked.any idea as to what is the iunderlying mechanism which call tragetbrowse.html of webnode or how can I call my custom file in similar way? Thanks, Gajanan
[To reply to this thread, use your normal E-mail reply function.]
Discussion:
Development Discussion
Livelink Server:
knowledge-wlweb01
To Unsubscribe from this Discussion, send an e-mail to unsubscribe.development@elinkkc.opentext.com.