String Controls and VIs

Owning Palette: Loaders Classes, Controls, and VIs

Requires: Labstache

The String class represents a partial loader where partial Mustache templates are stored as strings in a key-value collection. The key for the partial tag is the key in the key-value collection and the value is a string containing the partial Mustache template.

Class ItemDescription
LoadGets a template as a string based on the Partial's key value in the root, or master, template.
NewCreates a new String partial loader. The key of a partial tag is used to look up a key-value pair, where the value is a partial Mustache template stored in memory.
Write Key-ValueAdds a new key-value pair, where the value is a string that contains a partial Mustache template.