Interface I_CmsFormResetHandler


public interface I_CmsFormResetHandler
Handler interface for form resets.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be called when the user has pressed the reset button on a form.
  • Method Details

    • onResetForm

      void onResetForm()
      This method should be called when the user has pressed the reset button on a form.