在bootstrap模式中创建动态按钮,如jQuery UI

时间:2014-09-03 19:06:36

标签: twitter-bootstrap jquery-ui twitter-bootstrap-3

我可以使用javascript动态创建引导按钮吗?

例如在jQuery UI中,您可以执行以下操作:

JQ("#dialog_component").dialog({
    bgiframe: true,
    draggable:  false,
    autoOpen: false,
    modal: true,
    show: 'fade',
    position:  'top',
    hide: 'fade',
    width:  500,
    resizable: false,
    buttons: btns,  // these would be the translated buttons

});

我想将这个btns变量作为buttons传递给引导程序modal,就像我在jQuery UI中一样。但是从documentation开始,似乎并没有这样的东西。有没有解决方法呢?

1 个答案:

答案 0 :(得分:0)

BootBox为您执行此操作,并且buttons option