OS info
Operating System : Windows 10.0.22631
Wappler Version : 6.5.4
Problem description
On show/shown event doesn't trigger dynamic events:
<div class="alert fade" id="alert_user" is="dmx-bs5-alert" role="alert" type="success" dmx-on:shown-bs-alert="scheduler_closealert.start();browser1.alert('asdasd')" onshown-bs-alert="alert('sss')">
<p>Changes executed!</p>
</div>
Also, what happened to this editor, I can't find option to comment snippet / code.
And this forum is getting slower to access.
Anyway I can't get by BS5 Alert to trigger dynamic events.
brad
May 16, 2024, 4:07pm
3
It was slow for me at first too, but it seems to get faster the more I use it, To me it seems faster now than before. It'll catch up
mimuk
May 16, 2024, 4:11pm
4
A toggle on / off to display the Featured Showcases or not would be nice
1 Like
Same as it has always been:
Code Formatting
When pasting code in your posts, please use the following formatting options, in order to be sure your code is readable and well formatted for the rest of the users.
Inline code formatting
Surround a section of code with backticks (`) inline code formatting.
Typing:
`var x = 10;`
Results in:
var x = 10;
This can also be done as var x = 10; inline.
Multi-Line Blocks of Code
Surrounding code with three backticks ``` will allow for code to span multiple lines
Typing:
```
f…
Good for you. Hmm maybe because I'm based in SE Asia and rarely browse it recently, so probably cache issue but it was literally loading for few minutes just now and in few other occasions before. I also had problems downloading updates but if I wait and try later It'll return to normal. I'm on 800mpbs fibre but I understand other factors like latency, ISP issues etc. that might effect the performance. Not a big problem as long as the forum and community is alive and doing great.
1 Like
Thanks I missed it but remember I used to able to highlight the text/code then click on a button on top to wrap it.
Alerts don't have show and shown events, they are probably accidentally added there.
Alerts · Bootstrap v5.3 (getbootstrap.com)