Is there a way that I can pull the url for my new menu item from an external file (for example keep the url in opentext.ini) instead of declaring it like this?
item_NewItem.func_url = str.format("?func=ll.Logout")
I should be able to do this:
item_ item_NewItem.func_url=c:\opentext\.......
What will be great is that I can create a section in opentext.ini for the url and pull it out from there.
Is this possible?
Thanks in advance.