Hi All,
Is there a way to just copy the component and not its dialog element value ?
we have a textfield which we are populating with random number and it should be unique for each authored component. But when I copy paste component, the textfield value is also getting copied. I am trying to find a way if there can be a way to read this event and values are not copied.
Thanks in advannce !!!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
There is no way to avoid that until you write an explicit event listener on property added. But it will execute for all the time.
If this field is not mandatory then remove this property and if dialog open again, it will be pre-filled with random number and then you can save dialog again.
@yashaswidotiya Are you trying to copy the content node ? If I understand your question properly , I think you are copying the content node via back-end code and creating copies of the same . When you do copy of node, please be informed that values also will get copied. You can then replace the values in those nodes as required.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
There is no way to avoid that until you write an explicit event listener on property added. But it will execute for all the time.
If this field is not mandatory then remove this property and if dialog open again, it will be pre-filled with random number and then you can save dialog again.
Views
Replies
Total Likes
When you copy the component(s) then all of its properties would be carried over. There is no OOTB feature to exclude some.
Views
Replies
Total Likes