Monocle is a Javascript/Coffeescript MVC
Questions tagged [monocle]
17 questions
0
votes
2 answers
How do I load the Monocle Web eBook/ePub Reader without an iFrame?
I am using the Monocle Web eBook Reader (https://github.com/joseph/monocle & http://monocle.inventivelabs.com.au/) and am looking to add the following functionality to it:
1) Text Highlighting
2) Bookmarks
3) Notes
The main question I have is: How…

MLcode
- 1
- 2
0
votes
0 answers
Javascript class instance not found
I am using MonocleMVC. I am creating a new class instance with the following code :
__Controller.Lists = new ListCtrl('article#lists')
(__ internally refers to Monocle)
The code inside ListCtrl works, but I can't access the variable…

Justin D.
- 4,946
- 5
- 36
- 69