Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created July 4, 2010 15:53
Show Gist options
  • Save Eugeny/463540 to your computer and use it in GitHub Desktop.
Save Eugeny/463540 to your computer and use it in GitHub Desktop.
UI.HContainer(
UI.BreadCrumbLeft(),
UI.BreadCrumb(text='1', id='/1'),
UI.BreadCrumb(text='23', id='/1/23),
UI.BreadCrumb(text='456', id='/1/23/456'),
UI.BreadCrumbRight()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment