CFIFieldButton
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- CFI constructor.
- addButton() : mixed
- color() : mixed
- ico() : mixed
- jsConfirm() : mixed
- method() : mixed
- onClick() : mixed
- submitForm() : mixed
- title() : mixed
- url() : mixed
Properties
$field
public
mixed
$field
$core
private
Core7
$core
$index
private
mixed
$index
= 0
Methods
__construct()
CFI constructor.
public
__construct(Core7 &$core, array<string|int, mixed> &$field) : mixed
Parameters
- $core : Core7
- $field : array<string|int, mixed>
addButton()
public
addButton(mixed $title) : mixed
Parameters
- $title : mixed
color()
public
color(string $color) : mixed
Parameters
- $color : string
ico()
public
ico(string $ico) : mixed
Parameters
- $ico : string
jsConfirm()
public
jsConfirm(string $msg) : mixed
Parameters
- $msg : string
method()
public
method(string $method) : mixed
Parameters
- $method : string
onClick()
public
onClick(string $onclick) : mixed
Parameters
- $onclick : string
submitForm()
public
submitForm([bool $bool = true ]) : mixed
Parameters
- $bool : bool = true
title()
public
title(string $title) : mixed
Parameters
- $title : string
url()
public
url(string $url) : mixed
Parameters
- $url : string