8 lines
No EOL
245 B
Text
8 lines
No EOL
245 B
Text
@using Kreta.Web.Models.EditorTemplates
|
|
|
|
@model TabStripModel
|
|
|
|
<div id="MulasztasInfoTabStrip">@Html.Partial(@"EditorTemplates\TabStrip", Model.TabList)</div>
|
|
|
|
@Html.KretaTabStrip("MulasztasInfoTabStrip").Animation(false).RenderOnModal()
|
|
|