From a808f9e6e57ef9079c07b951b186a6da63bd2672 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 20 Mar 2009 13:12:43 +0000 Subject: [PATCH] Incluido botão para testar a barra de escalas na ferramenta de modificação dos parâmetros da escala gráfica inserida no mapa. --- ferramentas/opcoes_escala/index.htm | 20 +++++++++++--------- ferramentas/opcoes_escala/index.js | 3 ++- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/ferramentas/opcoes_escala/index.htm b/ferramentas/opcoes_escala/index.htm index 3acfa03..7bdbb5b 100644 --- a/ferramentas/opcoes_escala/index.htm +++ b/ferramentas/opcoes_escala/index.htm @@ -10,16 +10,16 @@ - + - + - + - + - + - +
Largura:
Altura:
Unidade: - @@ -28,7 +28,7 @@
Estilo: - @@ -37,25 +37,27 @@
Intervalos:
Cor:aquarela.gifaquarela.gif
Fundo:aquarela.gifaquarela.gif
Contorno:aquarela.gifaquarela.gif
- +
+ +
diff --git a/ferramentas/opcoes_escala/index.js b/ferramentas/opcoes_escala/index.js index 0239b87..6d81c6d 100644 --- a/ferramentas/opcoes_escala/index.js +++ b/ferramentas/opcoes_escala/index.js @@ -32,10 +32,10 @@ YAHOO.example.init = function () function onPushButtonsMarkupReady() { new YAHOO.widget.Button("botao1"); + new YAHOO.widget.Button("botao2"); } YAHOO.util.Event.onContentReady("botao1", onPushButtonsMarkupReady); }() - function inicia(retorno) { if (retorno.data != undefined) @@ -50,6 +50,7 @@ function inicia(retorno) $i("cor").value = cor $i("bcor").value = bcor $i("ocor").value = ocor + testaBarra() } aguarde("none") } -- libgit2 0.21.2