We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

About interaction of V3d annotation and web elements

Home Forums Puzzles About interaction of V3d annotation and web elements

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #76465
    gee_lau2000
    Customer

    Hi guys,

    I would like to open a hidden div block by clicking an annotation that made in V3d. Could you guys please advise how can I achieve this? I watched many tutorials for interact with V3d by using web element’s ID but can’t find the opposite ways….

    #76469
    David Duperron
    Customer

    Hi!
    You can give an id to the created annotation, so you then just need to create an event listener for a click on this element using the “on event click for elem id” HTML puzzle, that change the display property of your div from “none” to “block”.

    #76481
    gee_lau2000
    Customer

    Hello David,

    I appreciate you sharing this with me
    . I’ll try it later(…if I can handle it…^^;)

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.