How do I define the following inside the window?
When I Kendo that, it becomes this
<div id="mi-singledetails-mobile"> <div id="mi-singletemplate-mobile"> </div> <div id="dt_launchContainer-mobile"> <telerik:RadButton ID="launchButtonMobile" runat="server" Text="Launch Player" Height="65px" CssClass="Green" AutoPostBack="false" UseSubmitBehavior="false" OnClientClicking="onPlayerOpenClicking" ClientIDMode="Static" EnableViewState="false"> <Icon SecondaryIconUrl="~/App_Themes/Medportal/images/launchplayer.png" /> </telerik:RadButton> </div> </div>When I Kendo that, it becomes this
<div class="t-widget t-window" style="padding-top: 35px; width: 700px; height: 550px; display: block; top: 255px; left: 610px; -moz-transition: none 0s ease 0s ; opacity: 1; -moz-transform: scale(1);"><div class="t-window-titlebar t-header" style="margin-top: -35px;"> <span class="t-window-title">Details</span><div class="t-window-actions t-header"><a class="t-window-action t-link" href="#"><span class="t-icon t-close">Close</span></a></div></div><p id="mobile-details-window" class="t-window-content t-content"> </p></div>