Questions tagged [html5]
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web.
46 questions
0
votes
1
answer
148
views
Web Part iframe HTML5 animation does not play
I'm starting to play with Google Web Designer to create animations of industrial machine sequences. They work fine when the resultant HTML file is opened directly in the browser.
I'm now testing my ...
0
votes
1
answer
396
views
Video Should not Play every time when page loads and page reloads in a SharePoint page
In SharePoint default page I add script editor web-part and in this added below script
<video width="100%" autoplay="false" controls="true" style="width: 100%;&...
2
votes
1
answer
10k
views
Is it possible to add HTML buttons in send an email(V2) of Power automate. I want to create 3 buttons which has links to 3 different sharepoint sites
I am trying to trigger an email via Power Automate which includes 3 buttons and few other information. when the recipient receives this email, he has 3 buttons which on click takes him to different ...
0
votes
1
answer
41
views
Convert PDF content(with images) to the Inline HTML content
Is there any Javascript library or code available to convert pdf content(with images) to the HTML inline content.
Any help would be appreciated, Thanks in advance
1
vote
2
answers
1k
views
How to edit page in new sharepoint layout/version
I always edit or customize page in sharepoint thru edit page and add html on the edit source.
But i have this new task and i was given a new sharepoint site and when i was about to start my work i ...
1
vote
0
answers
315
views
Project Online Intercept Ribbon Save Button Action
Need to intercept Project Online Save Button. To perform some action before Project Server update starts. Once my action is successful, I would like original code of Project Server Save to take over.
...
0
votes
1
answer
59
views
How to add validation field in every input type or required fields
Here is my JS.
function addItem() {
//Radio Button
var tipo = document.getElementsByName("priority");
for (var i = 0; i < tipo.length; i++) {
if (tipo[i]....
9
votes
2
answers
30k
views
How to use html code in modern UI
This may be a rookie question but I just entered the world of SharePoint after a long time. I used to use the content editor web part to include custom html into my SharePoint pages, but now on the ...
0
votes
0
answers
515
views
How to Display SharePoint list result in html controls
How to Display SharePoint list result in html controls
I had written the below code fetch the data from SharePoint list and
bind to html table and it is working fine.Today my client told me to
place ...
0
votes
1
answer
532
views
how to show the progress bar while binding data from sharepoint list to html table
I had drop down's and based no that I am binding the data to html
table from SharePoint list.
My Customer is expecting to show the progress bar .
Can any one help me how can I show it on page load and ...
0
votes
0
answers
145
views
Onchange event not working to get SharePoint list data
I am using html drop-down to get the data for it dynamically from SharePoint list.
Also, I required to trigger the query on change of option for this drop-down.
I am not even getting the "Alert" ...
0
votes
1
answer
69
views
ImageLink WCAG Control Adapter
I'm currently using this
Control Adapter that will append or insert an 'alt=""' tag to comply with the WCAG F38 test that indicates decorate images should have alt tags.
So I have deployed WSP file ...
0
votes
2
answers
3k
views
How to upload attachment with new items using dialog in custom html form
I found the link below kind of useful, and it works with my sample code below, but the problem is, this is for an existing item... I want to know how to do it if the item has not been created yet in a ...
1
vote
0
answers
394
views
How can I use vtt files in a HTML5 player on a SharePoint 2013 wiki page?
Using a html5 player (just the <video> tag). Also using webvtt formatted files for captions and metadata. If I run it in a HTML page from a web server, works fine. If I take the same code and ...
1
vote
0
answers
590
views
Displaying the Global Navigation bar which has disappeared
I am learning html5 whilst developing a SharePoint 2013 site. I added code to remove the page title of the pages but now the Global Navigation bar has disappeared. I can see it the Navigation ...