了解jQuery UI Button小部件

时间:2019-09-04 15:15:16

标签: jquery-ui jquery-ui-button

我希望在更新到最新版本后重新创建以下按钮(按钮小部件已在1.12以后的版本中进行了重写,但是我难以根据此处的api文档正确获取语法/类:https://api.jqueryui.com/button/

按钮应该看起来像Image of blue button with text new

但到目前为止,我最接近的是enter image description here

用于显示以上内容的代码如下

<button id="btnAddNew" type="button" title="New User Access" role="button" aria-disabled="false"></button>


    $("#btnAddNew").button({
    classes: {
        "ui-button": "ui-widget ui-state-default ui-corner-all ui-button-text-icon-primary"
    },
    icons: {
        primary: "ui-icon-plus"
    },
    label: "New"
});

有人可以指出我要去哪里哪里吗?

1 个答案:

答案 0 :(得分:0)

使用Cupertino主题,这似乎毫无问题。我怀疑CSS没有为您的脚本加载。我会检查以确保没有出现404错误,或者没有其他样式冲突。

""
  sh """


       cd DARC
       mvn clean package sonar:sonar -Dsonar.host.url=***** -Dsonar.login=******* -Dsonar.exclusions=file:**/src/test/** -B -Pcoverage -Dsonar.branch.name=branch-${env.BRANCH_NAME}

     """ 

如果仍有问题,请提供一个最小的,可复制的示例:https://stackoverflow.com/help/minimal-reproducible-example

希望有帮助。