Elements on the page

Hi guys!

What is the mechanism of elements placement on the page in 7.3? I would like to add new groups of elements and place them between the basic groups. I used method splice() in 7.2 version.

File attachments
Like 1

Like

1 comments

Hello Harry!

In version 7.3 different method is used. Operations with the fields are processed in diff: [] You can use "insert", "move", "merge". Here's an example:

{               "operation": "insert",

                "name": "Name",

                "parentName": "Header",

                "propertyName": "items",

                "values": {

                        "bindTo": "Name",

                        "layout": {

                        "column": 0,

                        "row": 0,

                        "colSpan": 12

                        }

                }

 

Show all comments