HI Dennis,
Lets say that I've simpleForm with the following control
var oTitle = new sap.ui.core.Title({
text: "{i18n>title_test}",
layoutData: new sap.ui.layout.GridData({
span: "L12 M12 S12"
})
});
Now I want to put this control as part as other controls in new composite control,
and I want internally (in the extend) put this text and layoutData, how should I do that ?
Thanks in advance!
Joerg