Bootstrap Select2 open a loading dialog onStart partial refresh
问题 I need to show a ext lib Dialog after the user select a combobox (I use a Select2 of BootStrap for XPages). The alert code function work well, but the XSP.openDialog not . I've found a old stackoverflow question about this but I don't understand how can I solve my problem. Any ideas? Tnx a lot $(document).ready( function() { x$("#{id:comboBox1}").select2().on("change", function(e) { XSP.allowSubmit(); XSP.partialRefreshPost("#{id:divView}",{ onStart: function () { // do something when the