Hello,
I have a little question about the infolog application and more particularly about the links.
The link is only printed when it exists and I can’t seem to find the function responsible for this behaviour.
This information will be useful to me since I’m trying to add a function to my application which unrolls the content of the infolog when I click on the title.
The thing is that there isn’t always a content to my infolog and I would like to hide the part that unrolls my content if my infolog is empty, so I thought of using the same function as the one that hides the links if there aren’t any.
Thanks in advance for answering my question.
Lucas
EDIT :
I have been studying the infolog classes recently and I can’t find a hint about my problem, could it be that the solution is hidden in the etemplate class or in one of the classes it inherits form ?
Or maybe in the nextmatch-widget class ?
Thank you for your help.