DZone 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
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']
]
}
}
); %>





