Hi Maxim, On Thu, Apr 7, 2016 at 9:11 AM, Maxim Solodovnik <[email protected]> wrote:
> Hello Sebastien, > > I would like to have very specific button: > on click confirmation dialog should raise, if OK was selected "work in > progress" indicator should be displayed > so it is mix of confirmable and Indicating buttons > > Is this possible? > The most important thing to understand is that dialog's button are not regular button, so it is not possible to have a mix of button, unless this is a supported Wicket jQuery UI feature (in dialog's button), which is not the case IIRC. However, I did it for Kendo's Windows > > Additional question: kendo-indication button has option > "isDisabledOnClick" I wonder is it possible to add such option to "regular" > indicating button? > I can have a look. Please open a request ! :) Note for me: should be very careful with #isDisabledOnClick because disabling a submitting button may not submit the form properly (disabled inputs are not part of the post, so if the button is not part of the post, the form might not be processed) Best regards, Sebastien.
