getHTMLMixin

Returns a mixin string that generates HTML for the given DOM tree.

Parameters

range_name
Type: string

Optional custom name to use for the output range, defaults to _diet_output.

Return Value

Type: string

A string of D statements suitable to be mixed in inside of a function.

Meta