hint

the default local names for the "Next", "Previous" and "End Tour" buttons:

object hint;

Example

webix.i18n.hint = {
    next: "Next",
    prev: "Previous",
    last: "End Tour"
}

Related samples

Details
  • next - the name of the "Next" button
  • prev - the name of the "Previous" button
  • last - the name of the "End Tour" button
See also
  • API
  • Articles
  • Back to top