Skip to main content
1-Visitor
February 14, 2014
Solved

fxNode

  • February 14, 2014
  • 1 reply
  • 1185 views

Has anyone ever used the fxNode? Some knows how to use it, or has any document about it?

Best answer by GarethOakes

If you use certain FOM methods they will return a Node object. In fact, every Node object in APP is actually an fxNode. It is fully documented in the FOM documentation that ships with APP, and if you read W3C DOM Level 2 you will find all the information about the basic DOM support which APP extends.

BTW, from memory, I think the Help Center in v10 and possibly early v11 was missing all the information about DOM. If you find that to be the case, you can build your own FOM documentation using the FOM Javascript+XML sample files that ship with APP. That is the reference I use.

1 reply

16-Pearl
February 15, 2014

If you use certain FOM methods they will return a Node object. In fact, every Node object in APP is actually an fxNode. It is fully documented in the FOM documentation that ships with APP, and if you read W3C DOM Level 2 you will find all the information about the basic DOM support which APP extends.

BTW, from memory, I think the Help Center in v10 and possibly early v11 was missing all the information about DOM. If you find that to be the case, you can build your own FOM documentation using the FOM Javascript+XML sample files that ship with APP. That is the reference I use.

rboneti1-VisitorAuthor
1-Visitor
February 20, 2014

Thank you Gareth!