Stefan Gabos

Results 78 comments of Stefan Gabos

@porg , i totally salute your involvement and i am very glad to see that @marcrobledo is still around!

i'm sorry, i have no experience with any of those

Nope, currently I don't plan on integrating this. I am not ruling it out - I will most likely look over this and implement it at some point - but...

This is a quirk of this library :) I will fix it in the next release, I promise! For now, go to line 241 and put your value there. You...

you are probably using the same session in another tab and that is doing something that takes a long time and thus not releasing the lock. call `session_write_close()` before engaging...

jQuery UI is out of the question - I wouldn't want to impose that on users; i'll definitely check the code you sent - thank you!

Use the `custom_class` property like so ```javascript buttons: [{ caption: 'My button 1', custom_class: 'foo', default_confirmation: true, callback: function() { // code } },{ caption: 'My button 2', custom_class: 'bar',...

I could use a jsfiddle for this as it would be almost impossible to re-create the exact same scenario you are having

While I somewhat agree that it would help in some cases, I have an argument against it: this is one of methods that gets used quite a lot and adding...

What exactly is not working? What is the error message?