class Map extends TwillFormComponent (View source)

Properties

Model|null $item from  TwillFormComponent
array $form_fields from  TwillFormComponent
string|null $formModuleName from  TwillFormComponent
string|null $routePrefix from  TwillFormComponent

Methods

__construct(string $name, string $label, bool $renderForBlocks = false, bool $renderForModal = false, string|null $note = '', bool $inModal = false, bool $showMap = true, bool $openMap = false, bool $saveExtendedData = false, bool $autoDetectLatLngValue = false)

No description

string
formFieldName(bool $asAttributes = false, string|null $customName = null)

No description

View
render()

No description

Details

__construct(string $name, string $label, bool $renderForBlocks = false, bool $renderForModal = false, string|null $note = '', bool $inModal = false, bool $showMap = true, bool $openMap = false, bool $saveExtendedData = false, bool $autoDetectLatLngValue = false)

No description

Parameters

string $name
string $label
bool $renderForBlocks
bool $renderForModal
string|null $note
bool $inModal
bool $showMap
bool $openMap
bool $saveExtendedData
bool $autoDetectLatLngValue

string formFieldName(bool $asAttributes = false, string|null $customName = null)

No description

Parameters

bool $asAttributes
string|null $customName

Return Value

string

View render()

No description

Return Value

View