|
OnRank TriggerThe onrank trigger is activated when the PI (Popularity Index) rank is retrieved from the server. Syntax:onrank="Function(); Function2(); ..." Remarks:
Example: <xml id="toolbar"> <toolbar caption="OnRank Example"> <control type="static" caption="Rank: " onrank="SetCaption(this,'Rank: $RANK')'></control> </toolbar> </xml> In the above example, when the PI rank is retrieved (after navigating to a page) the control is updated. Compatibility Requires ToolbarBrowser v2.4.5 and later. See Also: |