KendoUI-skeleton-esnext
Last updated
Last updated
Managing tutorial samples
| | |
Assuming that the original source code was successfuly built and executed by
the KendoUI bridge is added by running
This sample uses module loader and adds two "widgets" Autocomplete
and Button
from package to the standard Skeleton-esnext application, by adding the to the original application's src
folder.
This added folder's content is:
Note: the line <script src="kendo-sdk/js/kendo.all.min.js"></script>
is a temporary placeholder - it will be replaced with kendo.custom.min.js
created to include only KendoUI widgets actually used in the application.
Run jspm install bootstrap -o "{ dependencies: {} }"
Define the folder as the standard location for KendoUI widgets, so we need to create this folder and add the needed KendoUI code.
Add these
Add the reference to
Add to