Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

350
Visualizações
Oracle APEX refresh an IFrame from the URL in a field of a IG

I have and Interactive Grid (IG) that has a field that contains an URL that i want to use to load in an IFRAME in the same page.

I want to refresh that iframe when users click on the diferent rows of the IG.

Is there any way to get that?

I can get the selected row with this and how i reference the URL column? by it's position? selectedRecord = this.data.selectedRecords[0][0];

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You can use dynamic action with the row selected (IG) and as an action, execute Javascript code:

var widget = apex.region(igID).widget();
var grid = widget.interactiveGrid('getViews', 'grid');
var model = grid.model;
model.forEach(function (r) {
    var record = r;
    model.setValue(record, 'YOURCOLUMNNAME', 'the value you want to set');
});

This will itarate over your rows in the IG and set the value to specific column of each row.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda