Author: nivanov Date: Tue Feb 17 16:42:06 2015 New Revision: 1660439 URL: http://svn.apache.org/r1660439 Log: Some fixes.
Modified: incubator/ignite/site/trunk/features.html Modified: incubator/ignite/site/trunk/features.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1660439&r1=1660438&r2=1660439&view=diff ============================================================================== --- incubator/ignite/site/trunk/features.html (original) +++ incubator/ignite/site/trunk/features.html Tue Feb 17 16:42:06 2015 @@ -997,6 +997,71 @@ under the License. } </script> <script type="text/javascript"> + // Data grid examples init. + $('ul#datagrid-examples a[href="datagrid-example-basic"]').click(function (e) { e.preventDefault(); $(this).tab('show') }); + $('ul#datagrid-examples a[href="datagrid-example-transactions"]').click(function (e) { e.preventDefault(); $(this).tab('show') }); + $('ul#datagrid-examples a[href="datagrid-example-locks"]').click(function (e) { e.preventDefault(); $(this).tab('show') }); + $('ul#datagrid-examples a[href="datagrid-example-sqlquery"]').click(function (e) { e.preventDefault(); $(this).tab('show') }); + $('ul#datagrid-examples a[href="datagrid-example-sqljoin"]').click(function (e) { e.preventDefault(); $(this).tab('show') }); + + // Compute grid examples init. + $('ul#compute-examples a[href="compute-example-broadcast"]').click(function (e) { e.preventDefault(); $(this).tab('show') }); + $('ul#compute-examples a[href="compute-example-runnable"]').click(function (e) { e.preventDefault(); $(this).tab('show') }); + $('ul#compute-examples a[href="compute-example-closure"]').click(function (e) { e.preventDefault(); $(this).tab('show') }); + // + // $('ul#compute-examples a[href="service-example"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }); + // + // $('ul#compute-examples a[href="messaging-example-ordered"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }); + // + // $('ul#compute-examples a[href="messaging-example-unordered"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }); + // + // $('ul#compute-examples a[href="events-example-cache"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }); + // + // $('ul#compute-examples a[href="clustering-example-broadcast"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }); + // + // $('ul#compute-examples a[href="clustering-example-unicast"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }); + // + // $('ul#compute-examples a[href="datastructures-example-queue"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }); + // + // $('ul#compute-examples a[href="datastructures-example-set"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }); + // + // $('ul#compute-examples a[href="datastructures-example-sequence"]').click(function (e) { + // e.preventDefault(); + // + // $(this).tab('show') + // }) </script> </body> </html>