The Include Script widget allows you to easily add one or more JavaScript files into your page.
Widget Suite Version: 01.03.00 and up
<object id="ANY-UNIQUE-ID-YOU-WANT" codetype="dotnetnuke/client" codebase="WillStrohl.Widgets.IncludeScript" declare="declare"> </object>
This is the simplest method of implementing this widget. The ID attribute is required, but can be any unique value that you want to assign to it. The rest of the values must be in place how you see them above.
The following parameters will you to customize how this widget will work and affect your page.
Allows you to specify one or more JavaScript files to be inluded into your page.
Default - empty string/not specified Notes - Required. If you want to include more than one file, separate each file using a semi-colon. Usage
<param name="file" value="/Resources/Widgets/User/WillStrohl/js/ScriptName.js" />
<param name="file" value="/Resources/Widgets/User/WillStrohl/js/Script-One.js;/Resources/Widgets/User/WillStrohl/js/Script-Two.js" />
Allows you to print out debugging information to help you troubleshoot the widget.
Default - false Possible Values - true|false Notes - None Usage
<param name="debug" value="true" />
<object id="ANY-UNIQUE-ID-YOU-WANT" codetype="dotnetnuke/client" codebase="WillStrohl.Widgets.IncludeScript" declare="declare"> <param name="file" value="/Resources/Widgets/User/WillStrohl/js/ScriptName.js" /> <param name="debug" value="false" /> </object>
Copyright 2009-2011 by Will Strohl | Privacy Statement | Terms Of Use