Tapestry 5.4 and HTML5 audio tag
I am using Tapestry 5.4-beta26 to create a web site. I want to play a sound on my Index.tml page. For that I am using HTML5 audio tag. This is the code for audio tag: <audio preload="auto" …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
I am using Tapestry 5.4-beta26 to create a web site. I want to play a sound on my Index.tml page. For that I am using HTML5 audio tag. This is the code for audio tag: <audio preload="auto" …
I’m trying to use Stitch onEvent mixin in Tapestry 5.3.7. Here’s the OnEvent Javascript from there: T5.extendInitializers({ onEvent: function (spec) { var element = $(spec.id).observe(spec….