Jump to content

BrunoDosSantos

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by BrunoDosSantos

  1. 1 hour ago, BrunoDosSantos said:

    <button type="button", id="teste" onclick="top.ajaxRequest(top.MainForm.URLFrameTabela, 'btnAtualizar')" class="btn-sm btn-outline-light    notification">
            <i class="fa fa fa-sync">
            </i>
              Atualizado
              <span class="nada"> </span>
      </button>
     

    Hi, I managed to solve the problem, I realized that when urlFrame was placed it created an IFrame in html so to get the component inside you have to use the command: $(IFrame).contents().find(idHtmlGet) . Change IFrame by ID IFrame (Search Developer Tool) and idHtmlGet swap with the ID you want to get

  2. Version: 1.90.0.1506;

     <button type="button", id="teste" onclick="top.ajaxRequest(top.MainForm.URLFrameTabela, 'btnAtualizar')" class="btn-sm btn-outline-light    notification">
            <i class="fa fa fa-sync">
            </i>
              Atualizado
              <span class="nada"> </span>
      </button>
     

    i need to get the id test

  3. Hello everyone, I'm new to unigui,
     but already searched in several post and could not find anywhere. 
    I am working with URLFrame and within this urlFrame I need to get the id of a component in html to make some modifications with javaScript, 
    but I am unable to get the id of the component.
×
×
  • Create New...