Skip to content

Added powerapps/breadcrumbs snippet #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
831 changes: 831 additions & 0 deletions power-apps/breadcrumbs/README.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added power-apps/breadcrumbs/assets/13-result.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added power-apps/breadcrumbs/assets/15-example-svg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions power-apps/breadcrumbs/source/breadcrumbs.pa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
- conBreadcrums:
Control: [email protected]
Variant: AutoLayout
Properties:
DropShadow: =DropShadow.None
Fill: =RGBA(255, 255, 255, 1)
Height: =48
LayoutDirection: =LayoutDirection.Horizontal
PaddingLeft: =16
PaddingRight: =16
RadiusBottomLeft: =0
RadiusBottomRight: =0
RadiusTopLeft: =0
RadiusTopRight: =0
Width: =Parent.Width
Children:
- btnCrumbFirst:
Control: [email protected]
Properties:
AccessibleLabel: =LookUp(colBreadcrumbs,DisplayOrder = 1).AccessibleLabel
Align: =Align.Left
AlignInContainer: =AlignInContainer.Center
Appearance: ='ButtonCanvas.Appearance'.Transparent
Font: =Font.'Segoe UI'
FontSize: =14
FontWeight: =FontWeight.Bold
Icon: ="ChevronRight"
Layout: ='ButtonCanvas.Layout'.TextOnly
OnSelect: =Navigate(LookUp(colBreadcrumbs,DisplayOrder = 1).Screen)
PaddingBottom: =0
PaddingLeft: =0
PaddingRight: =0
PaddingTop: =0
Text: =LookUp(colBreadcrumbs,DisplayOrder = 1).Name
Visible: =LookUp(colBreadcrumbs,DisplayOrder = 1).isVisible
Width: |
=Len(LookUp(colBreadcrumbs,DisplayOrder = 1).Name) * 7.5
X: =136
Y: =40
- lblSeperatorFirst:
Control: [email protected]
Properties:
Align: ='TextCanvas.Align'.Center
AlignInContainer: =AlignInContainer.Center
Text: ="/"
VerticalAlign: =VerticalAlign.Middle
Visible: =LookUp(colBreadcrumbs,DisplayOrder = 1).isVisible
Weight: ='TextCanvas.Weight'.Bold
Width: =32
- btnCrumbSecond:
Control: [email protected]
Properties:
AccessibleLabel: =LookUp(colBreadcrumbs,DisplayOrder = 2).AccessibleLabel
Align: =Align.Center
AlignInContainer: =AlignInContainer.Center
Appearance: ='ButtonCanvas.Appearance'.Transparent
Font: =Font.'Segoe UI'
FontSize: =14
FontWeight: =FontWeight.Bold
Icon: ="ChevronRight"
Layout: ='ButtonCanvas.Layout'.TextOnly
OnSelect: =Navigate(LookUp(colBreadcrumbs,DisplayOrder = 2).Screen)
PaddingBottom: =0
PaddingLeft: =0
PaddingRight: =0
PaddingTop: =0
Text: =LookUp(colBreadcrumbs,DisplayOrder = 2).Name
Visible: =LookUp(colBreadcrumbs,DisplayOrder = 2).isVisible
Width: =Len(LookUp(colBreadcrumbs,DisplayOrder = 2).Name) * 7.5
X: =136
Y: =40
- lblSeperatorSecond:
Control: [email protected]
Properties:
Align: ='TextCanvas.Align'.Center
AlignInContainer: =AlignInContainer.Center
Text: ="/"
VerticalAlign: =VerticalAlign.Middle
Visible: =LookUp(colBreadcrumbs,DisplayOrder = 2).isVisible
Weight: ='TextCanvas.Weight'.Bold
Width: =32
- lblCrumbLast:
Control: [email protected]
Properties:
Align: ='TextCanvas.Align'.Center
AlignInContainer: =AlignInContainer.Center
Font: =Font.'Segoe UI'
Text: =LookUp(colBreadcrumbs,DisplayOrder = 3).Name
VerticalAlign: =VerticalAlign.Middle
Width: =Len(LookUp(colBreadcrumbs,DisplayOrder = 3).Name) * 7.5