NAMESPACE: Bootstrap/Components/ClientComponents

Components/ClientComponents/FormFieldBirthday.php

public function getComponentFormFieldBirthday($parameters,$styles)

parameters

$parameters
Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 301

Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 302
      $array = array(
      'hint' => 'hint text',
      'height' => '40',
      'submit_menu_id' => 'someid',
      'maxlength', => '80',
      'input_type' => 'text',
      'activation' => 'initially' //initially or keep-open,
      'empty' => '1'       // whether the field should be empty and not use submitted value
      );
      
$styles param array $styles please see the link for more information about parameters

variable

$parameters
$styles