Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 872 Bytes

map.md

File metadata and controls

42 lines (29 loc) · 872 Bytes

HAPEL Core Method Reference


<map ...>

Description

Creates a <map> html tag.

form($child, $name, $class, $id, $style, $data, $attr);

Parameters

Parameter Required Default
$child no false
$name no null
$class no null
$id no null
$style no null
$data no null
$attr no null

Return Values

string

Example

Usage:

echo map('...', 'mall-map');

Result:

<map name="mall-map">...</map>