Telegram_2024-10-02T02

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2024 > 10 > 02 >

Telegram_2024-10-02T02

Telegram link

 

2024-10-02T02:05:45

 

Yes. This demo shows something similar:

 

type: link https://github.com/Atozed/IntraWeb/tree/master/XIV/Delphi/ModalWindow

 


 

Telegram link

 

2024-10-02T02:06:20

 

the example to show an image file is similar. Instead of using the image file you use an html file and it will work the same

 


 

Telegram link

 

2024-10-02T02:09:21

 

This case here:

 


 

Telegram link

 

2024-10-02T02:14:06

 

but html must be stored in wwwroot or templates?

 


 

Telegram link

 

2024-10-02T02:16:33

 

ok i have read it but it doesn' t load html page

 


 

Telegram link

 

2024-10-02T02:17:09

 

with image and pdf works but when i read html page, doesn' t work

 


 

Telegram link

 

2024-10-02T02:19:54

 

It works, but IW won't serve static HTML files by default unless you allow it.

 


 

Telegram link

 

2024-10-02T02:23:16

 

It will work then

 


 

Telegram link

 

2024-10-02T02:35:01

 

can i use dynamic html with iwmodalwindows?

 


 

Telegram link

 

2024-10-02T02:40:48

 

you can use any control in there. For instance a IWLabel with RawText

 


 

Telegram link

 

2024-10-02T02:41:24

 

or you can save the dynamic HTML to a cache file and use the cache file as the src of the element as above