我想自定义通用插入按钮的文本。目前是“创建新记录”。
这是我的代码。
.ToolBar(toolbar =>
{
toolbar.Insert().ImageHtmlAttributes(new { @class = "t-icon t-add", title = "Create new inventory" });
})
我想自定义通用插入按钮的文本。目前是“创建新记录”。
这是我的代码。
.ToolBar(toolbar =>
{
toolbar.Insert().ImageHtmlAttributes(new { @class = "t-icon t-add", title = "Create new inventory" });
})