kendoComboBox ({ dataSource: [ "Apples", "Oranges" ], change: function(e) { var value = this.value(); // Use the value of the widget } }); </script> ...
確定! 回上一頁