TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabTitle > Event >

 

OnAddToPage

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabTitle > Event >

 

OnAddToPage

 

 

Occurs after the crosstab title is added to the page.

 

 

 

Prototype :

 

void OnAddToPage

(

        No Arguments

)

 

 

 

Reference :

 

When components has been added to a page and the page has been completed, OnAddToPage event will be repeatedly run as the count and order specified in the page.

 

Event triggering order is OnBind > OnAddToPage > OnEndBind in sequence.