BC-SAP
Pageviews
fn_tr: function() { var val = this.getView().byId("id1").getValue(); this.getView().byId("id2").setValue(val); MessageToast.show("view1"); }
Home