mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Added missing options to SliderOptions and DialogOptions
This commit is contained in:
@@ -1441,6 +1441,7 @@ function test_dialog() {
|
||||
$(".selector").dialog({ buttons: [ { text: "Ok", click: function () { $(this).dialog("close"); } } ] } );
|
||||
$(".selector").dialog({ closeOnEscape: false });
|
||||
$(".selector").dialog({ closeText: "hide" });
|
||||
$(".selector").dialog({ appendTo: "appendTo" });
|
||||
$(".selector").dialog({ dialogClass: "alert" });
|
||||
$(".selector").dialog({ disabled: true });
|
||||
$(".selector").dialog({ draggable: false });
|
||||
@@ -1489,7 +1490,8 @@ function test_slider() {
|
||||
value: 123,
|
||||
range: "min",
|
||||
animate: true,
|
||||
orientation: "vertical"
|
||||
orientation: "vertical",
|
||||
highlight: true
|
||||
});
|
||||
$("#slider-range").slider({
|
||||
range: true,
|
||||
|
||||
Reference in New Issue
Block a user