File: D:/HostingSpaces/RMourik/bassol.nl/CMS/CMSModules/Widgets/UI/Widget_Edit_Documentation.aspx
<%@ Page Language="C#" AutoEventWireup="true"
MasterPageFile="~/CMSMasterPages/UI/SimplePage.master" Inherits="CMSModules_Widgets_UI_Widget_Edit_Documentation"
Theme="Default" EnableEventValidation="false" CodeFile="Widget_Edit_Documentation.aspx.cs" %>
<asp:Content ContentPlaceHolderID="plcContent" ID="content" runat="server">
<table style="width: 100%">
<tbody>
<tr>
<td>
<cms:CMSHtmlEditor ID="htmlText" runat="server" Height="500px" Width="100%" />
</td>
</tr>
<tr>
<td>
<cms:FormSubmitButton ID="btnOk" runat="server" OnClick="btnOk_Click" />
</td>
</tr>
</tbody>
</table>
</asp:Content>