Skip to main content

Questions tagged [html5]

HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web.

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 ...
Transistor's user avatar
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%;&...
user3520155's user avatar
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 ...
HRY's user avatar
  • 79
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
user2915027's user avatar
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 ...
JunTan's user avatar
  • 53
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. ...
Parth S Rawal's user avatar
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]....
junreyd's user avatar
  • 65
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 ...
Elena's user avatar
  • 93
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 ...
MSA's user avatar
  • 1,155
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 ...
MSA's user avatar
  • 1,155
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" ...
MSA's user avatar
  • 1,155
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 ...
Akshay Dattatray Nangare's user avatar
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 ...
Shane Gib.'s user avatar
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 ...
Matthew Whittle's user avatar
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 ...
Renee's user avatar
  • 51

15 30 50 per page