NAMESPACE: Bootstrap/Components/ClientComponents

Components/ClientComponents/Webview.php

public function getComponentWebview($url,$parameters,$styles)

parameters

$url - initial url
$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(
      'submit_on_url' => 'https://appzio.com/platform/',
      'submit_on_javascript'   => 1,
      'submit_on_string_match' => 'stringtomatch', // regex pattern
      'full_scroll' => 1, // use entire scroll for the view
      'show_submit_page' => 1, // whether the last page should be shown or not
      );
      
$styles param array $styles please see the link for more information about parameters

variable

$url
$parameters
$styles