ExtJS-custom multifield component-node creation instead of property value in AEM 5.6.1
I am currently working on a project where i will need to implement custom multifield component. I am really specific about the fact that i need to create nodes (which can be any number) when user specifies a value instead of key, value property.
I have currently added a pathField and a textbox.. which will be loaded using HTTP GET and when the user tries to input a value i would HTTP post from my custom extjs.
As shown in the attachment i would prefer the LHS to store entered values in nodes instead of RHS. I have created the component of the following structure
The http calls will be made and will not insert to jcr:content or any other path i've decided to remove the node reference "./multishort" below?
Request you to please help in this regard.
Note:the Above details are in the attachment with the screen shot.