...
In this next example column one is defined as text (not editable) and columns two and three as input.
Other controls notes
Navigation List
- On item select, the key can be selected by using the following codes:
var a= evt.getParameters().item.getBindingContext().getObject();
- On item select, the key can be selected by using the following codes:
Remove app in Shell
function iniPage() {
thisFormsController.getView().oParent.oParent.oParent.oContainer.oParent.setAppWidthLimited(false);
};