1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- cognos.Report.Action = {};
- cognos.Report.Action.BACK = "back";
- cognos.Report.Action.CANCEL = "cancel";
- cognos.Report.Action.FINISH = "finish";
- cognos.Report.Action.NEXT = "next";
- cognos.Report.Action.REPROMPT = "reprompt";
- cognos.Report.Action.NEXTPAGE = "nextPage";
- cognos.Report.Action.PREVIOUSPAGE = "previousPage";
|