Skip to content

Pop stepper visualisation out into a floating dialog #38

@psychemedia

Description

@psychemedia

To provide more real estate for the stepper visualisation, it might be useful to pop the stepper visualation out into a floating JQuery dialog widget.

As a proof of concept, if we find the div id for (the div has class nbtutor-canvas) we can pop it out into its own window if we have jquery and jquery-ui loaded using the following:

%%HTML
<script>$( "#SPECIFIC_ID" ).dialog()</script>

Peeking at the code, the corresponding div appears to be defined here:

this.$nbtutor_canvas = $("<div/>")

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions