PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/admin/htmlEditor.ascx

#
ASP.NET | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | c172c06f0f5c6892fa50a9631ab09262 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="htmlEditor.ascx.cs" Inherits="Admin.HtmlEditor" %>
  2. <%@ Register Src="tinyMCE.ascx" TagName="tinyMCE" TagPrefix="uc1" %>
  3. <uc1:tinyMCE ID="TinyMCE1" runat="server" />