kendo script reference other than kendo.all.min.js - kendo-ui

Using Kendo in a new project, loving the grid, charts and date pickers! However, in their documentation and examples, they always reference kendo.all.min.js. Anyone know where to find the relevant scripts and css files pertaining to specific widgets only? Currently the all.js file is taking 400 - 550 ms in the network tab. Adding that to my other resources, my page loads are 3-5 seconds which is not ideal. Thanks much!

There's a custom download builder tool. You can find the link on this page. But, you have to have the license, of course.

Related

CKEditor with XPages showing only 1 line of HTML / DXL code

I am not a web developer but have to keep running an existing XPages application which currently has the problem, that CKEditor displays only 1 row with HTML / DXL data. This issue may have to do with an updated version of Domino (and CKEditor) ...I cannot find the solution, tried to override the existing config.js file with no success. Would be great if the community could give me a hint where to start fixing ! Thank you !
A standard simple XPage containing a richtext control displays ok, my issue must be hidden somewhere in a self-developed plugin.

Google Sites - Using Forms

I am building a Google Sites page with a simple form in which you can upload attachments. How would I go about having users fill out a form and attach a .jpeg that would automatically add the new jpeg file to the home page?
Thank you!
There is no way you can attach a .jpeg file to a google form, i am on similar project.
BUT! You can make a special form created by HTML and JavaScript, where you can add the file submit button. It took me days before i got it but to help you i show you where i started:
Google Forms file upload complete example
It is an asked question about similar topic.
http://www.labnol.org/internet/receive-files-in-google-drive/19697/
This is the page, where i finaly understood what is going on.
Just by the way. You will have to do a lot more scripting than that. This are only ideas where to start. I am working now on the uploading to the google site.
If you have anymore problems, please contact me. I can show you the source codes i am working on right now.
Have a nice day and good luck with sripting ;)

Do Open Source Package of Kendo UI supports Kendo charts/graph

I just started with Kendo UI and I am using Open Source package of Kendo UI. SO in the package I am not able to see any javascript files which contains name chart. I want to display some charts . So I am doubt that is open source package of kendo ui is supporting charts.
Anyway I have added following Kendo.core.min.js and Kendo.data.min.js to the page and called to chart function. But it's throwing error.
Any guidance would be very really helpful .
Charts are not contained in the open source version of Kendo UI Core product. They are available in the professional version but this has a cost associated with it ($699). If you take a look at the following link:
Kendo UI Core vs Kendo UI Professional
If you require charting needs and do not wish to page for the Chart features then give HighCharts a look. They are free to use in a non-commercial setting and are generally considered one of the the better solutions out there.
Hopefully this answers your question adequately.
Please check the below URL , It will help you to find out which all features are available in which all versions.
https://github.com/telerik/kendo-ui-core
There are too many open source, jquery based charts are available. See this list: http://socialcompare.com/en/comparison/javascript-graphs-and-charts-libraries

whick one is better fkeditor or ckeditor?

i am running through a problem to choose either fkeditor or ckeditor which one is better than the other in my project. and how can i get the tutorial regarding customization of any one of these editor in php.
Can you name some websites where i could get the help thanks.
CKEditor is formerly known as FCKEditor (the creator was unaware that FCKEditor didn't sound very... professional) - so you'll want CKEditor.
The CKEditor website has a wealth of information - check out the User Guide, Tutorials and How Tos. Also, when you have downloaded the CKEditor file, you'll find some example code in ckeditor/_samples/php which should help.

Asp.Net MVC 3 Free Text Editor with File Upload

I spent all day yesterday looking for a text editor for my Asp.Net MVC 3 application without any joy. What I am looking for is a text editor that I will use to allow a user to add a news story. Therefore, it would be nice if when using the editor the user, as well obviously adding text, could embed an image by hitting an image icon and browsing to their local drive. And also to highlight text, ie 'Further Info', and be able to link to a document which they can also upload.
I know you might think reading this that there are loads of tutorials etc on the Web that already explain that, but after a full day of researching yesterday I have not been able to find any. Either the documentation is for asp.net Web Forms, or PHP etc, but I can find hardly any info on how to implement this for MVC.
I know that the likes of CKEditor and TINYMCE are availble, but I can find no information on how to implement these to my requirements stated above.
If anyone knows of any tutorials or even any alternatives that I could use it would be very much appreciated.
This might be what you are looking for. A solution for tinymce: http://www.xdevsoftware.com/blog/post/TinyMCE-Image-Upload-Plugin-for-ASPNET.aspx

Resources