Versions Compared

Key

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

...

  1. Click on Presentation and then Pages.
  2. Click New Page
  3. From Categories, select General and from Templates select Blank; name the page Navigation Update; click Save.
  4. On save you will be redirected to the detail page of the Navigation Update page
    1. Click on the Paramters tab and click Add
    2. Set name to Id, Type to Integer, and Required to Yes
  5. Click on the General tab and launch the Page Builder by clicking on Page Builder
  6. Load the Navigation Library to this page as instructed here: 1. Navigation Library Pages
  7. In Data Sources click the Add button and add a Unified Store
  8. Call it storeUpdate
    1. Click on Settings
    2. Set the Data Source to Client
    3. Check the Detail and Modify checkboxes
    4. In the Detail tab click Properties
      1. To Before Load add: showMyLoadingMask showMyLoadingMask('Loading...');
      2. To Load add: hideMyLoadingMask hideMyLoadingMask();
      3. Check Auto Load
      4. Click Save
      5. Find the Id attribute and set its Value to Id
    5. In the Modify tab click Properties
    6. Into Success Addadd

      EcxPageNav.Util.executeParentCallback();
      EcxPageNav.Util.closeMe();

    7. Click Save
    8. Find the Id attribute and set its Value to Id
  9. Click Save in the Configuration window
  10. Arrange the controls on this page in the same manner as on Navigation New: 2. Navigation New
  11. Make sure pnMain is selected and click on TopBar
    1. Add a button called Click Save with Icon Disk
    2. Set the listener to Click Save and Fn to PageManagerto PageManager.ruleAction_execute_storeUpdate_Modify
  12. Click on Save Page at the top left of the screen, and click Ok to the Page Was Saved notification 

...