Title
methodsGets or sets the title of a Dialog. Can be a text string. Supports chaining when used as a setter. If passed to the method, an HTML string would be escaped.
title
StringDefault: (optional)
Returns:StringThe current dialog title, if used as a getter. If used as a setter, the method will return the dialog object to support chaining.