12 lines
334 B
Text
12 lines
334 B
Text
@using Kreta.Web.Helpers
|
|
@using Kreta.Web.Models.EditorTemplates;
|
|
@model TabStripModel
|
|
|
|
@using (Html.KretaForm("TantargyForm"))
|
|
{
|
|
@Html.KretaValidationSummary()
|
|
|
|
<div id="NewTantargyTabStrip">@Html.Partial(@"EditorTemplates\TabStrip", Model.TabList)</div>
|
|
@Html.KretaTabStrip("NewTantargyTabStrip").RenderOnModal();
|
|
|
|
}
|