{{:: 'CODE_TO_DISPLAY' | translate}}
HTML:<pip-appbar></pip-appbar>
{{:: 'CODE' | translate}}
pipAppBar.showMenuNavIcon() pipAppBar.showBackNavIcon() pipAppBar.hideNavIcon()
{{:: 'CODE' | translate}}
pipAppBar.showTitleLogo('piplife_logo.svg') pipAppBar.showTitleText($scope.title) pipAppBar.showTitleBreadcrumb([ { title: 'Header' }, { title: 'SubHeader' }, { title: $scope.title } ])
{{:: 'CODE' | translate}}
pipAppBar.showSearch() pipAppBar.hideSearch() pipAppBar.updateSearchCriteria($scope.searchCriteria)
{{:: 'CODE' | translate}}
pipAppBar.pipAppBar.showLocalActions [ { name: 'sample.send', tooltip: 'Send Message', icon: 'icons:send', menu: true, subActions: [{ name: 'sample.sendSomeone', title: 'Send someone' }, { name: 'sample.sendToAll', title: 'Send to All' }] }, { name: 'sample.discard', tooltip: 'Discard Message', icon: 'icons:trash', hideSmall: true }, { name: 'sample.discard2', tooltip: 'Discard2 Message', icon: 'icons:bug', showSmall: true } ], [ { name: 'sample.send', title: 'Send Message1' , close: true }, { name: 'sample.discard', title: 'Discard Message' }, { divider: true }, { name: 'configure', title: 'Configure...', href: 'http://www.google.com' } ] ); pipAppBar.hideLocalActions() pipAppBar.showLanguage(['en', 'ru'])
{{:: 'CODE' | translate}}
pipAppBar.showShadow() pipAppBar.showShadowSm() pipAppBar.hideShadow()