HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/CMS/CMSAPIExamples/Code/Development/InlineControls/Default.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/CMSAPIExamples/Pages/APIExamplesPage.Master"
    Theme="Default" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="CMSAPIExamples_Code_Development_InlineControls_Default" %>

<%@ Register Src="~/CMSAPIExamples/Controls/APIExample.ascx" TagName="APIExample" TagPrefix="cms" %>
<asp:Content ID="contentLeft" ContentPlaceHolderID="plcLeftContainer" runat="server">
    <%-- Inline control --%>
    <cms:LocalizedHeading ID="headCreateInlineControl" runat="server" Text="Inline control" Level="4" EnableViewState="false" />
    <cms:APIExample ID="apiCreateInlineControl" runat="server" ButtonText="Create control" InfoMessage="Control 'My new control' was created." />
    <cms:APIExample ID="apiGetAndUpdateInlineControl" runat="server" ButtonText="Get and update control" APIExampleType="ManageAdditional" InfoMessage="Control 'My new control' was updated." ErrorMessage="Control 'My new control' was not found." />
    <cms:APIExample ID="apiGetAndBulkUpdateInlineControls" runat="server" ButtonText="Get and bulk update controls" APIExampleType="ManageAdditional" InfoMessage="All controls matching the condition were updated." ErrorMessage="Controls matching the condition were not found." />
    <%-- Inline control on site --%>
    <cms:LocalizedHeading ID="headAddInlineControlToSite" runat="server" Text="Inline control on site" Level="4" EnableViewState="false" />
    <cms:APIExample ID="apiAddInlineControlToSite" runat="server" ButtonText="Add control to site" InfoMessage="Control 'My new control' was added to current site." ErrorMessage="Control 'My new control' was not found." />
</asp:Content>
<asp:Content ID="contentRight" ContentPlaceHolderID="plcRightContainer" runat="server">
    <%-- Inline control on site --%>
    <cms:LocalizedHeading ID="headRemoveInlineControlFromSite" runat="server" Text="Inline control on site" Level="4" EnableViewState="false" />
    <cms:APIExample ID="apiRemoveInlineControlFromSite" runat="server" ButtonText="Remove control from site" APIExampleType="CleanUpMain" InfoMessage="Control 'My new control' was removed from current site." ErrorMessage="Control 'My new control' was not found." />
    <%-- Inline control --%>
    <cms:LocalizedHeading ID="headDeleteInlineControl" runat="server" Text="Inline control" Level="4" EnableViewState="false" />
    <cms:APIExample ID="apiDeleteInlineControl" runat="server" ButtonText="Delete control" APIExampleType="CleanUpMain" InfoMessage="Control 'My new control' and all its dependencies were deleted." ErrorMessage="Control 'My new control' was not found." />
</asp:Content>