Skip to content
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

Create system to help create interactive web tutorials #346

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

FergusonAJ
Copy link
Contributor

No description provided.

@FergusonAJ FergusonAJ changed the title Create system that allows easy interactive tutorials Create system to help create interactive web tutorials Jul 30, 2020
@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

Merging #346 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #346   +/-   ##
=======================================
  Coverage   84.99%   84.99%           
=======================================
  Files         196      196           
  Lines       26846    26846           
=======================================
  Hits        22818    22818           
  Misses       4028     4028           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07537ce...2d4cdd6. Read the comment docs.

FergusonAJ and others added 8 commits July 30, 2020 15:32
Div.ReplaceChild functions the same as RemoveChild(old) followed by
AddChild(new), only it places the new child in the old child's position
in the element ordering
Document had AddX methods for most web classes (Dic, Button, Canvas,
etc) but not Input. This follows the lead of those methods.
Listeners.h was modified to handle multiple event listeners for each
event on a single element (supported by jQuery). All code changes should
support backwards compatibility except for GetMap because the map itself
has changed.
Listener class has new option arguments (previous commit) and this
propogates those through the wrappers present in Widget and derived
clases.
Also adds option "in_place" arg to Widget::WrapWith. Keeps the
original element's index into the the order of the parent element's
children
Includes tests for EventListenerTrigger, OverlayEffect, and CSSEffect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants