Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RichTextEditor / RichTextItem

    Other than the 4 default control group options (below), what other control group are available for the RichTextEditor?

    "fontControls", "formatControls", "styleControls" and "colorControls"

    Can I manipulate what's in a control group?

    #2
    The only other one is editControls (cut/copy/paste).

    To add your own controls, just combine components such as ToolStrips containing ImgButtons with the RichTextEditor in a VLayout.

    Comment


      #3
      It is also possible to add more buttons to RichTextEditor / RichTextItem by setting JS attributes and creating click handler. See first post for details:

      http://boreddeveloper.blogspot.com/2011/05/adding-more-controls-to-richtextitem.html

      Comment

      Working...
      X