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

150
Views
How to make checkboxes working on the spawned page

I am facing a problem with the checkboxes on the spawned page.

Here is my code for the spawned page

var SpawnPage = this.getTemplate({cName: "table"});
  SpawnPage.spawn({nPage: this.numPages, bRename: true, bOverlay: false});
    this.getField("P" + (this.numPages - 1) + ".table.Name").setFocus();

The code for the checkbox looks like this:

var nDisplay = event.target.isBoxChecked(0) ? display.visible : display.hidden;
this.getField("P" + (this.numPages - 1) + ".table.Dropdown39").display = nDisplay;
this.getField("P" + (this.numPages - 1) + ".table.Text40").display = nDisplay;
this.getField("P" + (this.numPages - 1) + ".table.Text41").display = nDisplay;

Unfortunatelly it doesn't work. I have no idea how I should link the checkbox to the correct element on the spawned page...

about 4 years ago · Juan Pablo Isaza
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!