NAMESPACE: Bootstrap/Components/ClientComponents

Components/ClientComponents/Html.php

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

parameters

$content one of the few exceptions where support differs between iOS and Android. On iOS only font size and color are supported whereas Android uses a webview to render the content. This is due to performance, where Android is much more performant on rendering html content. You can also apply normal appzio formatting for the entire text block.
$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(
      'selected_state' => 'style-class-name',
      'variable'   => 'variablename',
      'onclick' => $onclick, // this must be an object or an array of objects
      'style' => 'style-class-name',
      );
      
$styles param array $styles please see the link for more information about parameters

variable

$content
$parameters
$styles
private function attachHtmlStyling($content,$styles)

variable

$content
$styles