【发布时间】:2017-12-22 00:03:17
【问题描述】:
我正在尝试在我的 Kendo UI 模板中转义百分比“%”,有人可以帮忙吗?
$donePercentageInput.kendoSlider({
increaseButtonTitle: "Right",
decreaseButtonTitle: "Left",
min: 0,
max: 100,
smallStep: 1,
largeStep: 5,
tooltip: {
template: kendo.template("#= value \\\\% #")
}
});
试过//%////%\\%\\\\%没有用... :(
【问题讨论】:
标签: kendo-ui escaping kendo-template