[CLOSED] How to attach a Panel(with a TextArea) to Grid Column.

  1. #1

    [CLOSED] How to attach a Panel(with a TextArea) to Grid Column.

    Hi,

    In attached Grid.jpg, a Viewport contains a GridPanel and a Panel having a TextArea (title 'Script' in attached Grid.jpg). We would like to attach a Panel with TextArea to GridPanel column. Can this TextArea be part of GridPanel? Can the TextArea be a column of grid panel? TextArea can be Read and Write. The example provided in following link, the text area is read only. But we would like to have TextArea both read and write.

    https://examples2.ext.net/#/GridPane...ell_Selection/

    Any help on this?
    Attached Thumbnails Click image for larger version. 

Name:	Grid.jpg 
Views:	31 
Size:	63.3 KB 
ID:	8511  
    Last edited by Daniil; Mar 25, 2014 at 4:59 PM. Reason: [CLOSED]
  2. #2
  3. #3
    Seems not feasible with component column as we need the TextArea below the Grid as specified in Grid.jpg.
  4. #4
    Below?

    You said
    Can the TextArea be a column of grid panel?
    So, I don't quite understand where a TextArea should be.

    This example:
    https://examples2.ext.net/#/GridPane...ell_Selection/

    There is a Label. You can use a TextArea instead.
  5. #5
    Quote Originally Posted by Daniil View Post
    Below?

    You said


    So, I don't quite understand where a TextArea should be.

    This example:
    https://examples2.ext.net/#/GridPane...ell_Selection/

    There is a Label. You can use a TextArea instead.
    I can have TextArea but can this TextArea be attached to a hidden column (Text field) of Grid so that what ever change I do in this text area will be assigned to text field?
  6. #6
    To a text field? What text field?

    Do you a mean a Store's ModelField?

    Well, as far as I can understand your requirement here, you won't get it automatically. You will need to implement it manually. You can listen to a TextArea Change event and operate with a Store respectively.
  7. #7
    Quote Originally Posted by Daniil View Post
    To a text field? What text field?

    Do you a mean a Store's ModelField?

    Well, as far as I can understand your requirement here, you won't get it automatically. You will need to implement it manually. You can listen to a TextArea Change event and operate with a Store respectively.
    Ok. I was thinking to implement it as you suggested.

Similar Threads

  1. [CLOSED] Grid Panel Column Sorting?
    By aditya in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Feb 19, 2014, 1:15 PM
  2. Replies: 1
    Last Post: Dec 15, 2012, 6:41 AM
  3. Replies: 5
    Last Post: Dec 26, 2011, 5:39 AM
  4. Replies: 1
    Last Post: Jul 27, 2011, 10:19 AM
  5. Replies: 16
    Last Post: Feb 23, 2011, 10:03 AM

Tags for this Thread

Posting Permissions