Auto Layout
'); $result = $form->print_html(true); echo $result; // individual print field $body = ' '; $_ui->create_widget()->body('content', $body) ->options('editbutton', false) ->body('class', 'no-padding') ->header('title', 'SmartUI::SmartForm
')->print_html(); // print html output $run_time = $_ui->run_time(false); $hb = new HTMLIndent(); $html_snippet = SmartUtil::clean_html_string($hb->indent($body), false); $contents = array( "body" => ''.$html_snippet.'', "header" => array( "icon" => 'fa fa-code', "title" => '
HTML Output (Run Time: '.$run_time.')
' ) ); $options = array( "editbutton" => false, "colorbutton" => false, "collapsed" => true ); $_ui->create_widget($options, $contents)->color('pink')->print_html(); ?>
parse($md);
echo str_replace('