So i implemented my functionality as mentioned here
Now i have my tab here :
When i click it i get my html (without the other tabs, and with some problems with the header search bar i think) like here:
I guess its something about cs10, but all the documentation is about 9.7.1
As you can see the header is there , and the footer.
For the tabs i tryed this in my html:
;;call <superHTMLPrefix + 'infotabs.html'>( 'MyTab', webNode.InfoCmds( .PrgSession(), nodeRec ), request, nodeRec )
but InfoCmds() seems to be Deprecated (but it should still work)
So my question is, is this the right approach?
Now i have my tab here :
When i click it i get my html (without the other tabs, and with some problems with the header search bar i think) like here:
I guess its something about cs10, but all the documentation is about 9.7.1
As you can see the header is there , and the footer.
For the tabs i tryed this in my html:
;;call <superHTMLPrefix + 'infotabs.html'>( 'MyTab', webNode.InfoCmds( .PrgSession(), nodeRec ), request, nodeRec )
but InfoCmds() seems to be Deprecated (but it should still work)
So my question is, is this the right approach?