I've posted a bug report on this
http://tacoscomponents.jot.com/BugReporter/Bug26
mainly to get the opinion of the other tacos developers.

I consider this an interesting idea, but users will have to be careful
when using it (if it's implemented).
It's not correct to do a return true because then the rest of the
onclick javascript (added by tacos to handle
the ajax call) will not be executed.

In that case, a valid use would be
<a jwcid="AjaxDirectLink" onclick="if (confirm('Really delete?')==false)
return false;" ...>...</a>

But, as I said before, I don't know what others think on this...

Andrea Chiumenti wrote:

> Hi,
> how can I add a javascript confirmation message on an AjaxDirectLink
> if onclick parameter is reserved ?
> (click on delete link -> 'Are you really shure?' ->(return
> true;/return false;)
>
> Thx,
> kiuma



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to