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