Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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();

  • Remove app in Shell

    function iniPage() {

      thisFormsController.getView().oParent.oParent.oParent.oContainer.oParent.setAppWidthLimited(false);

    };