Question

Tab key behavior

Hi;

I create the page and want change the order of get focus of elements

I change the value of index attribute of elements but it has no influence for page behavior

also i add tabindex value with no effect.

That is example of an element diff array

            {

                "operation": "insert",

                "name": "STRING0b13ddcf-317e-4952-87eb-7051a1088698",

                "values": {

                    "layout": {

                        "colSpan": 9,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 1,

                        "layoutName": "Header"

                    },

                   "bindTo": "UsrFirstName",

                   "tabindex": 1, 

                    "enabled": true,

                    "labelConfig": {

                        "caption": {

                            "bindTo": "Resources.Strings.STRING0b13ddcf317e495287eb7051a1088698LabelCaption"

                        }

                    }

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 2

            },

Like 0

Like

2 comments

Dear Tomasz,

Unfortunately, there isn't currently a way to set tabindex attribute through the diff section. We will register this in our backlog. 

Though, you can manipulate DOM elements using standard JavaScript methods, like setAttribute()

https://www.w3schools.com/jsref/met_element_setattribute.asp

Regards,

Anastasia

 

 

Anastasia Botezat,

 Thanks

Show all comments