diff --git a/ferramentas/heatmap/index.js b/ferramentas/heatmap/index.js index e2fbc73..5ac0032 100644 --- a/ferramentas/heatmap/index.js +++ b/ferramentas/heatmap/index.js @@ -200,7 +200,7 @@ i3GEOF.heatmap = "i3GEOF.heatmap_rodape"); }, t4 : function() { - var ins = "
" + $trad('adicionaTema', i3GEOF.heatmap.dicionario); + var b,ins = "
" + $trad('adicionaTema', i3GEOF.heatmap.dicionario);
ins += "
";
i3GEO.util.proximoAnterior(
"i3GEOF.heatmap.t3()",
@@ -210,11 +210,12 @@ i3GEOF.heatmap =
"i3GEOheatmapresultado",
true,
"i3GEOF.heatmap_rodape");
- new YAHOO.widget.Button("i3GEOheatmapbotao1", {
+ b = new YAHOO.widget.Button("i3GEOheatmapbotao1", {
onclick : {
fn : i3GEOF.heatmap.criaheatmap
}
});
+ b.addClass("rodar");
},
/**
* Function: criaheatmap
diff --git a/ferramentas/markercluster/index.js b/ferramentas/markercluster/index.js
index b6b865a..4ca45fe 100755
--- a/ferramentas/markercluster/index.js
+++ b/ferramentas/markercluster/index.js
@@ -233,7 +233,7 @@ i3GEOF.markercluster = {
i3GEOF.markercluster.comboItens();
},
t3 : function() {
- var ins = "
" + var b,ins = "
" + $trad( 'adicionaTema', i3GEOF.markercluster.dicionario); @@ -250,11 +250,12 @@ i3GEOF.markercluster = { "i3GEOmarkerclusterresultado", true, "i3GEOF.markercluster_rodape"); - new YAHOO.widget.Button("i3GEOmarkerclusterbotao1", { + b = new YAHOO.widget.Button("i3GEOmarkerclusterbotao1", { onclick : { fn : i3GEOF.markercluster.criamarkercluster } }); + b.addClass("rodar"); }, /** * Function: criamarkercluster diff --git a/ferramentas/nptpol/index.js b/ferramentas/nptpol/index.js index 71154db..0bd041a 100644 --- a/ferramentas/nptpol/index.js +++ b/ferramentas/nptpol/index.js @@ -120,7 +120,7 @@ i3GEOF.nptpol = { i3GEO.janela.minimiza("i3GEOF.nptpol"); }; janela = i3GEO.janela.cria( - "400px", + "420px", "150px", "", "", @@ -169,13 +169,14 @@ i3GEOF.nptpol = { i3GEOF.nptpol.comboTemasPoligonos(); }, t2: function(){ - var ins = "
"+$trad('adicionaTema',i3GEOF.nptpol.dicionario); + var b,ins = "
"+$trad('adicionaTema',i3GEOF.nptpol.dicionario);
ins += "
";
i3GEO.util.proximoAnterior("i3GEOF.nptpol.t1()","",ins,"i3GEOF.nptpol.t2","i3GEOnptpolresultado",true,"i3GEOF.nptpol_rodape");
- new YAHOO.widget.Button(
+ b = new YAHOO.widget.Button(
"i3GEOnptpolbotao1",
{onclick:{fn: i3GEOF.nptpol.calcula}}
);
+ b.addClass("rodar");
},
/*
Function: calcula
diff --git a/ferramentas/perfil/index.js b/ferramentas/perfil/index.js
index d2b2d55..b792288 100644
--- a/ferramentas/perfil/index.js
+++ b/ferramentas/perfil/index.js
@@ -100,10 +100,11 @@ i3GEOF.perfil = {
try{
$i(iddiv).innerHTML += i3GEOF.perfil.html();
i3GEOF.perfil.comboTemas();
- new YAHOO.widget.Button(
+ var b = new YAHOO.widget.Button(
"i3GEOperfilbotao1",
{onclick:{fn: i3GEOF.perfil.criaPerfil}}
);
+ b.addClass("rodar");
}
catch(erro){i3GEO.janela.tempoMsg(erro);}
},
--
libgit2 0.21.2