Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Mochikit Table jMaki widget for Phobos (See related posts)

Mochikit Table jMaki widget for Phobos
<% library.jmaki.insert(
    {
        component : "mochikit.table",
        value : {
            columns : 
                { "title" : "Title", 'author':'Author', 'isbn': 'ISBN #', 'description':'Description'},
              rows : [
                    ['JavaScript 101', 'Lu Sckrepter','4412', 'Some long description'], 
                    ['Ajax with Java', 'Jean Bean','4413', 'Some long description']
                ]
                }
    }
    ); %> 

You need to create an account or log in to post comments to this site.


Click here to browse all 4836 code snippets

Related Posts