Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%CSP.TagMoveToEnd

class %CSP.TagMoveToEnd extends %CSP.Rule

Instances of this class can be added to the DOM for a CSP in order to copy their children to the end of their parent's list of children. The purpose of this tag is to allow children to be added to the end of the Children list from an OnMatch method.

Method Inventory

Methods

method RenderStartTag() as %Status
When this DOM element encountered, move this tag's children to the end of the parent's child list.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab