Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Robert 19 posts 39 karma points
    Mar 16, 2012 @ 22:43
    Robert
    0

    Custom Section Tag Field

    Hi,

    I have created a custom section within Umbraco following the tutorials, I have this all working correctly, including creating, editing and deleting nodes.

    Problem is I cant find any information on creating a tag field. My fields at the minute looks like:

                <umb:PropertyPanel ID="PPanel1" runat="server" Text="Wrong word">
                    <asp:TextBox ID="txtWrongWord" runat="server" MaxLength="150" 
                    CssClass="guiInputText guiInputStandardSize"></asp:TextBox>
                </umb:PropertyPanel>
    
                <umb:PropertyPanel ID="PPanel2" runat="server" Text="Correct word">
                    <asp:TextBox ID="txtCorrectWord" runat="server" MaxLength="150" 
                    CssClass="guiInputText guiInputStandardSize"></asp:TextBox>
                </umb:PropertyPanel>
    
                <umb:PropertyPanel ID="PPanel3" runat="server" Text="Cause">
                    <asp:TextBox ID="txtCause" runat="server" TextMode="MultiLine" 
                    CssClass="guiInputText guiInputStandardSize"></asp:TextBox>
                </umb:PropertyPanel>

     

    I need this just to work like to would under the content section.

     

    Thanks

    Robert

Please Sign in or register to post replies

Write your reply to:

Draft