eventView

This will pull back a specific event's data.

You will need to know the event_no in order to use this component. This can be found in the Admin Control Panel in the URL once viewing the specific event.

<div data-pv-component="event" data-pv-type="eventView" data-pv-parameters="{event_no:123, includeTickets:true}" data-pv-object="xyz">
    // Some code
</div>

Most common HAPI elements

  • {@category_name@}

  • {@event_date@}

  • {@event_date_end@}

  • {@event_description@}

  • {@event_graphic@}

  • {@event_title@}

  • {@event_venue@}

  • {@event_title@}

  • {@event_settings.button_text@}

Last updated