Recent Posts by Alexis Pigeon

Subscribe to Recent Posts by Alexis Pigeon 1 post found

May 30, 2007
Avatar Alexis Pigeon 1 post

Topic: Feature requests / Custom button in alert window

Hi Sébastien!

In our project, we had the requirement to set the content of the button in the alert window as an image instead of a text. To do so, we had to change a couple of line in window.js, in the Dialog.alert() function. Here are these modifications, just in case you find it useful for later releases :

http://pastie.caboo.se/66006

Basically, it checks 2 more parameters:
- okType : the type of the input. Instead of having it set to “button”, it’s up to the user to choose. It could be a bit risky, maybe falling back to “button” if okType != “image” would be a better solution, or using a boolean like isOkImage as a switch.
- okImageSrc : the URI of the image.

Anyway, thanks for the great work you did!
Alexis