Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 528 Bytes

title.md

File metadata and controls

27 lines (18 loc) · 528 Bytes

HAPEL Method Parameters


$title

(string), (optional), default: null

Adds the title attribute to an HTML tag.

Value Use
null prevents the attribute from being added to the tag
string adds the value of 'string' as the attribute

Examples:

$title = 'Click Me';
<tag title="Click Me" {...}

###Methods Using This Parameter