Can I call CS element from JS function of another CS element
Hi,
I have two cs element, I want to call one from another on JS function which is called on click of button to update the data in table after editing. I want to use the second cs element as funtion call for deleting/updating row in table (edit/delete option given to person viewing data in table in UI) I tried but not found a way... any help will be highly appriciated.
function deleteRow() {
alert("Hi");
alert(path);
<%
%><render:callelement elementname="CMS/PriceCard/UI/login" scoped="global"><%
%><render:argument name="input_value" value='Manasvi' /><%
%><render:argument name="output_value" value='result' /><%