wai_aria_application_role

defines whether role="application" will be used for the main scheduler container and minicalendar elements

boolean wai_aria_application_role;

Example

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


Default value:

true
Details

added in version 5.0

Defines how screen readers interact with the scheduler.

See also
Back to top