Declined
Last Updated: 20 Nov 2014 18:09 by ADMIN
Terrance
Created on: 12 Aug 2011 21:55
Category: Kendo UI for jQuery
Type: Feature Request
4
Add easy namespace support
Add better namespace support 
in the form of an include or using statement file for 
ease of code resuse. (Key word there is Ease) 

import Kendo.UI.widget;
import Kendo.UI.validation;
import MyAwesomeClass.THX.Teleric.ILUVU.BYEBYE;


I'd sing your good deeds across the land if you did that.
1 comment
ADMIN
Todd
Posted on: 15 Aug 2011 18:32
Thanks for the idea! Can you explain more what you'd like to see? Clearly, we cannot extend the capabilities of JavaScript, so we'd like to know where these "import" statements should live.

Are you describing a system for defining dependencies between JavaScript files so that needed JS files are downloaded before others?