Sudoku jMaki widget for Phobos
<% library.jmaki.insert( { component : "dhtmlgoodies.sudoku" } ); %>
12387 users tagging and storing useful source code snippets
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
<% library.jmaki.insert( { component : "dhtmlgoodies.sudoku" } ); %>
// insert code here..<% library.jmaki.insert({ component : "spry.accordion", value : { rows : [ { label : 'Row 0', content : 'Row 0 content.' } , { label : 'Row 1', content : 'Row 1 content.' }, { label : 'Row 2', content : 'Row 2 content.' } ] } } ); %>
<% library.jmaki.insert( { component : "scriptaculous.autocompleter", service : "_autocomplete_result.html" } ); %>
<% 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'] ] } } ); %>
<% library.jmaki.insert( { component : "jmaki.list" , service : "/listService.js" } ); %>
<% library.jmaki.insert( { component : "jmaki.menu" , value : { columns: [ {label : 'Images', menuItems : [ {label :'Birds', url : '/jsonibrowse.js'}, {label :'Cat', url : '/ibrowse.js'} ]}, {label : 'Bookmarks', menuItems : [ {label :'Digg', url : '/digg/show'}, {label :'Delicious', url : '/delicious/show'} ]} ] } } ); %>
<% library.jmaki.insert( { component : "jmaki.digg" , args : { diggTopic : 'programming', itemCount : 5 } } ); %>
<% library.jmaki.insert({ component : "jmaki.dcontainer" }); %>
<% library.jmaki.insert( { component : "scriptaculous.inplace", service : "/inplaceService.js" , value : "click me to replace" } ); %>
<% library.jmaki.insert( { component : "jmaki.ibrowser" , args : { sourceType : 'flickr', tag : 'thekt' } } ); %>