Re: Finding the name of the template that was loaded into the editor

  •  08-18-2004, 4:13 PM

    Re: Finding the name of the template that was loaded into the editor

     
    You can find the Resources.xml in the ~/cuteeditors/templates/ folder.
     
    The Resources.xml contains all the template definition.
     
    When you add the new template, please make sure you copy the template file to the same folder.
     
     

    <?xmlversion="1.0"encoding="UTF-8"?>

    <templates>

        <template>

            <title>One_column Body with Contents on left</title>

            <description>Create a page with one-column body with contents listed on the left.</description>

            <html>template1.htm</html>

        </template>

        <template>

            <title>One_column Body with Contents on right</title>

            <description>Create a page with one-column body with contents listed on the right. </description>

            <html>template2.htm</html>

        </template>

        <template>

            <title>One_column Body with Contents on left with non-editable regions</title>

            <description>Create a page with one-column body with contents listed on the left. Heading is not         editable.</description>

            <html>template3.htm</html>

         </template>

        <template>

            <title>One_column Body with Contents on right with non-editable regions</title>

            <description>Create a page with one-column body with contents listed on the right. Heading is not editable.</description>

            <html>template4.htm</html>

        </template>

    </templates>

     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread