What is the difference between "ipOpts" and "options" when populating a select list?

What is the difference between "ipOpts" and "options" when populating a select list?

MonicaLavaleMonicaLavale Posts: 3Questions: 2Answers: 0

I have been able to populate a select box on editor form with "options" and assign it a javascript array reference, and it works just fine. But many forums at Datatables use "ipOpts". Does this feature have documentation given in reference?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin
    Answer ✓

    Its the same thing. ipOpts (short for input options) was what I called that parameter way back at the start of Editor, which is why you'll find old forum posts referring to it. But its not exactly obvious, so I've aliased it to options which the documentation now refers to. I think that was done back around v1.4, might have been 1.3...

    Basically they are exactly the same!

    Regards,
    Allan

This discussion has been closed.