Class lispa\amos\core\forms\editors\ExportMenu

Inheritancelispa\amos\core\forms\editors\ExportMenu » kartik\export\ExportMenu
Implementskartik\base\BootstrapInterface
Uses Traitskartik\base\BootstrapTrait
Available since version1.0

Export menu widget. Export tabular data to various formats using the `\PhpOffice\PhpSpreadsheet\Spreadsheet library by reading data from a dataProvider - with configuration very similar to a GridView.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$afterSaveView lispa\amos\core\forms\editors\ExportMenu
$exportColumnsView string The view file for rendering the columns selection lispa\amos\core\forms\editors\ExportMenu
$exportFormView string The view file for rendering the export form lispa\amos\core\forms\editors\ExportMenu

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
registerAssets() Registers client assets needed for Export Menu widget lispa\amos\core\forms\editors\ExportMenu

Property Details

$afterSaveView public property
public $afterSaveView ''
$exportColumnsView public property

The view file for rendering the columns selection

$exportFormView public property

The view file for rendering the export form

public string $exportFormView ''

Method Details

__construct() public method

public void __construct ( $config = [] )
$config \lispa\amos\core\forms\editors\type
registerAssets() protected method

Registers client assets needed for Export Menu widget

protected void registerAssets ( )