Trying the start of Kendo runs me into a jQuery issue. The followoing code 
has difficulties understanding  jQuery(".myButton").kendoButton();

<button type="button" class="myButton">Edit</button>
<button type="button" class="myButton">Delete</button>
<button type="button" class="myButton">Add</button>

<script>
    jQuery(function(){
        jQuery(".myButton").kendoButton();
        });

    jQuery(document).ready(function() { console.log('ok')})

</script>

How to solve?

Richard D

On Saturday, October 25, 2014 12:42:15 PM UTC+2, ArtDijk wrote:
>
> LS
> We are developing a kind of business application. The standard w2p 
> application user interface is not rich enough for our needs. We nee more 
> widgets.
> Kendo UI seems a nice jQuery based JS framework. Our questions:
> 1. Do you consider Kendo ui a suitable choice taking into account features 
> versus added complexity to the development of apps
> I see a kind of two level integration of Kendo ui in a w2p app. 1: Use 
> Kendo UI widgets on a page. 2. Use kendo ui for sqlform. 
> 2. How should the 2nd level of integration be done ?
> 3. How should the  Kendo ui styling be done ?
>
> Thanks you for sharing your ideas and experiences !
> Arthur and Richard
>
>

-- 
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 because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to