xymon 4.3 ipad/hover workaround
list Mark Hinkle
<insert typical "not a developer" disclaimer> Didn't see any posted work-around in the list archives. The following seems to work for me on the ipad by creating a "go nowhere" link that the ipad can use to open the menus. Hope it works for others. In the ~xymon/server/etc/xymonmenu.cfg file, I added the '<a href="javascript:;">' anchor around the top-level menu items. Like: <span class="menutag"><a href="javascript:;">Views</a><span class="invis">: </span></span> Seems to do the trick. All credit for this workaround goes to the responses on this page: http://stackoverflow.com/questions/493175/how-can-i-create-an-empty-html-anc hor-so-the-page-doesnt-jump-up-when-i-click -- Mark Hinkle user-9816e24cee8c@xymon.invalid
list Josh Luthman
This is very useful in many applications, thank you so much!!! Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX
▸
On Fri, Jul 22, 2011 at 11:35 PM, Mark Hinkle <user-9816e24cee8c@xymon.invalid> wrote:
<insert typical "not a developer" disclaimer> Didn't see any posted work-around in the list archives. The following seems to work for me on the ipad by creating a "go nowhere" link that the ipad can use to open the menus. Hope it works for others. In the ~xymon/server/etc/xymonmenu.cfg file, I added the '<a href="javascript:;">' anchor around the top-level menu items. Like: <span class="menutag"><a href="javascript:;">Views</a><span class="invis">: </span></span> Seems to do the trick. All credit for this workaround goes to the responses on this page: http://stackoverflow.com/questions/493175/how-can-i-create-an-empty-html-anc
hor-so-the-page-doesnt-jump-up-when-i-click<http://stackoverflow.com/questions/493175/how-can-i-create-an-empty-html-anc%0Ahor-so-the-page-doesnt-jump-up-when-i-click>; -- Mark Hinkle user-9816e24cee8c@xymon.invalid
list Scot Kreienkamp
That worked great! Many thanks for sharing! Hopefully Henrik saw this and puts it in the file permanently. Scot Kreienkamp Senior Systems Engineer user-462cf0b6d846@xymon.invalid -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Mark Hinkle Sent: Friday, July 22, 2011 11:36 PM To: xymon at xymon.com Subject: [Xymon] xymon 4.3 ipad/hover workaround
▸
<insert typical "not a developer" disclaimer>
Didn't see any posted work-around in the list archives. The following
seems
to work for me on the ipad by creating a "go nowhere" link that the ipad
can
use to open the menus. Hope it works for others.
In the ~xymon/server/etc/xymonmenu.cfg file, I added the '<a
href="javascript:;">' anchor around the top-level menu items. Like:
<span class="menutag"><a href="javascript:;">Views</a><span
class="invis">:
</span></span>
Seems to do the trick. All credit for this workaround goes to the
responses
on this page:
http://stackoverflow.com/questions/493175/how-can-i-create-an-empty-html -anc hor-so-the-page-doesnt-jump-up-when-i-click -- Mark Hinkle user-9816e24cee8c@xymon.invalid This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by e-mail or by telephone at the above number. Thank you.
list Henrik Størner
Certainly useful. I've added the information to the "Xymon tips" help page so it won't be lost, but I think I'll keep the default xymonmenu.cfg file as-is, since the workaround here makes the top-level menu items appear as clickable links - also on normal browsers. Regards, Henrik On Thu, 28 Jul 2011 10:50:53 -0400, "Scot Kreienkamp"
▸
<user-462cf0b6d846@xymon.invalid> wrote:That worked great! Many thanks for sharing! Hopefully Henrik saw this and puts it in the file permanently. Scot Kreienkamp Senior Systems Engineer user-462cf0b6d846@xymon.invalid -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Mark Hinkle Sent: Friday, July 22, 2011 11:36 PM To: xymon at xymon.com Subject: [Xymon] xymon 4.3 ipad/hover workaround <insert typical "not a developer" disclaimer> Didn't see any posted work-around in the list archives. The following seems to work for me on the ipad by creating a "go nowhere" link that the ipad can use to open the menus. Hope it works for others. In the ~xymon/server/etc/xymonmenu.cfg file, I added the '<a href="javascript:;">' anchor around the top-level menu items. Like: <span class="menutag"><a href="javascript:;">Views</a><span class="invis">: </span></span> Seems to do the trick. All credit for this workaround goes to the responses on this page: http://stackoverflow.com/questions/493175/how-can-i-create-an-empty-html -anc hor-so-the-page-doesnt-jump-up-when-i-click -- Mark Hinkle user-9816e24cee8c@xymon.invalid This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by e-mail or by telephone at the above number. Thank you.
list Malcolm Hunter
Hi Henrik,
▸
----- Original Message ----- From: user-ce4a2c883f75@xymon.invalid Sent: 07/29/11 01:52 PM To: xymon at xymon.com Subject: Re: [Xymon] xymon 4.3 ipad/hover workaround Certainly useful. I've added the information to the "Xymon tips" help page so it won't be lost, but I think I'll keep the default xymonmenu.cfg file as-is, since the workaround here makes the top-level menu items appear as clickable links - also on normal browsers.
Have you managed to review my patches for the menu (menu items picking up the default style instead of the menu style) and the rrd disk issue (Windows mount points getting parsed as UNIX filesystems)? Regards, Malcolm