Questions tagged [popup]

A popup is a window item displayed in front of other content, at a certain event in a software.

A popup is a window item displayed in front of other content, at a certain event in a software. Usually the content behind the popup can't be accessed until the popup message action has been made, even if the only choice is OK. A popup menu (also named context menu) is visible on right clicking a control.

Example Popup from OneNote Web App

Questions with the popup tag regards development and use of popup menu items.

102 questions
2
votes
1 answer

Confirmation message as a popup for itemupdating in Event Receivers?

I need a functionality for Itemupdating event on a custom SharePoint list to show a confirmation message to the users as a pop up using C#. Any help would be appreciated.
user16023
  • 101
  • 2
  • 10
1
vote
1 answer

I need a PopUpPage that disappear when clicking out side it's window

I'm using the sharepoint js function OpenPopUpPage which is working just great, requirements changed, and now the customer want the pop-up page to be closed if user clicked outside the pop-up page's window rather than click on the close button.. any…
Rami Alshareef
  • 460
  • 2
  • 7
  • 19
1
vote
0 answers

Returning values from DIV based modal popup

I have created a DIV based modal popup like this: OpenPopUpPageWithDialogOptions({ title: "Instruciton for Recruiter/Submitter", html:**html**, width: 800, height: 400, dialogReturnValueCallback: function(dialogResult){ …
Shahidul Haque
  • 163
  • 2
  • 13
0
votes
1 answer

Question about Popup description in Sharepoint

I am working for SharePoint for the first time today. The task that I am trying to achieve is I have a table on one of the pages of the SharePoint site, and I want to make it so when I hover over specific items in the table then a pop-up description…
Alex
  • 1