| Wijmo Control Toolkit Extender Controls > C1EditorExtender > Using BBCode with C1EditorExtender |
The C1EditorExtender control supports BBCode, or Bulletin Board Code, which is a markup language used to format posts in message boards. Simply set the Mode property to take advantage of this feature.
<wijmo:C1EditorExtender ID="EditorExtender1" runat="server" TargetControlID="TextBox1" Mode="Bbcode" />
<asp:TextBox ID="TextBox1" runat="server" Height="264px" TextMode="MultiLine" Width="415px">This is some [B]sample text[/B]. You can visit [URL=http://componentone.com/]C-ONE[/URL].</asp:TextBox>
<wijmo:C1EditorExtender ID="EditorExtender1" runat="server" TargetControlID="TextBox1" Mode="Bbcode" />
