<% 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.