L
L
Leha Lepeha2019-01-05 12:17:43
JavaScript
Leha Lepeha, 2019-01-05 12:17:43

Does it make sense to use float already in 2k19?

Why float now when there is Flexbox? Or when should you use floats and when flexes?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nicholas, 2016-03-29
@Sashjkeee

What is the question? How to do something when clicking on the label?
Then here is the answer:
1. set options.openBalloonOnClick = falsefor labels
2. Write a label click handler:

placemark.events.add('click' , function(event) {
    // здесь делаем, что надо
});

A
A person from Kazakhstan, 2019-01-05
@Leh_ryb

1) use float for wrapping
2) flexbox for positioning
and now the question is for you: why is it so difficult to write 2019 but write 2k19 with so many characters?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question