Documentation

Extending the Head

The Builder enables you to customize the head of the generated web project by adding custom scripts, links, and other elements.

To extend the HTML head:

  1. On the Dashboard, click the card (or list item) of the application to open the App Design page.
  2. Next to the application name, click the Settings icon to open the drop-down options list.
  3. Select Properties to open the Edit App dialog box.
  4. Click the <head>Custom Code</head> filed for the Code Editor dialog box to open.
  5. Enter the custom elements in the input field.
  6. Click Save to save or Cancel to discard your changes.

Extending the HTML Head in the Kendo UI Builder

In this article