Skip to content

Instantly share code, notes, and snippets.

@vgrem
Created December 22, 2014 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgrem/f364a900309a04766198 to your computer and use it in GitHub Desktop.
Save vgrem/f364a900309a04766198 to your computer and use it in GitHub Desktop.
<xsl:template name="FAQViewOverride" mode="RootTemplate" match="View[List/@TemplateType=11999]" ddwrt:dvt_mode="root">
<link rel="stylesheet" href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.10/themes/redmond/jquery-ui.css" />
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.8.0.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.22/jquery-ui.js"></script>
<script>
$(function() {
$( "#accordionFAQ" ).accordion();
});
</script>
<style>
/* Your custom List View styles go here.. */
</style>
<xsl:call-template name="View_Default_RootTemplate"/>
</xsl:template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment