wai_aria_attributes

WAI-ARIA 지원을 활성화하여 컴포넌트가 스크린 리더에 의해 인식될 수 있도록 합니다.

boolean wai_aria_attributes;

Example

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


Default value:

true
Details

버전 4.4에서 도입됨

See also
  • Articles
  • 맨 위로