Functiondojox.wire.TextAdapter._addSegment

dojo.require("dojox.wire.TextAdapter");
defined in dojox/wire/TextAdapter.js

This method add a text segment specified to 'segment' argument to a base text specified to 'text', with 'delimiter' property.

Usage

function (/*String*/ text, /*String*/ segment) (view source)
parametertypedescription
textStringA base text
segmentStringA text segment to add