NAMESPACE: Bootstrap/Components/ClientComponents

Components/ClientComponents/QrCode.php

public function getComponentQrCode($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
      );
      
      support 'format' for "barcode-scanner" AZTEC,CODABAR,CODE_39,CODE_93,CODE_128,DATA_MATRIX,EAN_8,EAN_13,ITF,MAXICODE,PDF_417,QR_CODE,RSS_14,RSS_EXPANDED,UPC_A,UPC_E,UPC_EAN_EXTENSION
$styles param array $styles please see the link for more information about parameters

variable

$parameters
$styles