Final Class Yiisoft\Yii\AuthClient\Asset\AuthChoiceAsset
| Inheritance | Yiisoft\ |
|---|
AuthChoiceAsset is an asset bundle for {@see AuthChoice} widget.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $basePath | ?string | Yiisoft\ |
|
| $baseUrl | ?string | Yiisoft\ |
|
| $js | array | Yiisoft\ |
|
| $jsStrings | array | Yiisoft\ |
|
| $sourcePath | ?string | Yiisoft\ |
Property Details
public array $jsStrings = [
'authchoice-init' => <<<'JS_WRAP'
for (const container of document.querySelectorAll('[data-authchoice]')) {
const json = container.dataset.authchoice;
authchoice(container, json ? JSON.parse(json) : {});
}
JS_WRAP
,
]
'authchoice-init' => <<<'JS_WRAP'
for (const container of document.querySelectorAll('[data-authchoice]')) {
const json = container.dataset.authchoice;
authchoice(container, json ? JSON.parse(json) : {});
}
JS_WRAP
,
]
User Contributed Notes
Leave a comment
Join the conversation to share a note.