Esempio n. 1
0
 public DisabledSmartContentElementBehavior(IHtmlEditorComponentContext editorContext, IContentSourceSidebarContext contentSourceContext)
     : base(editorContext)
 {
     _focusControl         = new FocusControl(this);
     _focusControl.Visible = false;
     _contentSourceContext = contentSourceContext;
     Controls.Add(_focusControl);
     _dragDropController = new SmartContentDragAndDropSource(editorContext);
 }
 public DisabledImageElementBehavior(IHtmlEditorComponentContext editorContext)
     : base(editorContext)
 {
     _dragDropController = new DisabledImageDragAndDropSource(editorContext);
 }