Skip to content

Instantly share code, notes, and snippets.

@bkoopman
Created May 29, 2013 07:02
Show Gist options
  • Save bkoopman/5668444 to your computer and use it in GitHub Desktop.
Save bkoopman/5668444 to your computer and use it in GitHub Desktop.
<ext:extension assignid="ViewItemsGroup" groupid="EditGroup" name="View" pageid="HomePage" insertbefore="PublishGroup">
<ext:group>~/Controls/ViewItemsGroup.ascx</ext:group>
<ext:dependencies>
<cfg:dependency>My.Theme</cfg:dependency>
<cfg:dependency>My.Commands</cfg:dependency>
</ext:dependencies>
<ext:apply>
<ext:view name="DashboardView">
<ext:control id="DashboardToolbar" />
</ext:view>
<ext:view name="PageView">
<ext:control id="ItemToolbar" />
</ext:view>
</ext:apply>
</ext:extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment