コード例 #1
0
 function __construct($attrs)
 {
     parent::__construct($attrs);
     $this->setAjaxHandlers(array('serial_number_validate_ajax' => array('method' => 'handleValidateSerialNumberAjaxEndpoint', 'clickstream' => 'custom_action')));
 }
コード例 #2
0
 function __construct($attrs)
 {
     parent::__construct($attrs);
     $this->setAjaxHandlers(array('addressverification_ajax_endpoint' => array('method' => 'handleAddressverAjaxEndpoint', 'clickstream' => 'custom_action')));
 }