Closed Sp3000 closed 3 years ago
Nevermind I think I found it -- it looks like containerId
in createExolve()
. I guess in that case maybe the docs for "Placing the puzzle in a specific HTML element" should be updated?
Indeed, you can pass a containerId
in createExolve()
and set up multiple puzzles within a single page, as you found.
I've updated the "Placing the puzzle..." documentation now--thanks for catching that!
Hi there! Thanks for creating exolve -- it looks like a very useful tool!
I have a long explanatory page which I want to add multiple small crosswords to, with various text in between. From reading the docs, I see that:
Since the
id
is static, does this mean that I can only add one crossword widget into a specific HTML element per page? Is it possible to make it so that I can specify the HTML element to add each puzzle to?