cancel
Showing results for 
Search instead for 
Did you mean: 

How can I do an Object Binding directly in a XMLView?

WRoeckelein
Active Participant
0 Kudos

In the Javascript of a view controller I can write


this.getView().byId("TopBox").bindElement("Resource");

How can I do this directly in the XMLView? Ie eg at


<HBox id="TopBox" displayInline="true">

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

How to do element binding in xml fragment in UI... | SCN

  1. <HBox id="TopBox" displayInline="true" binding="{path:'Resource'}"> 

Answers (0)