On Fri, 2006-07-28 at 11:58 +0200, ::SammyRulez:: wrote:
> I use to put in onclick atribute of the widget triggering the action
> something like this
>
> onclick="#{labels.js_confirm}"
>
> labels is a message bundle with the source code of a js call like
>
> js_confirm = if (!confirm('Are you sure?')) return
>
> this ensures internationalization also
okay, but you can also do s.th. like onclick='if (!
confirm("#{labels.confirm}") ...so you do not need to i18n javascript :) cheers, martin > > 2006/7/28, Martin Marinschek <[EMAIL PROTECTED]>: > > You won't be able to use the stateChangedNotifier out of the box. > > > > But underlying the stateChangedNotifier is the dojo-dialog, and it > > should not be hard to apply this to your needs. > > > > regards, > > > > Martin > > > > On 7/28/06, Martin Grotzke <[EMAIL PROTECTED]> wrote: > > > On Fri, 2006-07-28 at 09:02 +0200, Martin Marinschek wrote: > > > > There is something like a javascript dialog solution in the sandbox > > > > which blocks underlying fields and commands. > > > Probably you mean the stateChangedNotifier. I had a look at this > > > and it really looks nice. > > > But it seems as if it would handle only changes of form elememts, but > > > that's not what i have. I'd like to specify that the > > > stateChangedNotifier behaviour is applied whena certain button is > > > clicked... > > > > > > Has anybody done anything like this with the stateChangedNotifier? > > > > > > Thanx && cheers, > > > Martin > > > > > > > > > > > > > > Maybe you can go from there? > > > > > > > > regards, > > > > > > > > Martin > > > > > > > > On 7/27/06, Martin Grotzke <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > > > > > > > for actions like "Delete" or something like that i want to display > > > > > a confirmation dialog, but it should not be a javascript > > > > > confirmation box. The dialog could span the whole page or be > > > > > some model browser window, in each case other navigation items > > > > > or buttons should not be visible or accessible. > > > > > > > > > > Has anybody a solution for this? > > > > > > > > > > Thanx for your help, > > > > > cheers, > > > > > Martin > > > > > > > > > > > > > > > > > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > Version: GnuPG v1.4.4 (GNU/Linux) > > > > > > > > > > iD4DBQBEyTSh7FvOl7Te+pYRAmNjAKCxo6Rs+X9DNzW1Drg8bAcMCTQcggCYoVto > > > > > Uj0aikVi5T8B49zxikAbFA== > > > > > =oOUs > > > > > -----END PGP SIGNATURE----- > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Martin Grotzke > > > Bernstorffstr. 17, 22767 Hamburg > > > Tel. +49 (0) 40.98239888 > > > Mobil +49 (0) 170.9365656 > > > E-Mail [EMAIL PROTECTED] > > > Online http://www.javakaffee.de > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v1.4.4 (GNU/Linux) > > > > > > iD8DBQBEybtf7FvOl7Te+pYRAr6ZAJ49u6y6hxSC/zruJbIVhFpS4+eCagCaA3+y > > > 9AZGzSJ56Tpxk+In1VqU2Pg= > > > =HjxX > > > -----END PGP SIGNATURE----- > > > > > > > > > > > > > > > -- > > > > http://www.irian.at > > > > Your JSF powerhouse - > > JSF Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > > > -- Martin Grotzke Bernstorffstr. 17, 22767 Hamburg Tel. +49 (0) 40.98239888 Mobil +49 (0) 170.9365656 E-Mail [EMAIL PROTECTED] Online http://www.javakaffee.de
signature.asc
Description: This is a digitally signed message part

