Axel Salmeron

Results 4 issues of Axel Salmeron

I'm using rangy highlighter on a view with a lot of content, and I also have a view with a list of selections made by the user. With my app,...

highlighter.deserialize() can take a while when having multiple highlights so giving feedback when all the highlights are loaded into the DOM is important.

Is there a way to manually trigger the `start`event? I have an horizontal scrolling div, and I'm trying to drag the snapper out when the scrollLeft is 0, but disable...

Is there an easy way to process multiple files? I have this: var PDFParser = require('pdf2json'); var pdfParser = new PDFParser(); var fs = require('fs'); var fileNames = []; var...