Survey-library: How can I listen to previous page event?

Created on 23 Jun 2020  路  1Comment  路  Source: surveyjs/survey-library

I'm having to manually handle pagination, how can I listen to the previous page event?

question

Most helpful comment

@kmvbatista There two events: survey.onCurrentPageChanging survey.onCurrentPageChanged. The are both have a boolean property "option.isPrevPage", it is true if end-user click on Previous button.

Thank you,
Andrew

>All comments

@kmvbatista There two events: survey.onCurrentPageChanging survey.onCurrentPageChanged. The are both have a boolean property "option.isPrevPage", it is true if end-user click on Previous button.

Thank you,
Andrew

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dmitrykurmanov picture dmitrykurmanov  路  3Comments

enricribas picture enricribas  路  3Comments

testweird123 picture testweird123  路  4Comments

halexiev-hedgeserv picture halexiev-hedgeserv  路  4Comments

xiuzhen1103 picture xiuzhen1103  路  4Comments