We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

TileView tooltips

Hi Syncfusion Team

I try to implement tooltips into ej-tile, based on 

a.  <e-menu-item url="" text="Pengurusan Passport" image-url="../icon/home_icon.png">
b. <ej-tile id="tile6" image-position="@TileImagePosition.Center" tile-size="@TileSize.Medium"  text="Daftar Data Pengguna" mouse-down="AddUser"></ej-tile>

it is because when i'm using the tile-size=small; can't show the label of the  icon; so i plan to have the tooltips for the tile that has been used.

if you require more information please let me know.

Can you advice.

Thanks

1 Reply

AP Arun Palaniyandi Syncfusion Team October 6, 2017 10:01 AM UTC

Hi Haryzad,   
  
Thanks for contacting Syncfusion support.   
  
We can implement the tooltip to the Tile view by giving the same id, if the TileView to the Tooltip. So, in this way we can implement the tooltip the Tileview and Menu.      


 
 
  
<div id="tilediv">  
    <ej-tile id="tile6" image-position="@TileImagePosition.Center" tile-size="@TileSize.Small" mouse-down="AddUser"></ej-tile>  
  
    <ej-tile id="tile7" tile-size="@TileSize.Medium"> </ej-tile>  
  
  
    <ej-tooltip id="tile6" content="Daftar Data Pengguna">  
    </ej-tooltip>  
  
    <ej-tooltip id="tile7" content="Map">  
    </ej-tooltip>  



 
 
We have also prepared a sample for both of your requirements i.e tooltip for menu and Tile below for your reference.   
  


 
 
Please check the shared sample and if the sample doesn’t meet your requirement, please send us more information so that we will provide a solution.           
           
Regards,           
Arun P.   


Loader.
Live Chat Icon For mobile
Up arrow icon