|
<< Click to Display Table of Contents >> Navigation: Telegram > 2024 > 10 > 02 > Telegram_2024-10-02T02 |
2024-10-02T02:05:45
Yes. This demo shows something similar:
type: link https://github.com/Atozed/IntraWeb/tree/master/XIV/Delphi/ModalWindow
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
2024-10-02T02:09:21
This case here:
2024-10-02T02:14:06
but html must be stored in wwwroot or templates?
2024-10-02T02:16:33
ok i have read it but it doesn' t load html page
2024-10-02T02:17:09
with image and pdf works but when i read html page, doesn' t work
2024-10-02T02:19:54
It works, but IW won't serve static HTML files by default unless you allow it.
2024-10-02T02:23:16
It will work then
2024-10-02T02:35:01
can i use dynamic html with iwmodalwindows?
2024-10-02T02:40:48
you can use any control in there. For instance a IWLabel with RawText
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