Alert

对话框帮助类

package

FineUIPHP\StaticClass

Methods

获取在父页面中显示对话框的客户端脚本

getShowInParentReference( $message,  $title,  $messageIcon, string $okScript = '') : string
static

Arguments

$message

string 对话框消息

$title

string 对话框标题

$messageIcon

string 对话框消息图标

$okScript

string

点击确定按钮执行的客户端脚本

Response

string

客户端脚本

获取在最上层页面中显示对话框的客户端脚本

getShowInTopReference( $message,  $title = '',  $messageIcon = self::DEFAULT_MESSAGE_BOX_ICON, string $okScript = '') : string
static

Arguments

$message

string 对话框消息

$title

string 对话框标题

$messageIcon

string 对话框消息图标

$okScript

string

点击确定按钮执行的客户端脚本

Response

string

客户端脚本

获取显示对话框的客户端脚本

getShowReference( $message,  $title,  $messageIcon, string $okScript = '', string $target = \FineUIPHP\Enums\Target::SELF, string $icon = \FineUIPHP\Enums\Icon::NONE, null $iconUrl = null) : string
static

Arguments

$message

string 对话框消息

$title

string 对话框标题

$messageIcon

string 对话框消息图标

$okScript

string

点击确定按钮执行的客户端脚本

$target

string

显示对话框的目标页面

$icon

string

自定义对话框图标

$iconUrl

null

自定义对话框图标地址

Response

string

客户端脚本

显示对话框

show( $message, string $title = '', string $messageIcon = '', string $okScript = '', string $target = \FineUIPHP\Enums\Target::SELF, string $icon = \FineUIPHP\Enums\Icon::NONE, null $iconUrl = null) 
static

Arguments

$message

$title

string

$messageIcon

string

$okScript

string

$target

string

$icon

string

$iconUrl

null

在顶层窗口中显示对话框

showInTop( $message, string $title = '', string $messageIcon = '', string $okScript = '') 
static

Arguments

$message

$title

string

$messageIcon

string

$okScript

string

Constants

DEFAULT_MESSAGE_BOX_ICON

DEFAULT_MESSAGE_BOX_ICON