Skip to content

Instantly share code, notes, and snippets.

@jyoung
Created March 13, 2018 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jyoung/f081ac7c2eb4c3498eb78b657f4398e1 to your computer and use it in GitHub Desktop.
Save jyoung/f081ac7c2eb4c3498eb78b657f4398e1 to your computer and use it in GitHub Desktop.
LANSA Tour Of Heroes Pt 2 View Panel Definitions
* =====================================================================================
* VIEW PANELS
* =====================================================================================
define_com class(#DashboardViewPanel2) name(#DashboardPanel) parent(#ViewContainerPanel) visible(False) displayposition(2) tabposition(2)
define_com class(#HeroesViewPanel2) name(#HeroesPanel) parent(#ViewContainerPanel) visible(False)
define_com class(#HeroDetailViewPanel2) name(#HeroDetailPanel) displayposition(3) parent(#ViewContainerPanel) visible(False) tabposition(3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment