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:
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
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.