Copy link to clipboard
Copied
I am unable to make annotations unless the embed mode is on the default mode.
The code below has no annotation tools enabled.
embedMode: "LIGHT_BOX",
FULL_WINDOW was an unfortunate word choice for that mode. A more accurate definition would be FULL_ELEMENT. Basically, set up a <div> to be the size and location you want and then target that <div> with your divId in the code.
Copy link to clipboard
Copied
That is the expected behavior. The tools are not available in all modes.
Copy link to clipboard
Copied
Hi Joel, thanks, i must have missed this in the docs, but glad you clarified.
in this case, what are the workarounds, if i dont want the tools but not in a window that taeks over the whole screen? can i style the window so that it looks like a modal... i've tried to overwrite teh default styles but that wont work... options?
Copy link to clipboard
Copied
FULL_WINDOW was an unfortunate word choice for that mode. A more accurate definition would be FULL_ELEMENT. Basically, set up a <div> to be the size and location you want and then target that <div> with your divId in the code.