OSDN Git Service

Version 0.6.194, X.UI.Page working.
[pettanr/clientJs.git] / 0.6.x / js / 20_ui / 04_XUI_Event.js
index afd289f..d5117b6 100644 (file)
@@ -103,12 +103,12 @@ var XUI_Event = X[ 'UI' ][ 'Event' ] = {
        ANIME_BEFORE_STOP   : ++X_Event_last, // before cancel\r
        ANIME_STOP          : ++X_Event_last,\r
 \r
-       PAGE_BEFORE_SHOW    : ++X_Event_last,\r
+       PAGE_SHOW_BEFORE    : ++X_Event_last,\r
        PAGE_SHOW           : ++X_Event_last,\r
-       PAGE_AFTER_SHOW     : ++X_Event_last,\r
-       PAGE_BEFORE_HIDE    : ++X_Event_last,\r
+       PAGE_SHOW_AFTER     : ++X_Event_last,\r
+       PAGE_HIDE_BEFORE    : ++X_Event_last,\r
        PAGE_HIDE           : ++X_Event_last,\r
-       PAGE_AFTER_HIDE     : ++X_Event_last,\r
+       PAGE_HIDE_AFTER     : ++X_Event_last,\r
 \r
        // X.UI.Form\r
        CHANGE              : ++X_Event_last,\r