Hello,
I am exploring IWBoostrap 4 with IW 15.2.22 and delphi 10.4.1.
I created a new standalone IW project.
On the Unit1 form I put an IWBS4LayoutMgr, IWBS4Region and inside an IWBS4Button.
I copied the following lines form the IWBootstrap demo ServerController - OnConfig event to my ServerController - OnConfig event handler:
CacheDir := ExtractFilePath(ParamStr(0)) + 'cache\';
JavaScriptOptions.RenderjQuery := False;
IWBS4LibSetCDNS;
When I ran the project I saw the button without any styling and inspecting the page with Chrome I saw that in page code there are no script references to any bootstrap libraries.
What I am doing wrong?
Thank you,
Davide
I am exploring IWBoostrap 4 with IW 15.2.22 and delphi 10.4.1.
I created a new standalone IW project.
On the Unit1 form I put an IWBS4LayoutMgr, IWBS4Region and inside an IWBS4Button.
I copied the following lines form the IWBootstrap demo ServerController - OnConfig event to my ServerController - OnConfig event handler:
CacheDir := ExtractFilePath(ParamStr(0)) + 'cache\';
JavaScriptOptions.RenderjQuery := False;
IWBS4LibSetCDNS;
When I ran the project I saw the button without any styling and inspecting the page with Chrome I saw that in page code there are no script references to any bootstrap libraries.
What I am doing wrong?
Thank you,
Davide