Skip to content
Desislava Mihaylova edited this page Sep 28, 2018 · 3 revisions

The sections of the Kendo UI Core API documentation should be implemented under the H2 heading (## in Markdown). Omit the sections without members.

The Kendo UI Core API documentation contains the following sections which have to appear in the following order.

Subsections

Every ## section contains ### subsections which list the configuration options, methods, or events. Those subsections may have subsections of their own—method parameters, examples, or event arguments.

Order

List all subsections in alphabetical order by using the ruby api_sort.rb api/javascript/dataviz/ui/chart Ruby script.

Links

As multiple widgets often share the same events or methods, provide the following conventions when you link methods, events, or configuration options.

  • [filterable](#configuration-filterable)
  • [addRow](#methods-addRow)
  • [cancel](#events-cancel)