or
<
div
id
=
"youtube"
data-role
=
"youtube"
data-templatename
=
"template"
></
div
>
<
div
id
=
"youtube"
data-role
=
"YouTube"
data-templateName
=
"template"
></
div
>
return
new
ViewAsPdf(
"Reports/_ReportBaseIndex"
, FilterData)
{
PageOrientation = ExportOrientation,
CustomSwitches =
"--disable-smart-shrinking --print-media-type --zoom 0.75 --javascript-delay 1000"
};
vm = kendo.observable({
SysInfo = {
status: "starting",
xhr2: "false",
browser: "",
databases: "",
center: "",
date: "",
zoom: 0
}
@using (Ajax.BeginForm("Login", "Account", new AjaxOptions { InsertionMode = InsertionMode.Replace, UpdateTargetId = "loginSection", }))
{
@Html.Partial("_LoginInfoPartial", Model)
<
input
}
type
=
"submit"
value
=
"Log in"
/>
<
button
type
=
"button"
id
=
"close_button"
onclick
=
"cancelLogin()"
>Cancel</
button
>
<
script
>
function cancelLogin()
{
var window = $("#loginWindow").data("kendoWindow");
window.close();
}
</
script
>
}