Vadim Bulochnik
Vadim Bulochnik
You can check this jsfiddle: http://jsfiddle.net/h3WDq/752/ Please check second slider ("horizontal tick labels with fixed positioning not working"). This fiddle is not mine, but problem is the same.
@marphi Congrats! You found a secret! :)
I reached this goal in the following way: ``` $map->setName('gmap'); $marker->setName('gmarker'); $map->appendScript("google.maps.event.addListenerOnce(gmap, 'idle', function(){ google.maps.event.trigger(gmarker, 'click'); });"); ```
Is there some documentation about how to perform commands debugging?
> @vadim-bulochnik just add the debug toolbar to the console.php configuration and you are done. Yes, this is done. But how to use this debug toolbar in console? :) Sorry...
> Just as you normally would, via browser `http://localhost/debug` (or whatever setup you have) and you will see the console requests "flagged" as `COMMAND` (instead of GET, POST, etc.) Thanks,...
> Yes. For advanced template there are some adjustments needed so app writes its data to one of backend/frontend directories. Thanks for information! Will wait for improvements :)
> @chicuongit913 it has been released already `2.1.21 September 06, 2022` Yes, but this version doesn't include commands debug support for advanced template.
> It's easy to add yourself in console app bootstrap. I didn't manage to find corresponding configuration of Debug module for this.
> It's easy to add yourself in console app bootstrap. Do you mean this param? `/** * @var string the directory storing the debugger data files. This can be specified...