Skip to content

Instantly share code, notes, and snippets.

@whitemx
Created November 18, 2013 13:35
Show Gist options
  • Save whitemx/7527784 to your computer and use it in GitHub Desktop.
Save whitemx/7527784 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"
xmlns:xc="http://www.ibm.com/xsp/custom">
<xp:this.resources>
<xp:script src="/unpDebugToolbar.jss" clientSide="false"></xp:script>
</xp:this.resources>
<xc:unpDebugToolbar defaultCollapsed="false"></xc:unpDebugToolbar>
<xp:this.afterPageLoad><![CDATA[#{javascript:dBar.debug("afterPageLoad");}]]
</xp:this.afterPageLoad>
<xp:this.beforeRenderResponse><![CDATA[#{javascript:dBar.debug("beforeRenderResponse");}]]
</xp:this.beforeRenderResponse>
</xp:view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment