Print Button
Changed on:
27 Sept 2024
Overview
The Print Button combines the page query with an HTML setting to generate a document that can be printed.
A user can use this component to print pick lists, packing slips, order invoices, and more.
Plugin Name | Core |
---|
The standard library of mystique components.
v1.0.0
Initial changelog entry.
Alias
fc.button.print fc.button.print.pick
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. | |
behavior |
| no |
| Behaviour with which the HTML document is printed.
|
disabled |
| No | none | Makes the button inactive. |
Configuration example
1{
2 "component": "fc.button.print",
3 "props": {
4 "label": "i18n:fc.sf.ui.waves.detail.action.pickList.label",
5 "setting": "example.wave.pick.print",
6 "behavior": "print",
7 "disabled": "true"
8 }
9}
Language: json
Version History
v23.08.01
apart of the standard offering
2024.10.8
The component extension with the
`disabled`
Recommended Placement
None