Find & Order
v1.0
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Outline container hovered
Copy Markdown
Open in ChatGPT
Open in Claude
Following exemple show an outline when mouse hover it and hide outline when mouse leave it.
Javascript
x
const fnoToken = "<YOUR-FNO-TOKEN>"; // provide from backofficeconst fnoMapId = "<MAP-ID>" // id of the map to loadlet FnoMapManager;window.addEventListener("load", function(){ FnoMapManager = window.FnoMapManager; FnoMapManager.initViewerMode(fnoToken) // enable mouse event listener FnoMapManager.sendEvent('setMouseListener', {state: true}); FnoMapManager.registerEvent("mouseOverContainer", (data) => { FnoMapManager.sendEvent("setOutlineContainer", {"state":true, "id_container":data.container.id}); }); FnoMapManager.registerEvent("mouseOutContainer", (data) => { FnoMapManager.sendEvent("setOutlineContainer", {"state":false, "id_container":data.container.id}); });});Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Next to read:
Events to unityDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
