ASP.NET Ajax Javascript (Specification) | |
---|---|
function removeFromPage() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMark.removeFromPage(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function removeFromPage() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMark.removeFromPage(); |
This function removes the mark from its ArtPage. If the mark is not currently part of an ArtPage, this function will do nothing. You can use ArtPage.removeMark for the same purpose, but this function is often more convenient.