Skip to content

Conversation

@jeff-phillips-18
Copy link
Member

@jeff-phillips-18 jeff-phillips-18 commented May 2, 2017

  • allow hiding header
  • allow hiding the sidebar navigation panel
  • allow hiding the back button (useful in 2 page wizards)
  • add disabled class to step indicators when disabled
  • allow adding a class to the sidebar and step panels rather than setting a height
  • allow use of the wizard from typescript bases applications:
    The use of require ^ fails when being included in typescript so that has been removed and replaced by using scope to find the required Wizard/WizardStep controllers.

@jwforres @spadgett @rhamilto

* @param {boolean=} hideSidebar Hides page navigation sidebar on the wizard pages
* @param {boolean=} hideHeader Optional value to hide the title bar. Default is false.
* @param {string=} stepClass Optional CSS class to be given to the steps page container. Used for the sidebar panel as well unless a sidebarClass is provided.
* @param {string=} aidebarClass Optional CSS class to be give to the aidebar panel. Only used if the stepClass is also provided.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noticed typo in two places aidebar -> sidebar

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Fixed.

Copy link
Member

@cdcabrera cdcabrera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appears the "wizard-review-page-directive" directive still makes use of the "require", is that going to interfere with anything?

allow hiding header
allow hiding the sidebar navigation panel
allow hiding the back button (useful in 2 page wizards)
add disabled class to step indicators when disabled
allow adding a class to the sidebar and step panels rather than setting
a height
allow use of the wizard from typescript bases applications
@jeff-phillips-18
Copy link
Member Author

Thanks @cdcabrera, I have updated the review page as well.

@dtaylor113 dtaylor113 merged commit 873fd72 into patternfly:master May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants