|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 01 > 18 > Telegram_2020-01-18T15 |
2020-01-18T15:00:08
Alexandre it is beautiful what IntraWeb has done however I want to understand how it works. 1) ContentFiles added and AddToInitProc under FormRender event
2) Search Field on the MainForm
Where are all this coming from and also what has to be done for deployment?
2020-01-18T15:01:52
JS DataTables, are from here: type: link https://datatables.net/
2020-01-18T15:03:18
AddToInitProc apply JSDatatable to IWDBGrid.
2020-01-18T15:06:46
Ok these are the plug-in that you need for the Grid to behave the was it does; so what will happened when deploying the system. Will it be compiled in EXE file or the app will always need to be connected to its site to work? If so what would happen if the source file is removed from this current location?
2020-01-18T15:07:27
You can put these JS in your (IW) wwwroot folder
2020-01-18T15:07:55
Ok
2020-01-18T15:08:35
type: link intraweb.net.br/ImageButtons/$/start
2020-01-18T15:09:10
These demo has 2 images sources
2020-01-18T15:09:29
One from wwwroot, other from CDN, like datatable.
2020-01-18T15:10:38
You are so helpful. wwwroot what about if I deplore EXE where I do not need wwwroot?
2020-01-18T15:13:11
My problem is that I have been using IntraWeb without adding a single css or js code and now I think I do not have a choice
2020-01-18T15:13:48
Ok see thanks for your help
2020-01-18T15:24:45
??