init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,32 @@
|
|||
@using Kreta.Web.Helpers;
|
||||
@using Kreta.Resources;
|
||||
|
||||
@{ Layout = Constants.General.Layout; }
|
||||
|
||||
<div class="kendo-gridFunctionKommand">
|
||||
@Html.KretaButton("exportButton", AdatszolgaltatasokResource.ItmAdatszolgaltatasEllenorzoTablazatLetoltese, clickEventName: "ItmAdatszolgaltatasHelper.EllenorzoTablazatLetoltese").HtmlAttributes(new { @class = "exportButton" })
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var ItmAdatszolgaltatasHelper = (function () {
|
||||
var itmAdatszolgaltatasHelper = function () { };
|
||||
|
||||
var url = {
|
||||
EllenorzoTablazatLetoltese: "@Url.Action("GetEllenorzoTablazatLetoltese", Constants.Controllers.ItmAdatszolgaltatas, new {area = Constants.Areas.Adatszolgaltatasok })",
|
||||
}
|
||||
|
||||
itmAdatszolgaltatasHelper.EllenorzoTablazatLetoltese = function () {
|
||||
AjaxHelper.DownloadFile(url.EllenorzoTablazatLetoltese);
|
||||
}
|
||||
|
||||
return itmAdatszolgaltatasHelper;
|
||||
})();
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.exportButton,
|
||||
.exportButton:hover {
|
||||
background-color: #54A5D1;
|
||||
margin-top: 16px;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue