0

I created a NPAPI plugin, but want to know which all methods in NPClass gets invoked in the below mentioned javascript code for line2 .

Also I want to know the method to access array index in the plugin .

  1. var tst = document.getElementById('test');
  2. var name1 = tst[1];

1 Answer 1

1

It will call your GetProperty method; the NPIdentifier will either be an IntIdentifier with the value of i or a normal StringIdentifier with the numeric string matching i.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.