Skip to content

Instantly share code, notes, and snippets.

@contensis
Created August 12, 2014 10:23
Show Gist options
  • Save contensis/5418de503700d3fb5e4e to your computer and use it in GitHub Desktop.
Save contensis/5418de503700d3fb5e4e to your computer and use it in GitHub Desktop.
Two example controls, a razor view and a server control.
<control packagePath="/razor/Razor1.cshtml" name="Razor1" showInMenu="true" viewingGroup="1">
<properties>
<text name="prop1" description="Razor1 Prop1" />
</properties>
</control>
<control isRazor="false" type="PackageTest.Control1, PackageTest.dll" name="Control1" displayMode="inline" showInMenu="true" viewingGroup="1">
<properties>
<text name="prop1" description="Control1 Prop1" default="Hello" editor="multiple" />
</properties>
</control>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment