Question

placeholder

Hi community plz find the attachment where i am unable to get the place holder plz help me where i am struk?

Like 0

Like

3 comments

Copy all in one config with operation: "insert" and add to it "controlConfig" with placeholder

Grigoriy,is this is the correct way

    {

                "operation": "insert",

                "name": "STRING7704537a-2745-4e24-a98f-675d34233913",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 2,

                        "row": 0,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrString1",

                    "controlConfig": {

                        "className": "Terrasoft.TextEdit",

                        "placeholder": "I'am empty"

                    },

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 0

            },

Yes its correct way

Show all comments