contributions/deletedialog/doxygen.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * @defgroup DeleteDialog 00004 * 00005 * Displays a dialog to approve deletion of instances. 00006 * 00007 * @section Usage 00008 * 00009 * This module catches command execution for delete commands, and displays a 00010 * dialog asking the user for approval. It works for delete commands serialized 00011 * and rendered by WidgetItemMenu only. 00012 * 00013 * By default the approval dialog displays the message "Do you really want to delete this instance?". 00014 * You may change this for any given model type by placing a template named after the model in the 00015 * directory view/templates/{lang}/deletedialog/message. 00016 */