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
| define([ | |
| // Dojo | |
| "dojo", "dojo/_base/declare", "dojo/on", "dojo/when", "dijit/registry", | |
| // dijit | |
| "dijit/layout/_LayoutWidget", "dijit/_TemplatedMixin", "dijit/_WidgetsInTemplateMixin", "dijit/form/CheckBox", | |
| //epi | |
| "epi/_Module", "epi/dependency", |
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
| define([ | |
| // Dojo | |
| "dojo", "dojo/_base/declare", "dojo/on", "dojo/when", "dijit/registry", | |
| // dijit | |
| "dijit/layout/_LayoutWidget", "dijit/_TemplatedMixin", "dijit/_WidgetsInTemplateMixin", "dijit/form/CheckBox", | |
| //epi | |
| "epi/_Module", "epi/dependency", | |
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.Shell.ObjectEditing; | |
| using EPiServer.Shell.ObjectEditing.EditorDescriptors; | |
| using EPiServer.Shell.Services.Rest; | |
| using Microsoft.AspNetCore.Mvc; | |
| using Microsoft.AspNetCore.Mvc.Rendering; | |
| namespace OptiAlloy; | |
| public static class CascadingDropdownEditor | |
| { |
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.Collections.Generic; | |
| using EPiServer; | |
| using EPiServer.Cms.Shell.UI.Rest; | |
| using EPiServer.Cms.Shell.Workspace.Committers; | |
| using EPiServer.Core; | |
| using EPiServer.Data.Entity; | |
| using EPiServer.DataAccess; | |
| using EPiServer.Framework; | |
| using EPiServer.Framework.Initialization; | |
| using EPiServer.Security; |
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
| define([ | |
| "dojo/_base/declare", | |
| "epi/shell/widget/DateTimeSelector", | |
| "epi/shell/widget/DateTimeSelectorDropDown" | |
| ], function( | |
| declare, | |
| DateTimeSelector, | |
| DateTimeSelectorDropDown | |
| ) { | |
| function dateToString(date) { |
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
| public class ExtendedSelectItem: SelectItem | |
| { | |
| public string Class { get; set; } | |
| public string IconClass { get; set; } | |
| } |
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
| define([ | |
| "dojo", | |
| "dojo/_base/declare", | |
| "dojo/aspect", | |
| "dojo/when", | |
| "epi/_Module", | |
| "epi-cms/contentediting/editors/ContentAreaEditor", | |
| "epi-cms/contentediting/editors/_ContentAreaTreeModel" |
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
| define([ | |
| "dojo/_base/declare", | |
| "dijit/_CssStateMixin", | |
| "dijit/_Widget", | |
| "dijit/_TemplatedMixin", | |
| "dijit/_WidgetsInTemplateMixin", | |
| "epi/shell/widget/_ValueRequiredMixin" | |
| ], |
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.Cms.Shell.UI.Rest; | |
| using EPiServer.Cms.Shell.UI.Rest.Models; | |
| using EPiServer.Framework; | |
| using EPiServer.Framework.Initialization; | |
| using EPiServer.ServiceLocation; | |
| using EPiServer.Shell.Rest; | |
| namespace ContentAreaWithPreview.Business | |
| { |
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
| define([ | |
| "dojo/_base/declare", | |
| "dojo/_base/lang", | |
| "dojo/when", | |
| "dojo/on", | |
| "dojo/dom-construct", | |
| "epi/dependency", | |
| "epi-cms/contentediting/editors/ContentAreaEditor" | |
| ], | |
| function ( |
NewerOlder