04-06-2023, 09:54 PM
(04-05-2023, 10:09 AM)Comograma Wrote: Ok, great update. Thanks!!
Regarding "IW jQuery updated to version 3.6.4", I'm ok. I'm loading it like this:
gIWBSLibJQueryJs := 'https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js';, so, latest version, right??!!!!!!!
Regarding Boostrap Normal Theme, I'm loading like this:
gIWBSLibBootstrapCss := 'http://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css';
gIWBSLibBootstrapJs := 'http://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js';
Is this ok??!!!!!!!!!!!!!
Regarding Bootstrap select component, I'm loading like this:
PageContext.AddBodyScriptFile('https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/bootstrap-select.min.js');
PageContext.AddLinkFile('https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css');
Is this update or is there a newer/better version??!!!!!!!!!!
About jquery.jqgrid.min.js, ui.jqgrid.min.css and jquery-ui.min.css, where can I get the latest version for this files??!!!!!!!
Thanks
When you say that you are loading like this, does it mean that you are loading it yourself with your own code in your forms or are you letting IWBootstrap code deal with it?
IWBootstrap code has been adjusted to use the same jQuery version as core IW is using now (3.6.4). It will work correctly with the new jQuery version

