Hi,
I need to make this control to be accessibility compliant. I have already patched it for aria-markup, but when I turn on high contrast mode, the images for collapsing/expanding the control and the nodes, just disappear.
I have placed a span with "+" and "-" symbols just before the "rtSp" span. But now the problem is that I need to keep them synchronized with the status of the node (expanded or collapsed).
I am trying to avoid to manually place events in all of the objects that can originate an expand/collapse operation.
Do you have a client event for expand or collapse that I can use to update the status of the node?
Thanks
I need to make this control to be accessibility compliant. I have already patched it for aria-markup, but when I turn on high contrast mode, the images for collapsing/expanding the control and the nodes, just disappear.
I have placed a span with "+" and "-" symbols just before the "rtSp" span. But now the problem is that I need to keep them synchronized with the status of the node (expanded or collapsed).
I am trying to avoid to manually place events in all of the objects that can originate an expand/collapse operation.
Do you have a client event for expand or collapse that I can use to update the status of the node?
Thanks