Re: Alerts

2011-12-25 Thread Serge Eby
Hi, Try overriding the css with this: DIV.t-alert-controls { display: none } -- /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Alerts-tp7121057p7126780.html Sent from the Tapestry Users mailing list archive at Nabble.com.

Re: Alerts

2011-12-23 Thread angelochen
right, that works, is there a way to remove the line 'dismiss all'? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Alerts-tp5096663p5098371.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Alerts

2011-12-23 Thread Dusko Jovanovski
Try manager.alert(Duration.TRANSIENT, Severity.INFO, "INFO TRANSIENT"); This will display the message for 15 seconds before closing. There is an open JIRA that would allow us to set this duration at: https://issues.apache.org/jira/browse/TAP5-1640 -- Dusko Jovanovski On Fri, Dec 23, 2011 at 10:

Re: Alerts

2011-12-23 Thread angelochen
Hi, thanks for the links, I copied and paste those sample codes into a t5 project, it works, but why it does no go away, i have to click 'dismiss all' to get those removed. any? angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/Alerts-tp5096663p5096756.html Sent from

Re: Alerts

2011-12-23 Thread Emmanuel DEMEY
Hi You can have a look to our Tapestry5-jQuery demo website : https://github.com/got5/tapestry5-jquery-demo/blob/master/src/main/java/org/got5/tapestry5/jquery/pages/core/DocsAlert.java https://github.com/got5/tapestry5-jquery-demo/blob/master/src/main/resources/org/got5/tapestry5/jquery/pages/c