Back
hideAnchorName
Navigation Bar and Menu
hideAnchorName
When true, hides the anchor name that is generated by phpLens so that we scroll down the browser to where the applet is located
Default:
For example, if you have an applet called abc, then at the end of every url, we generate the following url hash:

#LensBM_abc

Then we place at the top of the applet the following anchor tag if hideAnchorName is false.

<a name="LensBM_abc">

Then every click on a link will scroll the browser screen to just above the applet.

Setting this property to true will disable the generation of this anchor tag, though the url hash will still be generated. This is useful if you want to generate the anchor name yourself in another position instead of the top of the screen, or if you want to disable this behaviour.

Syntax
$lens->hideAnchorName = true;

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 2.7.2]