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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIregistering a javascript body onload functionregistering a javascript body onload function
Previous
 
Next
New Post
1/10/2007 1:22 AM
 
I have a body onload javascript function in the module UC called 'LoadSelected'. How do i execute the function when the module UC is loaded?
 
New Post
1/10/2007 9:36 AM
 

This is taken from the ClientAPI document.


Another example of this functionality in DotNetNuke is found in how it allows for multiple client side functions to subscribe to the body.onload event.  When DNN wants to set focus to a control when the body loads it will do so by utilizing the AddBodyOnloadEventHandler method.

 

Public Shared Sub AddBodyOnloadEventHandler(ByVal objPage As Page, ByVal strJSFunction As String)

 

objPage     Page object being rendered

strJSFunction   Javascript function to call

 

This method is used in the SetFormFocus method found in the Globals.vb file. 

 

ClientAPI.AddBodyOnloadEventHandler(control.Page, "__dnn_SetInitialFocus('" & control.ClientID & "');")

 

 


 
New Post
8/28/2011 4:04 AM
 
I found that in DNN 6.0.1 this function is in the DNNClientApi

DNNClientAPI.AddBodyOnloadEventHandler(this.Page, "myJavascriptFunction");

hope this helps,

Stefan de Groot
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIregistering a javascript body onload functionregistering a javascript body onload function


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