Build new list / table editor in dialog
Hi There ,
I 'm struck with a unique requirement where , in a dialog using a path field , when the author selects a particular node and presses tab , i have to display the full list of properties of the node under the path field as a list or table editor so that the author can have them editable .
So lets say in my jcr I have 'nodeA ' with following properties
'name' = ''nodeA' ,'value'='A',code='A'
Author in a dialog of a component which has path field select nodeA and clicks on tab , the properties of node should be displayed under the path field in a table or list manner and have them editable so that he can change the name from 'nodeA' to 'nodeAA' .
Any one has done any similar requirement before . I may need to create a custom xtype or have some script triggered on selection changed listener . Does any one have any better thoughts on achieving this functionality ? Any pointers on developing this custom xtype or script ?
Thanks in advance