Alexander Kochetov

Results 43 comments of Alexander Kochetov

@a-komarev As i remember we discuss that already. The best way to do that: ``` php ```

Дело в том, что для этого планируется отдельный виджет. Поэтому я не думаю, что в документации есть смысл показывать столь сложный код :)

@brussens Планируется к релизу, который довольно скоро.

@arogachev Widget is not main direction of such extension, so i'm still thinking about features.

@ram0973 Документация уже практически готова. Релиз уже скоро.

@demogorgorn О примере чего речь?

It can be done without any additions to current behavior code and attaching multiple behaviors. I'll show how inside `Advanced Usage` section of documentation.

> TaggableQueryBehavior right now does not distinguish between owner's behaviors and uses $model->tagRelation which would reference a relation from the first bahavior it finds instead of the one we need....

> Yii1 taggable extension also provided useful methods like getAllTagsWithModelsCount, but this is less critical. There is `frequency` attribute for that. But i'll consider implement method if it setted to...

@anton-p-ivanov To move node use `prependTo()`, `appendTo()`, `insertBefore()` or `insertAfter()`. Will update documentation about that.