Skip to content

icms_ipf_form_Secure

Raimondas Rimkevičius edited this page Mar 9, 2020 · 1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!

icms_ipf_form_Secure

Form control creating a secure form

  • Class name: icms_ipf_form_Secure
  • Namespace:
  • Parent class: icms_ipf_form_Base

Methods

__construct

mixed icms_ipf_form_Secure::__construct(mixed target, string form_name, string form_caption, string form_action, string form_fields, string|bool submit_button_caption, bool cancel_js_action, bool captcha)

Constructor Sets all the values / variables for the icms_ipf_form_Base (parent) class

  • Visibility: public

Arguments

  • target mixed
  • form_name string - <p>the form name</p>
  • form_caption string - <p>the form caption</p>
  • form_action string - <p>the form action</p>
  • form_fields string - <p>the form fields</p>
  • submit_button_caption string|bool - <p>whether to add a caption to the submit button</p>
  • cancel_js_action bool - <p>whether to invoke a javascript action when cancel button is clicked</p>
  • captcha bool - <p>whether to add captcha</p>
Clone this wiki locally