View Cleaner.aspx
<%@ Page Language="c#" CodeBehind="Cleaner.aspx.cs" AutoEventWireup="False" Inherits="LatestEpi.modules.TypeContentCleaner.Cleaner" Title="" %> | |
<%@ Import Namespace="EPiServer.Web.Mvc.Html" %> | |
<asp:content contentplaceholderid="MainRegion" runat="server"> | |
<asp:HiddenField runat="server" id="SelectedScheduledJobGUID" ClientIDMode="static" /> | |
<asp:HiddenField runat="server" id="SelectedMedia" ClientIDMode="static" /> | |
<script type="text/javascript"> |
View LinkItemAllowedTypesAttribute.cs
using EPiServer; | |
using EPiServer.Core; | |
using EPiServer.SpecializedProperties; | |
using EPiServer.Web.Routing; | |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel.DataAnnotations; | |
using System.Linq; | |
using System.Web; | |
using System.Web.ModelBinding; |
View SelectManyContentReferenceValidator.cs
using EPiServer.Core; | |
using EPiServer.DataAbstraction; | |
using EPiServer.ServiceLocation; | |
using EPiServer.Validation; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Reflection; | |
using System.Web; |
View Basket.aspx
<%@ Page Language="c#" CodeBehind="Basket.aspx.cs" AutoEventWireup="False" Inherits="NergardPlayGround.modules.WasteBasket.Basket" Title="" %> | |
<%@ Import Namespace="EPiServer.Web.Mvc.Html" %> | |
<asp:content contentplaceholderid="HeaderContentRegion" runat="server"> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | |
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script> | |
<script type="text/javascript"> | |
$(document).ready(function () { |
View LogViewer.aspx
<%@ Page Language="c#" CodeBehind="LogViewer.aspx.cs" AutoEventWireup="False" Inherits="LatestEpi.modules.ScheduledJobLogViewer.LogViewer" Title="Title" %> | |
<%@ Import Namespace="EPiServer.DataAbstraction" %> | |
<asp:content contentplaceholderid="MainRegion" runat="server"> | |
<script type="text/javascript"> | |
function SetSelected() { | |
$('#SelectedScheduledJobGUID').val($('#JobSelector').val()); | |
//console.log($('#JobSelector option:selected').text()); |
View Cleaner.aspx
<%@ Page Language="c#" CodeBehind="Cleaner.aspx.cs" AutoEventWireup="False" Inherits="LatestEpi.modules.CleanAssetsPlugin.Cleaner" Title="" %> | |
<%@ Import Namespace="EPiServer.Web.Mvc.Html" %> | |
<asp:content contentplaceholderid="MainRegion" runat="server"> | |
<asp:HiddenField runat="server" id="SelectedMedia" ClientIDMode="static" /> | |
<script type="text/javascript"> |
View EditorScoreBoard.aspx
<%@ Page Language="C#" AutoEventWireup="false" CodeBehind="EditorScoreBoard.aspx.cs" Inherits="AlloyDemoKit.EditorScoreBoard" %> | |
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head runat="server"> | |
<title></title> | |
<style> | |
.datagrid table { | |
border-collapse: collapse; |
View XhtmlSetting.cs
using EPiServer.Core; | |
using EPiServer.Core.PropertySettings; | |
using EPiServer.Editor.TinyMCE; | |
using EPiServer.Security; | |
using EPiServer.ServiceLocation; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Web; |
View ContentTypeReorderInitialization.cs
using System; | |
using System.Linq; | |
using System.Web; | |
using EPiServer.Framework; | |
using EPiServer.Framework.Initialization; | |
using EPiServer.DataAbstraction; | |
using System.Collections.Generic; | |
using EPiServer.ServiceLocation; | |
namespace AlloyDemoKit.Business.Initialization |
View Resetter.aspx
<%@ Page Language="C#" AutoEventWireup="false" CodeBehind="Resetter.aspx.cs" Inherits="AlloyDemoKit.modules.Nergard.TypeReset.Resetter" %> | |
<asp:content contentplaceholderid="MainRegion" runat="server"> | |
<asp:HiddenField runat="server" id="ValuesToProcess" ClientIDMode="static" /> | |
<script type="text/javascript"> | |
function SelectedModels () | |
{ |
NewerOlder