Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Pages.ScriptManager.AddLastWhenReadyOnce Method

Add JavaScript code (complete functions, etc.) at end of page and run on page load (like document.ready).

Class: YetaWF.Core.Pages.ScriptManager
Namespace: YetaWF.Core.Pages
Assembly: YetaWF.Core

Syntax

public void AddLastWhenReadyOnce( string javascriptCode );
public void AddLastWhenReadyOnce( ScriptBuilder javascriptCode );

Parameters

javascriptCode

The JavaScript code to execute.

Remarks

For internal use only.

See Also YetaWF.Core.Pages.ScriptManager ClassYetaWF.Core Overview