<div dir="ltr">Hi, John,<div><br></div><div>the code you're looking for is located here: <a href="https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/horizon.tables.js#L227-L312">https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/horizon.tables.js#L227-L312</a></div><div>This is bound at <a href="https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/horizon.forms.js#L368-L373">https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/horizon.forms.js#L368-L373</a></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 6, 2016 at 10:32 PM John Calcote <<a href="mailto:john.calcote@gmail.com">john.calcote@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr" class="gmail_msg">Ping. No thoughts on this from anyone?</p>
<div class="gmail_extra gmail_msg"><br class="gmail_msg"><div class="gmail_quote gmail_msg">On Nov 4, 2016 9:26 PM, "John Calcote" <<a href="mailto:john.calcote@gmail.com" class="gmail_msg" target="_blank">john.calcote@gmail.com</a>> wrote:<br type="attribution" class="gmail_msg"><blockquote class="gmail_quote gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all -<br class="gmail_msg">
<br class="gmail_msg">
I don't see a better forum anywhere for this post - please correct me<br class="gmail_msg">
if I'm wrong.<br class="gmail_msg">
<br class="gmail_msg">
I have a django/horizon application. On one page users may delete<br class="gmail_msg">
objects. I'd like to display a modal dialog confirming the delete<br class="gmail_msg">
before submit. Can anyone tell me if there's a way to tie a<br class="gmail_msg">
confirmation dialog to a table's DeleteAction?<br class="gmail_msg">
<br class="gmail_msg">
Note - my template is a trivial table.render with multi-select enabled - e.g.,<br class="gmail_msg">
<br class="gmail_msg">
{% block main %}<br class="gmail_msg">
    {{ table.render }}<br class="gmail_msg">
{% endblock %}<br class="gmail_msg">
<br class="gmail_msg">
I've searched the docs and the code, but nothing sticks out at me. I'm<br class="gmail_msg">
not a client-side expert, but I can usually find my way around in the<br class="gmail_msg">
chrome debugger.<br class="gmail_msg">
<br class="gmail_msg">
Thanks,<br class="gmail_msg">
John<br class="gmail_msg">
</blockquote></div></div>
__________________________________________________________________________<br class="gmail_msg">
OpenStack Development Mailing List (not for usage questions)<br class="gmail_msg">
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" class="gmail_msg" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br class="gmail_msg">
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br class="gmail_msg">
</blockquote></div>