Oracle WebCenter Sites (MOSC)

MOSC Banner

Can I call CS element from JS function of another CS element

edited Mar 22, 2015 12:21PM in Oracle WebCenter Sites (MOSC) 6 commentsAnswered ✓

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' /><%

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center