예제 #1
0
 private void Font_Click()
 {
     MarkupL.AddTag("[[font:courier|", "]]", textContentEmail);
 }
예제 #2
0
 private void H3_Click()
 {
     MarkupL.AddTag("<h3>", "</h3>", textContentEmail);
 }
예제 #3
0
 private void Color_Click()
 {
     MarkupL.AddTag("[[color:red|", "]]", textContentEmail);
 }
예제 #4
0
 private void Italic_Click()
 {
     MarkupL.AddTag("<i>", "</i>", textContentEmail);
 }
예제 #5
0
 private void Bold_Click()
 {
     MarkupL.AddTag("<b>", "</b>", textContentEmail);
 }
예제 #6
0
 private void H2_Click()
 {
     MarkupL.AddTag("<h2>", "</h2>", textContent);
 }
예제 #7
0
 private void H1_Click()
 {
     MarkupL.AddTag("<h1>", "</h1>", textContent);
 }