'parsers' => [
'scss' => [
'class' => 'nizsheanez\assetConverter\Scss',
'output' => 'css',
'options' => [
'enableCompass' => true,
'importPaths' => ['/sass','/sass/_offers'],
// e.g., `['@path/to/dir', '@path/to/dir1', ...]`
'lineComments' => true,
'outputStyle' => 'expanded',
],
],
Unexpected token import
import TabbedCarousel from 'modules/TabbedCarousel
Exception – yii\base\Exception
in \vendor\yiisoft\yii2\web\AssetConverter.php
$this->view->zipcode = $this->getRequest()->getParam('zipcode','');
$escaper = new Zend\Escaper\Escaper('utf-8');
$unsafe_input = $this->getRequest()->getParam('zipcode','');
$safe_output = $escaper->escapeUrl($unsafe_input);
$this->view->zipcode = $safe_output;
id='<?=$rows['id']?>'
). Это будет проще, и думаю сработает ок.name="checkbox1"
). просто по нажатию берем id и обновляем ячейку на нажатый/не нажатый чекбокс. Пробовал к своему добавить [name='chekbox1']
- не работает.