wijmo.menu.wijmenu Namespace > options type : topLinkText Option |
Default value: 'All'
A value that sets the text of the top link.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijmenu("option", "topLinkText"); // Set value var newValue; // Type: string $(".selector").wijmenu("option", "topLinkText", newValue); }); |
Javascript (Specification) | |
---|---|
|