KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Using Input package controls separately without creating a view #435

Open Anita opened this topic on on Aug 29, 2018 - 1 comments

Anita commented on Aug 29, 2018

Hi Support,

Can I use the inputs package controls without creating a view, as I need them to replace a plain html form ? As in the example below :

<?php
use \koolreport\inputs\TextBox;?>

      <label>Entity name</label>
	    <?php TextBox::create([
	    "name"=>"entityName",
	    "dataStore"=>$this->dataStore('result_view')
	    ]);

?>

Then, I would create a class file, a view file and an index. Thanks in advance for your reply.

KoolReport commented on Aug 31, 2018

Yes, you can! please use Instant package to create Inputs widget without creating full report.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Inputs