Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
You mean that it doesn't work in your application? Can you please provide a simple test case showing this?
Regarding the license: Even if the source code is included in a component like this (i.e. a wrapper), the licensing is between you and the vendor of the JavaScript library.
Posts: 7
Threads: 2
Joined: Aug 2021
Reputation:
0
Location: Austria
08-19-2021, 06:17 PM
Ok, I have this code
and when I run it, it looks like this attachment: The Button looks fine, but the Datepicker does not react
Thanks Hans... and please continue your good work with IW
Attached Files
Thumbnail(s)
Posts: 204
Threads: 51
Joined: Mar 2018
Reputation:
3
Location: Bryan, TX
I just saw this thread - the project I have used IW on for the past 15 years is coming to end of life (hard being a one man shop)!
Any how, to use Caleran component wrapper I wrote:
1) Purchase license
2) In the WWWRoot folder create a folder called css and copy the files you got with the caleran as follows:
caleran.min.css caleran.min.css.map
3) In the WWWRoot folder, create a folder called js and copy all the *.js files into it.
4) In each form that uses the Caleran wrapper component I wrote, add the following to the ExtraHeader string list:
<link href=\"css/caleran.min.css\" rel=\"stylesheet\"/>
<script src=\"js/moment.min.js\"></script>
<script src=\"js/caleran.min.js\"></script>
I use c++ so you may need not need the \" for the "s.
That should work!
All the best,
Shane
Posts: 7
Threads: 2
Joined: Aug 2021
Reputation:
0
Location: Austria
Yes Shane! It worked! Thank you so much...
Posts: 7
Threads: 2
Joined: Aug 2021
Reputation:
0
Location: Austria
We would need you here in Austria...