Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

SpecialSection Event

Fired when a special section is encountered.

Syntax

azurerequest.on('SpecialSection', [callback])

Callback

The 'callback' is called when the 'SpecialSection' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.sectionId
e.text

Remarks

The SpecialSection event is fired whenever a special section (such as <![ CDATA [ ..text... ]]>) is found in the document.

The full text of the special section is provided by the Text parameter, while the SectionId parameter provides the section identifier (e.g. "CDATA").

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0