Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

353
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!