Skip to main content
August 27, 2021
Question

How to implement mouse hover functionality in interface form

  • August 27, 2021
  • 12 replies
  • 0 views

Team- we have one requirement that the when mouse hover particular tile that tile should be little bit some appear share. like we built in java, angular.

can you some one pls suggest which code i need to use to achieve this.

Not only tile any text field also needs highlight on particular text field.

    12 replies

    gayathris111098
    August 27, 2021

    Can you share some sample?

    August 27, 2021

    Hi Gayathris- Thanks for replying.

    below is the screen print for your reference. the one shared interface form having multiple tiles. so, now want to if mouse hover to particular tile that tile should be some appear. 

    I used card layout and also created local variable, a!dynamicLink () function.

    when mouse drag to any tile the tile border is highlighting. same i want entire tile should change bit when mouse drag to tile. 

    gayathris111098
    August 27, 2021

    Can tooltip be helpful here?

    a!cardLayout(
      tooltip:"tooltip",
      contents :a!richTextDisplayField(
        align: "CENTER",
        value:a!richTextItem(
          text:"Label",
          color:"ACCENT"
          
        )
      )
    )