update subheader size
This commit is contained in:
Родитель
0d309b8664
Коммит
9978f1229d
|
@ -33,13 +33,13 @@ The following section aims to provide additional information or important notes
|
|||
|
||||
### Telerik.Examples.Mvc
|
||||
|
||||
##### Editor/EditorContent
|
||||
#### Editor/EditorContent
|
||||
|
||||
This project demonstrates how you can add, read, edit and delete text data using a local database and the Editor component
|
||||
|
||||
> Please note that the current project doesn't have any XSS attack preventions applied. It is a developer's responsibility to manage these security risks. For more information, please refer to this [Preventing Cross-Site Scripting](https://docs.telerik.com/kendo-ui/controls/editors/editor/preventing-xss) article.
|
||||
|
||||
##### MultiSelect/GetPostData
|
||||
#### MultiSelect/GetPostData
|
||||
|
||||
The MultiSelect is a `<select multiple>` element and behaves like one in a POST query - the browser will add a form data field with the name of the widget for each selected item, and the value of the form field will be the value of the item. This means that your model needs to expect a List of values for the given field.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче