#18416: Adding more flavors for Body (and TextField)

Work Item: 18416

--HG--
branch : 1.x
This commit is contained in:
piedone
2012-05-02 10:26:24 -07:00
parent 5750f68b19
commit 32bf7dfe41
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1 @@
@Html.TextBox("Text", (string)Model.Text, new { @class = "text large" })

View File

@@ -0,0 +1 @@
@Html.TextBox("Text", (string)Model.Text, new { @class = "text text-small" })

View File

@@ -0,0 +1 @@
@Html.TextBox("Text", (string)Model.Text, new { @class = "text textMedium" })

View File

@@ -474,6 +474,15 @@
<ItemGroup>
<Content Include="Shapes\Views\ShapeResult\DisplayPartial.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Common\Views\Body-Wide.Editor.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Common\Views\Body-Large.Editor.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Common\Views\Body-Small.Editor.cshtml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.