Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 507 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 507 Bytes

SilverStripe Inline Help Field

Adds a question mark next to the label of another field that expands to show text when clicked. Can be used to add extra information or instructions without taking up space all the time.

Requirements

  • SilverStripe 4

Usage Overview

HelpField takes two parameters:

  1. The name of the field you want to add help text to (eg, "MenuTitle" or "Content")
  2. The help text itself. Should be a string of text/HTML