Changed on:
27 Sept 2024
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.
Initial changelog entry.
fc.button.print fc.button.print.pick
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. |
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
apart of the standard offering
The component extension with the
`disabled`
None
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.