Download the PHP package monkdev/mcms-interactive-note-php without Composer
On this page you can find all versions of the php package monkdev/mcms-interactive-note-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mcms-interactive-note-php
Interactive Notes
A PHP Library to transform HTML into an interactive fill the in blank style form.
Installation into an existing MCMS Site
File install:
- Copy the entire contents of
src/
to a new folder in the site:_components/interactive_notes/
(has the class andassets
folder)
Implementation into site:
-
In the
mcms_*
page where you'll be implementing interactive notes, make sure you've got the sermon/livestream detail with theinteractivenote
content. Use the following code for ideas: -
Get the notes into the page. Use something like the following, matching the page's style, but leave the
autofill
,clearnotes
, andsaveAsPdf
classes on the buttons: - Somewhere after the
_components/scripts.php
include, you'll need to add the following to make the UI work:
All versions of mcms-interactive-note-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package monkdev/mcms-interactive-note-php contains the following files
Loading the files please wait ....