Code:
I want to write in the home HTML page the following text (Table of contents). When the user clicks on it the left panel is opened and the table of contents is shown, exactly as it is the case with the table of contents button
go to the Script Manager, double click on “UserMain” and copy/paste this code in the existing script:
Code:
procedure ShowTheToc;
begin
ShowLeftPanel(2, True);
end;
Code:
<a href="hescript://UserMain.ShowTheToc">Table of contents</a>
Last edited: