MindFusion.UI for WebForms Programmer's Guide

Menu.set_showTrail Method

See Also
 



Sets a value indicating whether all opened items should be highlighted.

Namespace: MindFusion.UI.Web
Assembly: Menu.js

 Syntax

JavaScript  Copy Code

function set_showTrail (value)

 Parameters

value

Type: Boolean
True if all opened items should be highlighted, otherwise false.

 See Also