Commit 3011bdb8765d52e61dd7a4df90393f8996030987
1 parent
a962feea
Exists in
master
and in
7 other branches
Inclusão de timeout nos tooltips dos ícones da barra lateral e inclusão de toolt…
…ip nos ícones da barra de navegação
Showing
63 changed files
with
72 additions
and
0 deletions
Show diff stats
interface/carto_ol.htm
... | ... | @@ -754,6 +754,15 @@ |
754 | 754 | placement : "left" |
755 | 755 | }); |
756 | 756 | $('.iconeGuiaMovel').tooltip('show'); |
757 | + setTimeout(function(){$('.iconeGuiaMovel').tooltip('hide');},5000); | |
758 | + | |
759 | + $('.ol-i3GEOcontrols button').tooltip({ | |
760 | + animation : false, | |
761 | + trigger : "hover", | |
762 | + placement : "auto" | |
763 | + }); | |
764 | + | |
765 | + | |
757 | 766 | $("#i3GEOguiaMovelConteudo").mCustomScrollbar({ |
758 | 767 | scrollbarPosition : "outside", |
759 | 768 | theme : "inset-2-dark" | ... | ... |
interface/gm.phtml
... | ... | @@ -762,6 +762,15 @@ include ("../ms_configura.php"); |
762 | 762 | afterStart : function(){ |
763 | 763 | $('.iconeGuiaMovel').tooltip({animation: false, trigger: "manual", placement: "left"}); |
764 | 764 | $('.iconeGuiaMovel').tooltip('show'); |
765 | + setTimeout(function(){$('.iconeGuiaMovel').tooltip('hide');},5000); | |
766 | + | |
767 | + $('.ol-i3GEOcontrols button').tooltip({ | |
768 | + animation : false, | |
769 | + trigger : "hover", | |
770 | + placement : "auto" | |
771 | + }); | |
772 | + | |
773 | + | |
765 | 774 | $("#i3GEOguiaMovelConteudo").mCustomScrollbar({scrollbarPosition: "outside",theme:"inset-2-dark"}); |
766 | 775 | //setTimeout(function() { |
767 | 776 | // $('.iconeGuiaMovel').tooltip('destroy'); | ... | ... |
interface/gmdebug.phtml
... | ... | @@ -762,6 +762,15 @@ include ("../ms_configura.php"); |
762 | 762 | afterStart : function(){ |
763 | 763 | $('.iconeGuiaMovel').tooltip({animation: false, trigger: "manual", placement: "left"}); |
764 | 764 | $('.iconeGuiaMovel').tooltip('show'); |
765 | + setTimeout(function(){$('.iconeGuiaMovel').tooltip('hide');},5000); | |
766 | + | |
767 | + $('.ol-i3GEOcontrols button').tooltip({ | |
768 | + animation : false, | |
769 | + trigger : "hover", | |
770 | + placement : "auto" | |
771 | + }); | |
772 | + | |
773 | + | |
765 | 774 | $("#i3GEOguiaMovelConteudo").mCustomScrollbar({scrollbarPosition: "outside",theme:"inset-2-dark"}); |
766 | 775 | //setTimeout(function() { |
767 | 776 | // $('.iconeGuiaMovel').tooltip('destroy'); | ... | ... |
interface/googlemaps_noite.phtml
... | ... | @@ -762,6 +762,15 @@ include ("../ms_configura.php"); |
762 | 762 | afterStart : function(){ |
763 | 763 | $('.iconeGuiaMovel').tooltip({animation: false, trigger: "manual", placement: "left"}); |
764 | 764 | $('.iconeGuiaMovel').tooltip('show'); |
765 | + setTimeout(function(){$('.iconeGuiaMovel').tooltip('hide');},5000); | |
766 | + | |
767 | + $('.ol-i3GEOcontrols button').tooltip({ | |
768 | + animation : false, | |
769 | + trigger : "hover", | |
770 | + placement : "auto" | |
771 | + }); | |
772 | + | |
773 | + | |
765 | 774 | $("#i3GEOguiaMovelConteudo").mCustomScrollbar({scrollbarPosition: "outside",theme:"inset-2-dark"}); |
766 | 775 | //setTimeout(function() { |
767 | 776 | // $('.iconeGuiaMovel').tooltip('destroy'); | ... | ... |
interface/ol.htm
... | ... | @@ -778,6 +778,15 @@ |
778 | 778 | placement : "left" |
779 | 779 | }); |
780 | 780 | $('.iconeGuiaMovel').tooltip('show'); |
781 | + setTimeout(function(){$('.iconeGuiaMovel').tooltip('hide');},5000); | |
782 | + | |
783 | + $('.ol-i3GEOcontrols button').tooltip({ | |
784 | + animation : false, | |
785 | + trigger : "hover", | |
786 | + placement : "auto" | |
787 | + }); | |
788 | + | |
789 | + | |
781 | 790 | $(".guiaOverflow").css("height", |
782 | 791 | i3GEO.parametros.h - 60); |
783 | 792 | $(".guiaOverflow").mCustomScrollbar({ | ... | ... |
interface/openlayersdebug.htm
... | ... | @@ -776,6 +776,14 @@ |
776 | 776 | placement : "left" |
777 | 777 | }); |
778 | 778 | $('.iconeGuiaMovel').tooltip('show'); |
779 | + setTimeout(function(){$('.iconeGuiaMovel').tooltip('hide');},5000); | |
780 | + | |
781 | + $('.ol-i3GEOcontrols button').tooltip({ | |
782 | + animation : false, | |
783 | + trigger : "hover", | |
784 | + placement : "auto" | |
785 | + }); | |
786 | + | |
779 | 787 | $(".guiaOverflow").css("height", |
780 | 788 | i3GEO.parametros.h - 60); |
781 | 789 | $(".guiaOverflow").mCustomScrollbar({ |
... | ... | @@ -785,6 +793,7 @@ |
785 | 793 | i3GEO.eventos.adicionaEventos("RESIZE", $( |
786 | 794 | ".guiaOverflow").css("height", |
787 | 795 | i3GEO.parametros.h - 60)) |
796 | + | |
788 | 797 | //setTimeout(function() { |
789 | 798 | // $('.iconeGuiaMovel').tooltip('destroy'); |
790 | 799 | //}, 30000); | ... | ... |
interface/osm.htm
... | ... | @@ -778,6 +778,15 @@ |
778 | 778 | placement : "left" |
779 | 779 | }); |
780 | 780 | $('.iconeGuiaMovel').tooltip('show'); |
781 | + setTimeout(function(){$('.iconeGuiaMovel').tooltip('hide');},5000); | |
782 | + | |
783 | + $('.ol-i3GEOcontrols button').tooltip({ | |
784 | + animation : false, | |
785 | + trigger : "hover", | |
786 | + placement : "auto" | |
787 | + }); | |
788 | + | |
789 | + | |
781 | 790 | $(".guiaOverflow").css("height", |
782 | 791 | i3GEO.parametros.h - 60); |
783 | 792 | $(".guiaOverflow").mCustomScrollbar({ | ... | ... |
interface/osmdebug.htm
... | ... | @@ -778,6 +778,15 @@ |
778 | 778 | placement : "left" |
779 | 779 | }); |
780 | 780 | $('.iconeGuiaMovel').tooltip('show'); |
781 | + setTimeout(function(){$('.iconeGuiaMovel').tooltip('hide');},5000); | |
782 | + | |
783 | + $('.ol-i3GEOcontrols button').tooltip({ | |
784 | + animation : false, | |
785 | + trigger : "hover", | |
786 | + placement : "auto" | |
787 | + }); | |
788 | + | |
789 | + | |
781 | 790 | $(".guiaOverflow").css("height", |
782 | 791 | i3GEO.parametros.h - 60); |
783 | 792 | $(".guiaOverflow").mCustomScrollbar({ | ... | ... |
pacotes/yui290/build/container/container_compacto.js
100644 → 100755
pacotes/yui290/build/container/container_core_compacto.js
100644 → 100755
pacotes/yui290/build/utilities/utilities_compacto.js
100644 → 100755