@progress/kendo-window-vue-wrapper
Version:
Kendo UI Window wrapper for Vue.js
17 lines (11 loc) • 672 B
Markdown
title: contentProps API
description: "API Index | contentProps"
api_reference: true
slug: api_window_contentprops_wrapper
# ContentProps
### content-template `String`
The template for the content of a Window. As its data accepts the returned data from the server. If the returned data is JSON, pass the `dataType` parameter, so that the data gets parsed by jQuery. If the URL contains a protocol, set `iframe` to `false`—otherwise, the JSON response will be injected as-is in the content area of the Window.
## Suggested Links
* [`Content` in Kendo UI Window for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/window/configuration/content)