sandftae/module-backend-ui-messages 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sandftae/module-backend-ui-messages

最新稳定版本:1.0.0

Composer 安装命令:

composer require sandftae/module-backend-ui-messages

包简介

A simple module that provides the same error handling for the admin area as for checkout

README 文档

README

Description

A simple module that provides the same error handling for the admin area as for checkout. This module is built on top of Magento_Ui message handlers (literally, Ctrl + C and Ctrl + V). When using it, you need to remember that to display error messages, you need to emulate the application bindings, like you do for checkout. The admin side rarely has this, so your parent component or the message component itself should call something like this after all the messages have been added:

// for parent
 $(this.parentContainer).applyBindings();

// or
$(this.messageContainer).applyBindings();

// note: messageContainer and parentContainer are usually CSS classes

Without recalling applyBindings methods messages won`t be rendered.

Installation

run this command:

composer require sandftae/module-backend-ui-messages

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-07