Jan 18, 2020, 3:34 AM
[CLOSED] DeskTop Slide Panel sensor
I use your desptop code. My user doesn't like the slide panel popping up while the mouse is still 0.5 inches away from the edge. Is there a way to set it only pops up when the cursor reaches the edge of the desk top window?
Thanks
-susan
Thanks
-susan
<Plugins>
<ext:MouseDistanceSensor runat="server" Opacity="false" Threshold="25">
<Listeners>
<Near Handler="this.component.el.alignTo(Ext.net.Desktop.desktop.body, 'tr-tr', [0, 0], true);" />
<Far Handler="this.component.el.alignTo(Ext.net.Desktop.desktop.body, 'tl-tr', [0, 0], true);" />
</Listeners>
</ext:MouseDistanceSensor>
</Plugins>
Last edited by fabricio.murta; Jan 20, 2020 at 8:53 PM.
Reason: FIx code block closing tag