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
APA
Posts on LINQ to Fail | Sciencx (2023-03-22T16:18:57+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 2023-03-22T16:18:57+00:00,<https://www.scien.cx/2012/02/16/kendoui-bootstrapper/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » KendoUI Bootstrapper. [Internet]. [Accessed 2023-03-22T16:18:57+00:00]. Available from: https://www.scien.cx/2012/02/16/kendoui-bootstrapper/
CHICAGO
" » KendoUI Bootstrapper." Posts on LINQ to Fail | Sciencx - Accessed 2023-03-22T16:18:57+00:00. 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: 2023-03-22T16:18:57+00:00]
rf:citation
» KendoUI Bootstrapper | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2012/02/16/kendoui-bootstrapper/ | 2023-03-22T16:18:57+00:00
https://github.com/addpipe/simple-recorderjs-demo