Telegram_2020-01-18T15

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2020 > 01 > 18 >

Telegram_2020-01-18T15

Telegram link

 

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?

 


 

Telegram link

 

2020-01-18T15:01:52

 

JS DataTables, are from here: type: link https://datatables.net/

 


 

Telegram link

 

2020-01-18T15:03:18

 

AddToInitProc apply JSDatatable to IWDBGrid.

 


 

Telegram link

 

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?

 


 

Telegram link

 

2020-01-18T15:07:27

 

You can put these JS in your (IW) wwwroot folder

 


 

Telegram link

 

2020-01-18T15:07:55

 

Ok

 


 

Telegram link

 

2020-01-18T15:08:35

 

type: link intraweb.net.br/ImageButtons/$/start

 


 

Telegram link

 

2020-01-18T15:09:10

 

These demo has 2 images sources

 


 

Telegram link

 

2020-01-18T15:09:29

 

One from wwwroot, other from CDN, like datatable.

 


 

Telegram link

 

2020-01-18T15:10:38

 

You are so helpful. wwwroot what about if I deplore EXE where I do not need wwwroot?

 


 

Telegram link

 

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

 


 

Telegram link

 

2020-01-18T15:13:48

 

Ok see thanks for your help

 


 

Telegram link

 

2020-01-18T15:24:45

 

??