|
Title: Tool-tipping for menu Post by: WizPS on July 06, 2019, 08:11:16 AM I use a ribon menu and would like to dynamic add tool-tipping, how can I?
Here is my code example: Code: <div id="rr" style="width: 700px;"></div> Title: Re: Tool-tipping for menu Post by: jarry on July 08, 2019, 08:06:10 AM Try to use this code.
Code: , tools: [{Title: Re: Tool-tipping for menu Post by: WizPS on July 09, 2019, 02:18:45 AM Hi Jarry,
I know this solution but want to add this dynamically to whole menu. I added the attribute "tooltip" containing the text to populate. Is there a way to loop the menu recursively and add an easyui-tooltip to each the button? Title: Re: Tool-tipping for menu Post by: jarry on July 09, 2019, 07:28:03 PM The 'tooltip' property is available now. Please try to download the newest file 'jquery.ribbon.js' from https://www.jeasyui.com/extension/ribbon.php
Title: Re: Tool-tipping for menu Post by: WizPS on July 16, 2019, 11:07:46 AM Hi, Tool-tipping works fine now, thanks a lot! BR
|