wai_aria_attributes

启用 WAI-ARIA 支持,使组件能够被屏幕阅读器正确识别

boolean wai_aria_attributes;

Example

gantt.config.wai_aria_attributes = true;
...
gantt.init("gantt_here");


Default value:

true
Details

在版本 4.1 中引入

See also
Back to top