Created
August 12, 2014 10:23
-
-
Save contensis/5418de503700d3fb5e4e to your computer and use it in GitHub Desktop.
Two example controls, a razor view and a server control.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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