DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TypoScript Reference

Setup :

plugin.tx_jsbmicalculator.uri.css.BMI.path = typo3conf/ext/js_bmi_calculator/Resources/Public/Css/Basic.css

Basic CSS layout path

plugin.tx_jsbmicalculator.uri.css.BMI.includeInFooter = 1

Include CSS file in footer section: If disable then CSS file will include in header section

plugin.tx_jsbmicalculator.uri.javascript.jQuery.path = typo3conf/ext/js_bmi_calculator/Resources/Public/Script/jquery-1.11.3.min.js

jQuery Library Path

plugin.tx_jsbmicalculator.uri.javascript.jQuery.include = 1

Include jQuery Library

plugin.tx_jsbmicalculator.uri.javascript.jQuery.includeInFooter = 1

Include jQuery Library in footer section: If disable then Javascript file will include in header section

:typoscript:`plugin.tx_jsbmicalculator.uri.javascript.BMI.path = typo3conf/ext/js_bmi_calculator/Resources/Public/Script/Bmi.js

Javascript Path for Validation

plugin.tx_jsbmicalculator.uri.javascript.BMI.includeInFooter = 1

Include Validation file in footer section: If disable then validation script file will include in header section