Skip to content

Instantly share code, notes, and snippets.

@gillissm
Created February 10, 2016 21:14
Show Gist options
  • Save gillissm/c1843b6989f8e0281c22 to your computer and use it in GitHub Desktop.
Save gillissm/c1843b6989f8e0281c22 to your computer and use it in GitHub Desktop.
Basic Sitecore Sheer Dialog XML
<?xml version="1.0" encoding="utf-8" ?>
<xamlControls
xmlns:x="http://www.sitecore.net/xaml"
xmlns:ajax="http://www.sitecore.net/ajax"
xmlns:asp="http://www.sitecore.net/microsoft/webcontrols"
xmlns:html="http://www.sitecore.net/microsoft/htmlcontrols">
<ContactFacetDialog x:inherits="TheCodeAttic.SharedSource.WFFM.PopulateFieldAction.Sheer.ContactFacetDialog,TheCodeAttic.SharedSource.WFFM.PopulateFieldAction">
<Sitecore.Controls.DialogPage runat="server" >
</Sitecore.Controls.DialogPage>
</ContactFacetDialog>
</xamlControls>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment