KendoUI Bootstrapper

For my Stats It project I’m using KendoUI as my UI widget layer (and charting) as it has several more UI widgets that I’m looking for than jQuery UI offers. But there’s one thing I hate having to do, and that’s constantly write …


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

For my Stats It project I’m using KendoUI as my UI widget layer (and charting) as it has several more UI widgets that I’m looking for than jQuery UI offers. But there’s one thing I hate having to do, and that’s constantly write code like this: $('.datePicker').kendoDatePicker(); This goes for all libraries I’ve used, you’re constantly having to bootstrap the UI widgets so that they appear. Now there’s a good reason for this, so you can pass in options, etc to setup your controls for their actual use, but I find that you end up with a lot of boilerplate code around that is doing the same thing each time and when trying to be DRY this is annoying.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2012-02-16T00:00:00+00:00) KendoUI Bootstrapper. Retrieved from https://www.scien.cx/2012/02/16/kendoui-bootstrapper/

MLA
" » KendoUI Bootstrapper." Posts on LINQ to Fail | Sciencx - Thursday February 16, 2012, https://www.scien.cx/2012/02/16/kendoui-bootstrapper/
HARVARD
Posts on LINQ to Fail | Sciencx Thursday February 16, 2012 » KendoUI Bootstrapper., viewed ,<https://www.scien.cx/2012/02/16/kendoui-bootstrapper/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » KendoUI Bootstrapper. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2012/02/16/kendoui-bootstrapper/
CHICAGO
" » KendoUI Bootstrapper." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2012/02/16/kendoui-bootstrapper/
IEEE
" » KendoUI Bootstrapper." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2012/02/16/kendoui-bootstrapper/. [Accessed: ]
rf:citation
» KendoUI Bootstrapper | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2012/02/16/kendoui-bootstrapper/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.