wijmo.calendar.wijcalendar Namespace > options type : prevTooltip Option |
Default value: 'Previous'
Gets or sets the text for the 'previous' button's ToolTip.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijcalendar("option", "prevTooltip"); // Set value var newValue; // Type: string $(".selector").wijcalendar("option", "prevTooltip", newValue); }); |
Javascript (Specification) | |
---|---|
|