Title: Panel custom tools : how to add tool tip and toggle icon? Post by: Aod47 on October 06, 2019, 06:46:55 PM From documentation. If I create tool by array. Is possible to add tool tip and toggle icon when click on button?
Could you please advice? Title: Re: Panel custom tools : how to add tool tip and toggle icon? Post by: jarry on October 09, 2019, 08:13:29 PM Look at this code, set some tool icon's CSS style to get this feature.
Code: <div id="tt"> Title: Re: Panel custom tools : how to add tool tip and toggle icon? Post by: Aod47 on October 09, 2019, 11:04:37 PM Thank you sir. But I mean toggle icon when click button.
Finally back to use Div instead array. Code: <div class="easyui-panel" title="Custom Panel Tools" style="width:700px;height:400px;padding:10px;" |