Hi Team,
How to movie customize button from left to right.
Here the code
{
"operation": "insert",
"name": "CreateMFPOButton1",
"values": {
"itemType": 5,
"caption": {
"bindTo": "Resources.Strings.SendQuotation"
},
"click": {
"bindTo": "onSendQuotationClick"
},
"style": "blue",
"layout": {
"border": 1
}
},
"parentName": "LeftContainer",
"propertyName": "items",
"index": 9
},
Like
Dear Praveen,
In order to move the button, please firstly assign parentName parameter to "ActionButtonsContainer".
Afterwards, create a new CSS module. Please see the instructions here:
https://community.bpmonline.com/articles/how-add-or-edit-css-style
Inspect your button to retrieve its Id and apply CSS styles for this Id to move button right, e.g. float: right.
Add the styles module to the page dependencies, clear browser cache for changes to display.
Regards,
Anastasia