wai_aria_attributes

enables WAI-ARIA support to make the component recognizable for screen readers

boolean wai_aria_attributes;

Example

scheduler.config.wai_aria_attributes = true;
...
scheduler.init("scheduler_here");


Default value:

true
Details

added in version 4.4

See also
Back to top