dojo - Why am I getting multipleDefine Error on my web Xpages -


why multipledefine errors dojo , query on web pages?

i using bootstrap , kendoui

i think problem because in theme include jquery kendoui

<resource>     <content-type>application/x-javascript</content-type>     <href>/.ibmxspres/domino/kendoui/js/jquery.min.js</href> </resource>  <resource>     <content-type>application/x-javascript</content-type>     <href>/.ibmxspres/domino/kendoui/js/kendo.all.min.js</href> </resource> 

and these maybe colliding css being loaded xpages bootstrap. if so, can do?

enter image description here

i using kendo ui also. have theme extends bootstrap3 theme , gives me jquery don't need resource tag jquery in theme.

if extending bootstrap3 theme not going work have @ new "advanced" theme in version 17 of extension library called "bootstrap3_blank". allow more flexibility on css included.

documentation on bootstrap3_blank theme can found here: https://wiki.openntf.org/display/extlib/how+to+use+the+bootstrap3_blank.theme+in+xpages


Comments