Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Todor
Created on: 09 Nov 2015 13:58
Category: RichTextBox
Type: Feature Request
0
RichTextBox: Implement border property for a Span element
Introduce the support for the border property (with type, size, color...) for a span elements.

In OOXML, this looks like:

<w:r>
  <w:rPr>
    <w:rFonts w:eastAsia="Times New Roman"/>
    <w:sz w:val="45"/>
    <w:szCs w:val="45"/>
    <w:bdr w:val="single" w:sz="12" w:space="0" w:color="000000" w:frame="1"/>
  </w:rPr>
  <w:t>Div with border for Telerik</w:t>
</w:r>
<w:r>
0 comments