Google Map Popup jMaki widget for Phobos
<% library.jmaki.insert( { component : "google.mappopup", value : "San Francisco, CA" , args : { width : 175, height : 175, zoom : 10 } , service : "xhp" } ); %>
12390 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 : "google.mappopup", value : "San Francisco, CA" , args : { width : 175, height : 175, zoom : 10 } , service : "xhp" } ); %>
<% library.jmaki.insert( { component : "google.map", args : { centerLat : 37.39316, centerLon : -121.947333700, height : 300 } } ); %>
<% library.jmaki.insert( { component : "flickr.word", args : { word:'jmaki', size: 50 } } ); %>
<% library.jmaki.insert( { component : "flickr.search" , type : "jmaki" , args : { topic : 'flickrSearch', columns : 3, count : 9 } , service : "xhp" } ); %>
<% library.jmaki.insert( { component : "flickr.captcha", args : { length : 4, random : 'true' } } ); %>
<% library.jmaki.insert( { component : "dojo.tree" , value : { root : { title : 'Default Tree Root Node', expanded : true, children : [ { title : 'Node 1.1', onclick : { url:'foo' } }, { title : 'Node 1.2', children : [ { title : 'Node 3.1' } ] } ] } } } ); %>
<% library.jmaki.insert( { component : "dojo.timepicker" } ); %>
<% library.jmaki.insert( { component : "dojo.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 : "dojo.tabbedview", value : { tabs : [ {label : 'Tab 0', content : 'Tab 0 content.'}, {label : 'Tab 1', content : 'Tab 1 content.'}, {label : 'Tab 2', content : 'Tab 2 content.'} ] } } ); %>
<% library.jmaki.insert( { component : "dojo.resizabletextarea" , value : "Edit Me Please" } ); %>