0

我有输入是文本框。我想要它,以便当我选择输入时,输入的内容会突出显示。我怎么做?

现在,当我标签时,输入的内容没有突出显示。只是光标转到输入框,但没有突出显示。

我将 Kendo UI 用于 ASP.NET MVC 4 应用程序的输入框。

这是我的示例输入框:

<td id="ViewTextBox">@(Html.Kendo().NumericTextBoxFor
    <double>(model => model.View).Format("#").Decimals(0).Min(0) .HtmlAttributes(new { @class = "dPNumericbox" }) .Events(e => e .Change("BrowserSide.DP.ViewTextBoxChanged") ))
</td>    
4

0 回答 0