Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto return array #25

Open
buiduongthe opened this issue May 16, 2020 · 0 comments
Open

Auto return array #25

buiduongthe opened this issue May 16, 2020 · 0 comments

Comments

@buiduongthe
Copy link

Error
return [ 'Cancel' => 'Hủy', 'Confirmation Needed' => 'Yêu cầu xác nhận', 'Error' => 'Có lỗi', 'Info' => 'Thông tin', 'Ok' => 'Tốt', 'Question' => 'Câu hỏi', 'Success' => 'Thành công', 'Warning' => 'Cảnh báo', ];

Layout/Content.php
<section class="content"> <?php //Alert::widget() ?> <?= Wrapper::widget([ 'layerClass' => 'lo\modules\noty\layers\JqueryToastPlugin', // default options 'options' => [ 'showHideTransition' => 'slide', // It can be plain, fade or slide 'allowToastClose' => 'true', // Show the close button or not 'hideAfter' => 10000, // falseto make it sticky or time in miliseconds to hide after 'stack' => 5, //false` to show one stack at a time count showing the number of toasts that can be shown at once
'position' => 'bottom-right', // bottom-left or bottom-right or bottom-center or top-left or top-right or top-center or mid-center or an object representing the left, right, top, bottom values to position the toast on page

            // and more for this library here https://github.com/kamranahmedse/jquery-toast-plugin
        ],
    ]) ?>
    <?= $content ?>
</section>`

Controller.php
ActionIndex
`public function actionIndex()
{
Yii::$app->session->setFlash('warning', 'noty warning');

    return $this->render('index', [
    ]);
}`

View Error return array

06
07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant