Which tag is used to refer widget JS file in widget definition XML file?
-
<iw:content>
-
<iw:reference>
-
<iw:resource>
-
<iw:iwidget>
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.