on ‎2018 Oct 01 11:00 AM
I created custom widget for button i want place the widget in editor area of the product Type
Thanks, Nandini
Request clarification before answering.
Hi Nandini,
You want a button inside editor-area for e.g. like "Find Stock Levels" button for product? If so, you need to create custom editor and bind it to an attribute.
Creating custom editor : https://help.hybris.com/1808/hcd/8bd4c25286691014b3f9876ca5816926.html
Refer OOTB "StockLevelFinderEditor" .
If you need something like a button at the top of editor area like sync button, you need to create a custom action and invoke your logic in it.
Creating an action : https://help.hybris.com/1808/hcd/8bd494db866910149bf29f9ae6ff6823.html
Note : After creating either action or editor you need to configure it in your backoffice-config.xml.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Button is an action, use customersupportbackoffice ootb extension for reference. you can understand how to create button.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.