Mackiavelly

Results 6 comments of Mackiavelly

I have a map with a huge number of objects and very often objects are superimposed one over another, so that they are beautifully displayed I assign to my objects...

It was great if the ruler was always displayed on top of all objects, but since people can specify any zIndex, it would be super if you could specify a...

its enhancement, new feature

``` 'user' => [ ... /*'enableAutoLogin' => true,*/ /*'autoRenewCookie' => true,*/ ... ], ``` or set false

``` 'modules' => [ 'user-management' => [ 'controllerMap' => [ 'user' => 'app\controllers\webvimarkRework\UserController', ], 'class' => 'webvimark\modules\UserManagement\UserManagementModule', ], ], ``` ``` class UserController extends \webvimark\modules\UserManagement\controllers\UserController { /** * @var User...

u can self write this function ``` ['user', 'validateTimeRange'], ... public function validateTimeRange() { //check code if no valid $this->addError('user', 'No valid time range'); } ```