NAMESPACE: Bootstrap/Components/ClientComponents

Components/ClientComponents/Fieldlist.php

public function getComponentFormFieldList($content,$parameters,$styles)

parameters

$content array with key value pairs or string like this: key1;value1;key2;value2
$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(
      'rightswipeid' => 'item-id-rightswipe',  // this is a compound of item id & action of swipe right
      'leftswipeid'   => 'item-id-leftswipe', // this is a compound of item id & action of swipe left
      'onclick' => $onclick, // this must be an object or an array of objects
      'id' => 'mycustomid',
      'swipe_id' => 'swipeareaid' // refers to swipearea in the view
      );
      
$styles param array $styles please see the link for more information about parameters

variable

$content
$parameters
$styles