0

質問がそれ自体を説明しているように、私はfirebugのようなボタンを持っていて、ページでエラーを検出したときにfirebug doeasのようなイベントが発生したときに番号を設定したかったのです。

誰もそれを設定する方法を知っていますか?

これはパネルを表示するトップボタンのコードなので、特定のイベントが発生したときにそこに番号を設定したい..

    <panel id="asv-panel">
              <hbox align="start">          
                <vbox>            
                  <hbox align="center" style="background-color:#ffffff">
                  <image id="asvbutton-panel-icon" width="200px" height="50px" style="margin-left:10px"/>
                  </hbox>             
                  <hbox style="background-color:#fff" id="menuPanelContainer">
                    <html:div style="margin-top:20px;margin-left:20px;width:150px" id="menuLogginInicial">
                      <description value="&asbutton.Signin;"/>            
                      <html:hr/>
                      <image id="asvbutton-logoface" width="50px" height="50px" style="cursor:pointer" onclick="asvbutton.login();"/>
<image id="asvbutton-logogoogle" width="47px" height="45px" style="align:left;cursor:pointer"/>
<image id="asvbutton-logotwitter" width="50px" height="50px" style="align:left;cursor:pointer"/>
                    </html:div>             
                  </hbox>             
                </vbox>
              </hbox>
            </panel>            
            </toolbarbutton>
4

1 に答える 1

0

何千ものページとサンプルの後...最も簡単な方法は、divを作成し、それにappendChildを実行することでした(古い学校の方法):D

これが誰かに役立つことを願っています。

于 2013-10-13T00:03:10.403 に答える