[web2py] Re: Kendo UI

2014-10-30 Thread Richard D
After a day struggeling and finding Kendo and Angular too much connected, and we need the layout functionality the most, we go for jqxwidgets! Richard D On Thursday, October 30, 2014 5:41:22 PM UTC+1, Leonel Câmara wrote: > > Frankly I considered Angular 1.0 a horrible framework that appeared to

[web2py] Re: Kendo UI

2014-10-30 Thread Leonel Câmara
Frankly I considered Angular 1.0 a horrible framework that appeared to have been created by crazy java developers (yes java not javascript). I don't know why the hell people used it. Angular 2.0 seems to have other problems to me, like making you learn yet another stupid language. -- Resources

[web2py] Re: Kendo UI

2014-10-30 Thread Ron McOuat
Since AngularJS came up in this thread, I thought I would point to this article. Not to be off topic, but there are some users here of this package and this is information that will have to be considered by them moving forward. http://jaxenter.com/angular-2-0-announcement-backfires-112127.html

[web2py] Re: Kendo UI

2014-10-30 Thread Richard D
Trying the start of Kendo runs me into a jQuery issue. The followoing code has difficulties understanding jQuery(".myButton").kendoButton(); Edit Delete Add jQuery(function(){ jQuery(".myButton").kendoButton(); }); jQuery(document).ready(function() { console.log('ok')}

Re: [web2py] Re: Kendo UI

2014-10-26 Thread Vasile Ermicioi
I would build the interface with angular+kendoui and use web2py for REST API On Sun, Oct 26, 2014 at 1:26 AM, Phyo Arkar wrote: > Forgot the actual site : > http://qooxdoo.org > http://demo.qooxdoo.org/current/widgetbrowser/ > > http://demo.qooxdoo.org/devel/demobrowser/# > > On Sun, Oct 26, 201

Re: [web2py] Re: Kendo UI

2014-10-25 Thread Phyo Arkar
Forgot the actual site : http://qooxdoo.org http://demo.qooxdoo.org/current/widgetbrowser/ http://demo.qooxdoo.org/devel/demobrowser/# On Sun, Oct 26, 2014 at 4:52 AM, Phyo Arkar wrote: > Also check out Qooxdoo. If you are going to build Desktop Style UI , > Qooxdoo is perfect (And code is much

Re: [web2py] Re: Kendo UI

2014-10-25 Thread Phyo Arkar
Also check out Qooxdoo. If you are going to build Desktop Style UI , Qooxdoo is perfect (And code is much cleaner because there is no need for Jquery or Selectors). Web2py Demo : http://herspos.appspot.com/HersPOS https://code.google.com/p/herspos/ On Sat, Oct 25, 2014 at 10:07 PM, Anthony wrote

[web2py] Re: Kendo UI

2014-10-25 Thread Anthony
> > 2. How should the 2nd level of integration be done ? > You can create a custom formstyle function and pass it as the "formstyle" argument. For an example of such a function, see the Bootstrap function: https://github.com/web2py/web2py/blob/master/gluon/sqlhtml.py#L783 Anthony -- Resourc

[web2py] Re: Kendo UI

2014-10-25 Thread Osswalt
Mee too interested in Kendo, I love their UI, but any experience with it. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message becaus