Click to See Complete Forum and Search --> : three button confirm/promt button
javaNinja
02-23-2004, 03:24 PM
I would like this :
three button prompt so I can put Cancel Save and View buttons on the prompt but i can only find two button prompts
can anyone help?
fredmv
02-23-2004, 03:29 PM
You cannot modify the chrome on any default dialog methods (i.e., alert, prompt, and confirm). If you wish for them to display differently or have different chrome associated with them you must emulate them yourself.
javaNinja
02-23-2004, 03:34 PM
So your saying its not possiable to edit a confirm or prompt button popup to display three buttons with the name you choose?
fredmv
02-23-2004, 03:36 PM
That's correct. You'd have to use a script like this (http://www.diades.co.uk/aatest/v1.0/) to get the results you're looking for.
javaNinja
02-23-2004, 03:50 PM
Thats cool I checked it out .. but it do not allow for three buttons yet but when it to it will be good...