Hello,
I’m trying to change default position of the Layerlist widget, but until now I didn’t have much progress.
- I tried set left value position into config.json;
{ "uri":"widgets/LayerList/Widget", "version":"1.4", "id":"widgets_LayerList_Widget_17", "name":"LayerList", "label":"Lista de Camadas", "index":3, "config":"configs/LayerList/config_Lista de Camadas.json", "openAtStart": true, "position":{ "left":68 } }
I Tried to modify in PanelManager and WidgetManager:
if(pid === 'widgets_LayerList_Widget_17_panel'){ options.position.left=68; console.log(options); console.log(this.widgetManager); }
I just had a little progress setting in css “left:68!important”, but with this I lose a mobily of the widget as was to be expected, but I didn’t want this. 😞
Solved! Go to Solution.
Sure I have answered this before, here:
Ezequias,
What theme are you using?
LaunchpadTheme.
Sure I have answered this before, here:
Zeke,
Don't forget to mark this as answered by clicking on the "correct answer" link on the reply that answered your question.