Hello, Please could someone help me include this raw code on xml file "CommonScreens.xml" on ecommerce app.:
<script type="text/javascript">
$(document).ready(function () {
$('.dropdown-toggle').dropdown();
});
</script> -
I saw an example :
<set field="layoutSettings.javaScripts[+0]"
value="/images/jquery/plugins/datetimepicker/jquery-ui-timepicker-addon-1.0.5.js"
global="true"/>
but this is only for pointing some file . Me I want to include raw java
script code
thanks
Antony
