Closed anmaslov closed 9 years ago
Grrrr... found the answer my self. like this:
Editable::widget( [
'model' => $item,
'attribute' => 'status',
'url' => 'block/update',
'type' => 'text',
'mode' => 'pop',
'options' => ['id' => 'someid' . $item->id],
'clientOptions' => [
'pk' => $item->id,
]
]);
Apologies... Quite busy ATM. Glad you solve it.
When i try
Generate all link with one id, is model-atribute, like this:
need