Click here to Skip to main content
15,890,882 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Getting started with Javascript Pin
Anshul Shukla23-Feb-15 5:29
Anshul Shukla23-Feb-15 5:29 
AnswerRe: Getting started with Javascript Pin
Gerd Wagner24-Feb-15 9:41
professionalGerd Wagner24-Feb-15 9:41 
AnswerRe: Getting started with Javascript Pin
Member 1148300326-Feb-15 7:22
Member 1148300326-Feb-15 7:22 
AnswerRe: Getting started with Javascript Pin
Praveen Raghuvanshi5-Apr-15 6:39
professionalPraveen Raghuvanshi5-Apr-15 6:39 
QuestionWhat is the function of Extracting String Characters in JavaScript Pin
Member 1144603412-Feb-15 6:01
Member 1144603412-Feb-15 6:01 
AnswerRe: What is the function of Extracting String Characters in JavaScript Pin
Richard Deeming12-Feb-15 6:23
mveRichard Deeming12-Feb-15 6:23 
GeneralRe: What is the function of Extracting String Characters in JavaScript Pin
Santosh K. Tripathi31-Mar-15 2:04
professionalSantosh K. Tripathi31-Mar-15 2:04 
QuestionI want to write it in aspx or ascx file Pin
indian14310-Feb-15 12:50
indian14310-Feb-15 12:50 
Hi,

I am new to jQuery, ajax and signalR.

I have this code in Popup.js file, I don't know what it is and I don't know how it executes, but I can understand that this code is to open popups one with close button and another without close button, because I commented and ran it, but I want to have the control over setting which popup to have close and which not. I am trying my best and placing the code in the aspx and ascx files.
I am not understanding, can some one please help me with this, and if I want to overwrite this same functionality in the local popup, page or user control how can I do that?

Any help code snippet, link or even suggestion would be greatly helpful

var control ={
---
convertLinkToPopupWithClose: function (event, informParentOnClose) {
    return ELMS.WebControls.Popup.convertLinkToPopup(event, { showClose: true, closeInformsParent: informParentOnClose | false });
},
convertLinkToPopupWithoutClose: function (event, informParentOnClose) {
    return ELMS.WebControls.Popup.convertLinkToPopup(event, { showClose: false, closeInformsParent: informParentOnClose | false });
},
----
}

Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA


modified 10-Feb-15 19:32pm.

Generalusing ajax Pin
Member 113542638-Feb-15 18:58
Member 113542638-Feb-15 18:58 
SuggestionRe: using ajax Pin
ZurdoDev9-Feb-15 8:47
professionalZurdoDev9-Feb-15 8:47 
GeneralRe: using ajax Pin
Member 113542639-Feb-15 13:30
Member 113542639-Feb-15 13:30 
QuestionWhat is an AXD file Pin
indian1433-Feb-15 14:58
indian1433-Feb-15 14:58 
AnswerRe: What is an AXD file Pin
Richard Deeming4-Feb-15 2:17
mveRichard Deeming4-Feb-15 2:17 
GeneralRe: What is an AXD file Pin
indian1434-Feb-15 6:20
indian1434-Feb-15 6:20 
GeneralRe: What is an AXD file Pin
Richard Deeming4-Feb-15 6:39
mveRichard Deeming4-Feb-15 6:39 
GeneralRe: What is an AXD file Pin
indian1434-Feb-15 6:52
indian1434-Feb-15 6:52 
QuestionHow to make ondrop event being invoked by mouseover? Pin
Member 113783023-Feb-15 6:12
Member 113783023-Feb-15 6:12 
QuestionCalling an ASMX Web Service through JQuery .Ajax Pin
dbrenth2-Feb-15 10:44
dbrenth2-Feb-15 10:44 
QuestionRe: Calling an ASMX Web Service through JQuery .Ajax Pin
ZurdoDev2-Feb-15 11:00
professionalZurdoDev2-Feb-15 11:00 
AnswerRe: Calling an ASMX Web Service through JQuery .Ajax Pin
dbrenth3-Feb-15 2:28
dbrenth3-Feb-15 2:28 
QuestionRe: Calling an ASMX Web Service through JQuery .Ajax Pin
ZurdoDev3-Feb-15 2:30
professionalZurdoDev3-Feb-15 2:30 
AnswerRe: Calling an ASMX Web Service through JQuery .Ajax Pin
dbrenth3-Feb-15 2:57
dbrenth3-Feb-15 2:57 
GeneralRe: Calling an ASMX Web Service through JQuery .Ajax Pin
ZurdoDev3-Feb-15 3:02
professionalZurdoDev3-Feb-15 3:02 
GeneralRe: Calling an ASMX Web Service through JQuery .Ajax Pin
dbrenth3-Feb-15 5:14
dbrenth3-Feb-15 5:14 
GeneralRe: Calling an ASMX Web Service through JQuery .Ajax Pin
ZurdoDev3-Feb-15 5:34
professionalZurdoDev3-Feb-15 5:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.