Inline Print Button (legacy)
Changed on:
18 Oct 2023
Overview
The Print Button combines the page query with an HTML setting to generate a document that can be printed.
On click, a modal preview is presented with a print button that triggers the browser's print action. From there the document may be printed directly or saved out to PDF using a print-to-pdf tool.
This can be used to produce things like pick lists, packing slips, and order invoices.
Note that this feature is a legacy design. The new print component can be found here: New Print Component.
Plugin Name | Core |
---|
The standard library of mystique components.
v1.0.0
Initial changelog entry.
Alias
fc.button.print.inline fc.button.print.inline.compatibility
Detailed technical description
Properties
Name | Type | Required | Default | Description |
label |
| yes | Label text to be presented on the button. Accepts an i18n key. | |
setting |
| yes | Name of a setting containing an HTML document template. |
Configuration example
1{
2 "component": "fc.button.print.inline.compatibility",
3 "props": {
4 "label": "i18n:fc.sf.ui.waves.detail.action.pickList.download.label",
5 "setting": "example.wave.pick.print"
6 }
7}
Language: json
Version History
v23.8.1
N/A
Recommended Placement
None