gpt4 book ai didi

javascript - JQuery 步骤 - 将 "Finish"按钮重命名为其他名称

转载 作者:行者123 更新时间:2023-11-28 00:00:40 24 4
gpt4 key购买 nike

我正在 MVC 5 中使用 JQuery Steps。现在一切似乎都正常。

最后一个按钮默认“完成”。我想知道如何将“完成”按钮重命名为“创建”或“提交”之类的内容?

我打开了 jquery.steps.js 文件并找到了这段代码。我将完成:“完成”替换为完成:“创建”但这不会改变任何东西。

labels: {
/**
* Label for the cancel button.
*

**/
cancel: "Cancel",

current: "current step:",

/**

**/
pagination: "Pagination",

/**
* Label for the finish button.
*
* @property finish
* @type String
* @default "Finish"
* @for defaults
**/
finish: "Finish",

/**
* Label for the next button.
*
* @property next
* @type String
* @default "Next"
* @for defaults
**/
next: "Next",

/**
* Label for the previous button.
*
* @property previous
* @type String
* @default "Previous"
* @for defaults
**/
previous: "Previous",

/**
* Label for the loading animation.
*
* @property loading
* @type String
* @default "Loading ..."
* @for defaults
**/
loading: "Loading ..."
}

最佳答案

刚刚遇到这个,发现正确的方法是

labels: {finish: "SUBMIT"},

示例

$(".wizard").steps({
labels: {finish: "Make Payment"},
headerTag: "h3",
bodyTag: "fieldset"
});

来自文档 https://github.com/rstaib/jquery-steps/wiki/Settings

关于javascript - JQuery 步骤 - 将 "Finish"按钮重命名为其他名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31839623/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com