Skip to content
apotonick edited this page Sep 14, 2010 · 3 revisions

Purpose of deep links in Apotomo

  • offering URLs that point to different states of the application (e.g. dashboard/#admin=quick-edit would automatically open the correct tab in a panel)
  • make back- and forward button work as expected

Note: deep linking in Apotomo is not limited to TabPanels only, it’s just for demonstration.

Scenarios

  • TabPanel A [A]
  • TabPanel A containing TabPanel B [A <— B]
  • TabPanel A and TabPanel B on same level [A—B]