[CLOSED] Tags as floating words and rearranging int textarea?

  1. #1

    [CLOSED] Tags as floating words and rearranging int textarea?

    If I wanted to, could I use tags to float them around in a textarea to allow users to create sentences from words?
    Ideally, I'd want to preserve the order of the tags..

    Is this doable? If so, where should I start looking?
    Last edited by Daniil; Mar 11, 2014 at 6:36 AM. Reason: [CLOSED]
  2. #2
    Hi @rthiney,

    A user should be able to drag&drop the tags by mouse, right?

    Is is supposed to be multiple lines there? Probably, yes, if you are talking about a TextArea...

    Well, I don't think there is a good possibility to achieve it with a TextArea.

    Also a TagLabel/TagField doesn't support reordering by drag&drop.

    I would think about the HBox layout which supports reordering:
    https://examples2.ext.net/#/Layout/H...ut/Reordering/

    You could put a tag-looking component (implemented by your own) to there instead of Panels. But it will be the single line... It might be difficult to get multiple lines.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @rthiney,

    A user should be able to drag&drop the tags by mouse, right?

    Is is supposed to be multiple lines there? Probably, yes, if you are talking about a TextArea...

    Well, I don't think there is a good possibility to achieve it with a TextArea.

    Also a TagLabel/TagField doesn't support reordering by drag&drop.

    I would think about the HBox layout which supports reordering:
    https://examples2.ext.net/#/Layout/H...ut/Reordering/

    You could put a tag-looking component (implemented by your own) to there instead of Panels. But it will be the single line... It might be difficult to get multiple lines.
    What about just in text field?
  4. #4
    I don't see a good possibility to achieve it with a TextField as well.

Similar Threads

  1. [CLOSED] rearranging/reordering the rows in the gridpanel
    By Fahd in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 01, 2013, 6:05 PM
  2. Replies: 0
    Last Post: Sep 30, 2011, 7:43 AM
  3. Replies: 0
    Last Post: Jul 19, 2011, 3:15 PM
  4. [CLOSED] some words are broken after SVN Upate
    By skyone in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jul 24, 2010, 1:08 PM
  5. [CLOSED] TextArea Maximum Words
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 09, 2009, 1:01 AM

Posting Permissions