Click or drag to resize

IPageTemplate2 Interface

Supported by page templates with extended capabilities. See IPageTemplate for access to standard features.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IPageTemplate2

The IPageTemplate2 type exposes the following members.

Properties
  NameDescription
Public propertyOnResizeJSList
The list of javascript expressions and/or function calls that should be invoked upon page explicit resizing script completion. Within the script block, a 'div' parameter will be provided where div is the primary container object that is explictly sized.
Top
See Also