Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OIS apps that are used by the public can be put in an iframe so they are branded and each app doesn't have it's own copy of the template that needs to be maintained. The simplest implementation is to use a static iframe, like the Sick Leave Estimator. However, if the application is interactive and the height changes as you use it, the responsive iframe is probably a better option.

We have implemented
Excerpt

Insert an iframe using pym.js which allows the iframe to be dynamically sized and change size as the user interacts with the application.

 Students Statistics is using this method.

...