There are a number of modal dialog components & mixins: Confirm, from Lombok, a JavaScript "confirm" pop-up prompt, implemented as a mixin that you can attach to a PageLink or ActionLink component. (docs: http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained, demo: http://lombok.demon.co.uk/tapestry5Demo/test/mixins/confirmdemo)
Dialog, from Tapestry5-jQuery, a modal dialog box using jQuery Dialog. The dialog window can be moved, resized and closed with the 'x' icon (docs: http://tapestry5-jquery.com/docs/components/jquerydialog, demo: http://jqueryui.com/demos/dialog/) Dialog, from Exanpe, a mixin that, when attached to an ActionLink or PageLink, pops up a modal dialog box, with user interaction with the rest of the page blocked until a choice is made (OK, OK/Cancel or Yes/No). (docs: http://exanpe.github.com/exanpe-t5-lib/reference.html#dialog, demo: http://exanpe-t5-lib.appspot.com/components/dialog/example1) ModalBox, from Weaves, a modal dialog box based on the ModalBox JavaScript library (docs: http://intercommitweavesdemo.intercommit.cloudbees.net/modalboxdemo) ModalDialog, from Tapestry Magic, a modal dialog box using ModalBox (from http://okonet.ru) (docs: http://tawus.wordpress.com/2011/07/02/a-modal-dialog-for-tapestry/) Overlay, from Ioko-tapestry-commons, a pop-up div with shaded background (docs: http://tapestry.ioko.com/tapestry-mixins/) PopupWindow, from Weaves, a modal dialog box based on the ModalBox JavaScript library. (docs: http://intercommitweavesdemo.intercommit.cloudbees.net/popupwindowdemo) Window, from Chenillekit, a modal (pop-up) window based on the http://prototype-window.xilinus.com JavaScript window library. (docs: http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/components/Window.html, demo: http://www.chenillekit.org/demo/tapcomp/windowdemo) On Fri, Sep 16, 2011 at 6:08 AM, Steve Eynon <steve.ey...@alienfactory.co.uk> wrote: > What extra functionality are looking for, above and beyond ye olde > default JavaScript alert("!") ? > > There are alerts in T5.3 which render extra lines in your code (like > validation errors but more generalised). > > Steve. > > On 16 September 2011 17:25, csckid <testnowsh...@gmail.com> wrote: >> Is there any alert box(Pop up box) in tapestry? Can anyone please name one >> >> -- >> View this message in context: >> http://tapestry.1045711.n5.nabble.com/Alert-box-tp4810081p4810081.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org