Search:

Type: Posts; User: jim17

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,070

    Re: add a radio button in RichTextArea

    Thank you for your reply.
    I choose the RichTextArea to use it's functions as toggleBold(), toggleItalics(), insertUnorderedList() etc.
    I tried to add the rta and the radioButtons in a...
  2. Replies
    2
    Views
    1,070

    add a radio button in RichTextArea

    There is a RichTextArea


    private final RichTextArea rta = new RichTextArea();

    and I'd like when I press an asterisk to add a radio button in this RichTextArea.

    I wrote
Results 1 to 2 of 2