Multiple choice technology platforms and products

Which tag is used to refer widget JS file in widget definition XML file?

  1. <iw:content>

  2. <iw:reference>

  3. <iw:resource>

  4. <iw:iwidget>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The tag in widget definition XML files is used to reference external JavaScript files that implement the widget's functionality. It links the widget's declarative definition to its executable code. defines widget content structure, is for other types of references, and is the root element of the widget definition.