Solved
Dynamically populate the value of "textfield" z in "custom" tab in page properties when value is authored for custom property say x[textfield] in Basic tab.
Hi All,
Any thoughts/ code snippet/reference on this will be really helpful.
Hi All,
Any thoughts/ code snippet/reference on this will be really helpful.
Hi Scott/Kautuk,
Thank you for your reply.
Tried the below and its working ok.
function(comp) { var dlg = comp.findParentByType('dialog'); var sel = dlg.getField('./title').getValue(); var field = dlg.getField('./title1');field.setValue(sel);}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.