Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...dnnAlert causes page to scroll to TO when  OK button is clickeddnnAlert causes page to scroll to TO when OK button is clicked
Previous
 
Next
New Post
1/5/2014 8:31 PM
 

I am using dnnAlert in my DNN 7.02 website ( dnnAlert is a jQuery UI plugin for dnnAlert that is included in regular DNN install) in place of regular JavaScript alert, but the problem is that when I click on OK button, the page automatically scrolls to the top, which is very annoying.

How can I prevent the automatic scrolling?

 <script>

$.dnnAlert({ 
text
: 'Copied text to clipboard',
dialogClass
: 'dnnFormPopup',
  title: 'Copied text',
 modal
:false
});
</script>

 

 

 

 
New Post
1/5/2014 11:23 PM
 
Hi
check this js fiddle.
http://jsfiddle.net/q6Wsp/6/

Thanks,
Sunil Kumar [ DNN Developer, Mindfire Solutions,India ]
 
New Post
1/6/2014 12:33 AM
 

Thanks for your reply.

But it will not help me since I want the page to not scroll when I click on OK button of the dnnAlert. Right now, its scrolling to to top of page on click of 'OK' button.

 
New Post
12/25/2014 2:25 PM
 

I'm sure you've solved it by now.  It is an ASP.Net public property, see this link:  http://msdn.microsoft.com/en-us/library/system.web.ui.page.maintainscrollpositiononpostback%28v=vs.110%29.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1

 Select C# if that's your dev language, in this case I needed to find it for VB.

In the Page Load event in question, just start typing "maintain " and it should show up in IntelleSense as you'll see in this snippet:

                _Thumb.Save(Response.OutputStream, codecEncoder, encodeParams)
                'Else
                '_Thumb.Save(Response.OutputStream, imgFormat)
                'End If
            End If

            _OrginalImg.Dispose()
            _Thumb.Dispose()
            MaintainScrollPositionOnPostBack = True

        End Sub

        Private Function MakeThumbnail(ByVal OrginalImg As System.Drawing.Image, ByVal width As Integer, ByVal height As Integer, ByRef scaleFactor As Single) As System.Drawing.Image
            If width > 0 OrElse height > 0 Then
                Dim imgHeight, imgWidth As Integer

                imgHeight = OrginalImg.Height
                imgWidth = OrginalImg.Width

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...dnnAlert causes page to scroll to TO when  OK button is clickeddnnAlert causes page to scroll to TO when OK button is clicked


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out