| Initializes a TipModel from properties. Each tip is defined by two
properties, its name and its description:
tip.1.name=First Tip
tip.1.description=This is the description
tip.2.name=Second Tip
tip.2.description=<html>This is an html description
Parameters: props - a TipModel throws: IllegalArgumentException - if a name is found without description |