hint
текст для кнопок "Next", "Previous" и "End Tour"
object hint;
Example
webix.i18n.hint = {
next: "Next",
prev: "Previous",
last: "End Tour"
}
Related samples
Details
- next - текст для кнопки "Next"
- prev - текст для кнопки "Previous"
- last - текст для кнопки "End Tour"
See also
Наверх