Dojo Date Picker jMaki widget for Phobos
1 2 <% library.jmaki.insert( 3 { 4 component : "dojo.datepicker" 5 } 6 ); %>
13498 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
1 2 <% library.jmaki.insert( 3 { 4 component : "dojo.datepicker" 5 } 6 ); %>
1 2 <% library.jmaki.insert({ 3 component : "dojo.combobox", 4 value : [ 5 ['Item 1','I1'], 6 ['Item 2','I2'], 7 ['Item 3','I3'] 8 ] 9 }); %> 10
1 2 <% library.jmaki.insert({ 3 component : "dojo.clock", 4 args : { 5 clockType : 'black' 6 } 7 } 8 ); %>
1 2 <% library.jmaki.insert({ 3 component : "dojo.accordion", 4 value : { 5 rows : [ 6 { 7 label : 'Row 0', 8 content : 'Row 0 content.' 9 } , 10 { 11 label : 'Row 1', 12 content : 'Row 1 content.' 13 }, 14 { 15 label : 'Row 2', 16 content : 'Row 2 content.' 17 } 18 ] 19 } 20 } 21 ); %>
1 2 <% library.jmaki.insert( 3 { 4 component : "jmaki.delicious" , 5 args : { 6 tag: 'web2.0' 7 } 8 } 9 ); %> 10
1 2 <% library.jmaki.insert( 3 { 4 component : "dhtmlgoodies.tooltip" , 5 service : "tooltipContent.js" , 6 value : "Mouse over me" 7 } 8 ); %> 9
1 2 <% library.jmaki.insert( 3 { 4 component : "dhtmlgoodies.slidingmenu" 5 } 6 ); %>
1 2 <a:ajax name="dhtmlgoodies.slidingmenu" /> 3