This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using EPiServer.Core; | |
| using EPiServer.DataAbstraction; | |
| using EPiServer.ServiceLocation; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| namespace Demo.Business.Powerslice | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Linq; | |
| using EPiServer.Forms.Core.Validation; | |
| using EPiServer.Forms.Implementation.Elements; | |
| using EPiServer.Framework; | |
| using EPiServer.Framework.Initialization; | |
| using EPiServer.ServiceLocation; | |
| namespace AlloyExperiments.Forms | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" ?> | |
| <languages> | |
| <language name="English" id="en"> | |
| <episerver> | |
| <forms> | |
| <visitordatasources> | |
| <Alloy.Business.Forms.TrackedVisitorDataSource> | |
| <displayname>Tracked Visitor Data Source</displayname> | |
| </Alloy.Business.Forms.TrackedVisitorDataSource> | |
| </visitordatasources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sing EPiServer.Cms.Shell.Extensions; | |
| using EPiServer.Shell.ObjectEditing; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| using System.Web.Mvc; | |
| namespace CodeMania.Site.Fun | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using CodeMania.Site.Business; | |
| using EPiServer; | |
| using EPiServer.Core; | |
| using EPiServer.Framework.Cache; | |
| using EPiServer.Framework.Web.Resources; | |
| using EPiServer.Logging; | |
| using EPiServer.Security; | |
| using EPiServer.ServiceLocation; | |
| using EPiServer.Web.Routing; | |
| using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html><head> | |
| <!-- Our dependencies --> | |
| <link rel="stylesheet" href="https://contentful.github.io/ui-extensions-sdk/cf-extension.css"> | |
| <script src="https://unpkg.com/contentful-ui-extensions-sdk@3"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jscolor/2.0.4/jscolor.min.js"></script> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel.DataAnnotations; | |
| using EPiServer.Core; | |
| using EPiServer.DataAbstraction; | |
| using EPiServer.DataAnnotations; | |
| using EPiServer.Web; | |
| namespace ContentfulDemo.Models.Blocks | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Linq; | |
| using System.Web.Mvc; | |
| using EPiServer.Core; | |
| using EPiServer.Framework.DataAnnotations; | |
| using EPiServer.Framework.Web; | |
| using SmallExperiments.Business; | |
| using SmallExperiments.Models.Pages; | |
| using SmallExperiments.Models.ViewModels; | |
| using EPiServer.Web; | |
| using EPiServer.Web.Mvc; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using EPiServer; | |
| using EPiServer.Core; | |
| using EPiServer.PlugIn; | |
| using EPiServer.Scheduler; | |
| using EPiServer.ServiceLocation; | |
| using System.Linq; | |
| using System.Collections.Generic; | |
| using EPiServer.Web; | |
| using EPiServer.DataAbstraction; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using EPiServer; | |
| using EPiServer.Cms.Shell.UI.Rest; | |
| using EPiServer.Core; | |
| using EPiServer.DataAbstraction; | |
| using EPiServer.Personalization; | |
| using EPiServer.ServiceLocation; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; |