web_action.anubis
1.4 KB
/*
* Created by PyramIDE.
* User: フランスのトトロ aka (David RENÉ)
* Date: 11/03/2017
* Time: 21:55
* © Calexium
*/
read calexium_lib/web/CXM_making_a_web_site.anubis
here are defined all action managed by Hayamiki Controller
public define WEB_Action_Name hkc_edit_table = controller_action("hk_c", "edit_table").
public define WEB_Action_Name hkc_grid_view = controller_action("hk_c", "grid_view").
public define WEB_Action_Name hkc_grid_action = controller_action("hk_c", "grid_action").
public define WEB_Action_Name hkc_view_table = controller_action("hk_c", "view_table").
public define WEB_Action_Name hkc_save_row = controller_action("hk_c", "save_row").
public define WEB_Action_Name hkc_save_row_and_new = controller_action("hk_c", "save_row_and_new").
public define WEB_Action_Name hkc_update_row = controller_action("hk_c", "update_row").
public define WEB_Action_Name hkc_update_row_and_new = controller_action("hk_c", "update_row_and_new").
public define WEB_Action_Name hkc_delete_row = controller_action("hk_c", "delete_row").
public define WEB_Action_Name hkc_cancel = controller_action("hk_c", "cancel").
public define WEB_Action_Name hkc_ajax_edit_table = controller_action("hk_c", "ajax_edit_table").
public define WEB_Action_Name hkc_show_apps = controller_action("hk_c", "show_apps").