<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">El 27/10/22 a las 09:58, Mariano
      Montone escribió:<br>
    </div>
    <blockquote type="cite"
      cite="mid:22d2cdaa-14dc-f4d5-2bea-2aef82f4b66e@gmail.com">
      <blockquote type="cite"
        cite="mid:63fc7d28-7f93-fc31-dc4b-22dd8f6b7eab@free.fr">
        <p>Things I want to explore: <br>
        </p>
        <ul>
          <li>a bloc [[[]]] could have several actions (I should check
            if it is possible). For example to copy, to render the
            result, etc.<br>
          </li>
        </ul>
      </blockquote>
      Possible. If all DrGeo blocks have the same set of actions, then
      it is easier. In the code I sent to you in last email, note that I
      create a button. So, instead of creating one button, N buttons
      should be created. So, instead of having a '[[[]]] copyToDrGeo'
      action, you would have something like '[[[]]] withDrGeoActions'
      that shows the buttons. If you want different set of buttons for
      each block, then it can be a bit more difficult.<br>
      <blockquote type="cite"
        cite="mid:63fc7d28-7f93-fc31-dc4b-22dd8f6b7eab@free.fr"><br>
        <ul>
          <li>replacing the action text button by a small icon with
            dedicated tool tip, it will be less verbose, especialy when
            combining several command. Is it possible?</li>
        </ul>
      </blockquote>
      Should be possible. Note that I insert text with a text action .
      Instead of that, I would try to insert a Form (the icon) and
      attach a tooltip text and click handler on it. I will have a look
      at that.</blockquote>
    <p>I attach the code for the icons.</p>
    <p><img moz-do-not-send="false"
        src="cid:part1.2RM00e0I.R92QwuEF@gmail.com" alt="" width="761"
        height="101"></p>
    <p><br>
    </p>
    <p>Hope it helps.</p>
    <p>Cheers,</p>
    <p>      Mariano<br>
    </p>
    <br>
  </body>
</html>